Home
last modified time | relevance | path

Searched refs:elfcorebuf_sz (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/proc/
Dvmcore.c37 static size_t elfcorebuf_sz; variable
285 if (*fpos < elfcorebuf_sz) { in __read_vmcore()
286 tsz = min(elfcorebuf_sz - (size_t)*fpos, buflen); in __read_vmcore()
300 if (*fpos < elfcorebuf_sz + elfnotes_sz) { in __read_vmcore()
314 if (*fpos < elfcorebuf_sz + vmcoredd_orig_sz) { in __read_vmcore()
315 tsz = min(elfcorebuf_sz + vmcoredd_orig_sz - in __read_vmcore()
317 start = *fpos - elfcorebuf_sz; in __read_vmcore()
333 tsz = min(elfcorebuf_sz + elfnotes_sz - (size_t)*fpos, buflen); in __read_vmcore()
334 kaddr = elfnotes_buf + *fpos - elfcorebuf_sz - vmcoredd_orig_sz; in __read_vmcore()
544 if (start < elfcorebuf_sz) { in mmap_vmcore()
[all …]