Searched refs:elfcorebuf_sz (Results 1 – 3 of 3) sorted by relevance
40 static size_t elfcorebuf_sz; variable348 if (*fpos < elfcorebuf_sz) { in __read_vmcore()363 if (*fpos < elfcorebuf_sz + elfnotes_sz) { in __read_vmcore()378 tsz = min(elfcorebuf_sz + vmcoredd_orig_sz - in __read_vmcore()380 start = *fpos - elfcorebuf_sz; in __read_vmcore()613 if (start < elfcorebuf_sz) { in mmap_vmcore()629 if (start < elfcorebuf_sz + elfnotes_sz) { in mmap_vmcore()650 start_off = start - elfcorebuf_sz; in mmap_vmcore()1261 elfcorebuf_sz = elfcorebuf_sz_orig; in parse_crash_elf64_headers()1316 elfcorebuf_sz = elfcorebuf_sz_orig; in parse_crash_elf32_headers()[all …]
161183 ffff80001212c4d8 b elfcorebuf_sz
Completed in 5819 milliseconds