Home
last modified time | relevance | path

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

/linux-6.15/fs/proc/
H A Dvmcore.c41 static char *elfcorebuf; variable
348 if (copy_to_iter(elfcorebuf + *fpos, tsz, iter) < tsz) in __read_vmcore()
615 pfn = __pa(elfcorebuf + start) >> PAGE_SHIFT; in mmap_vmcore()
1208 elfcorebuf = NULL; in free_elfcorebuf()
1246 if (!elfcorebuf) in parse_crash_elf64_headers()
1301 if (!elfcorebuf) in parse_crash_elf32_headers()
1563 memcpy(elfcorebuf_new, elfcorebuf, elfcorebuf_sz); in vmcore_realloc_elfcore_buffer_elf64()
1565 elfcorebuf = elfcorebuf_new; in vmcore_realloc_elfcore_buffer_elf64()
1574 Elf64_Ehdr *ehdr = (Elf64_Ehdr *)elfcorebuf; in vmcore_reset_offsets_elf64()
1601 Elf64_Ehdr *ehdr = (Elf64_Ehdr *)elfcorebuf; in vmcore_add_device_ram_elf64()
[all …]