Home
last modified time | relevance | path

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

/linux-6.15/fs/proc/
H A Dvmcore.c42 static size_t elfcorebuf_sz; variable
346 if (*fpos < elfcorebuf_sz) { in __read_vmcore()
359 if (*fpos < elfcorebuf_sz + elfnotes_sz) { in __read_vmcore()
376 start = *fpos - elfcorebuf_sz; in __read_vmcore()
611 if (start < elfcorebuf_sz) { in mmap_vmcore()
648 start_off = start - elfcorebuf_sz; in mmap_vmcore()
1243 elfcorebuf_sz = elfcorebuf_sz_orig; in parse_crash_elf64_headers()
1298 elfcorebuf_sz = elfcorebuf_sz_orig; in parse_crash_elf32_headers()
1399 vmcore_off = elfcorebuf_sz + elfnotesz; in vmcoredd_update_program_headers()
1586 phdr->p_offset = elfcorebuf_sz; in vmcore_reset_offsets_elf64()
[all …]