Searched refs:elfcorebuf (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/proc/ |
| A D | vmcore.c | 39 static char *elfcorebuf; variable 350 if (copy_to(buffer, elfcorebuf + *fpos, tsz, userbuf)) in __read_vmcore() 617 pfn = __pa(elfcorebuf + start) >> PAGE_SHIFT; in mmap_vmcore() 1226 elfcorebuf = NULL; in free_elfcorebuf() 1264 if (!elfcorebuf) in parse_crash_elf64_headers() 1267 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf64_headers() 1272 rc = merge_note_headers_elf64(elfcorebuf, &elfcorebuf_sz, in parse_crash_elf64_headers() 1319 if (!elfcorebuf) in parse_crash_elf32_headers() 1322 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr); in parse_crash_elf32_headers() 1327 rc = merge_note_headers_elf32(elfcorebuf, &elfcorebuf_sz, in parse_crash_elf32_headers() [all …]
|
| /linux/ |
| A D | System.map | 161179 ffff80001212c4b8 b elfcorebuf
|
| A D | .tmp_System.map | 161179 ffff80001212c4b8 b elfcorebuf
|
Completed in 346 milliseconds