Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/proc/
H A Dvmcore.c40 static size_t elfcorebuf_sz; variable
315 if (*fpos < elfcorebuf_sz) { in __read_vmcore()
316 tsz = min(elfcorebuf_sz - (size_t)*fpos, buflen); in __read_vmcore()
330 if (*fpos < elfcorebuf_sz + elfnotes_sz) { in __read_vmcore()
344 if (*fpos < elfcorebuf_sz + vmcoredd_orig_sz) { in __read_vmcore()
345 tsz = min(elfcorebuf_sz + vmcoredd_orig_sz - in __read_vmcore()
347 start = *fpos - elfcorebuf_sz; in __read_vmcore()
363 tsz = min(elfcorebuf_sz + elfnotes_sz - (size_t)*fpos, buflen); in __read_vmcore()
364 kaddr = elfnotes_buf + *fpos - elfcorebuf_sz - vmcoredd_orig_sz; in __read_vmcore()
575 if (start < elfcorebuf_sz) { in mmap_vmcore()
[all …]