Home
last modified time | relevance | path

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

/openbmc/linux/fs/proc/
H A Dvmcore.c40 static size_t elfcorebuf_sz; variable
330 if (*fpos < elfcorebuf_sz) { in __read_vmcore()
343 if (*fpos < elfcorebuf_sz + elfnotes_sz) { in __read_vmcore()
358 tsz = min(elfcorebuf_sz + vmcoredd_orig_sz - in __read_vmcore()
360 start = *fpos - elfcorebuf_sz; in __read_vmcore()
593 if (start < elfcorebuf_sz) { in mmap_vmcore()
609 if (start < elfcorebuf_sz + elfnotes_sz) { in mmap_vmcore()
630 start_off = start - elfcorebuf_sz; in mmap_vmcore()
1241 elfcorebuf_sz = elfcorebuf_sz_orig; in parse_crash_elf64_headers()
1296 elfcorebuf_sz = elfcorebuf_sz_orig; in parse_crash_elf32_headers()
[all …]