Searched refs:elfcorebuf (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/proc/ |
| A D | vmcore.c | 39 static char *elfcorebuf; variable 332 if (copy_to_iter(elfcorebuf + *fpos, tsz, iter) < tsz) in __read_vmcore() 597 pfn = __pa(elfcorebuf + start) >> PAGE_SHIFT; in mmap_vmcore() 1206 elfcorebuf = NULL; in free_elfcorebuf() 1244 if (!elfcorebuf) in parse_crash_elf64_headers() 1247 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf64_headers() 1252 rc = merge_note_headers_elf64(elfcorebuf, &elfcorebuf_sz, in parse_crash_elf64_headers() 1299 if (!elfcorebuf) in parse_crash_elf32_headers() 1302 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf32_headers() 1307 rc = merge_note_headers_elf32(elfcorebuf, &elfcorebuf_sz, in parse_crash_elf32_headers() [all …]
|
Completed in 8 milliseconds