Lines Matching defs:elfcorebuf
39 static char *elfcorebuf;
332 if (copy_to_iter(elfcorebuf + *fpos, tsz, iter) < tsz)
594 pfn = __pa(elfcorebuf + start) >> PAGE_SHIFT;
1202 free_pages((unsigned long)elfcorebuf, get_order(elfcorebuf_sz_orig));
1203 elfcorebuf = NULL;
1239 elfcorebuf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
1241 if (!elfcorebuf)
1244 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr);
1249 rc = merge_note_headers_elf64(elfcorebuf, &elfcorebuf_sz,
1253 rc = process_ptload_program_headers_elf64(elfcorebuf, elfcorebuf_sz,
1294 elfcorebuf = (void *)__get_free_pages(GFP_KERNEL | __GFP_ZERO,
1296 if (!elfcorebuf)
1299 rc = elfcorehdr_read(elfcorebuf, elfcorebuf_sz_orig, &addr);
1304 rc = merge_note_headers_elf32(elfcorebuf, &elfcorebuf_sz,
1308 rc = process_ptload_program_headers_elf32(elfcorebuf, elfcorebuf_sz,
1453 vmcoredd_update_program_headers(elfcorebuf, elfnotes_sz,