Searched refs:elf_headers (Results 1 – 6 of 6) sorted by relevance
35 vfree(image->elf_headers); in arch_kimage_file_post_load_cleanup()36 image->elf_headers = NULL; in arch_kimage_file_post_load_cleanup()131 image->elf_headers = headers; in load_other_segments()
31 vfree(image->elf_headers); in arch_kimage_file_post_load_cleanup()32 image->elf_headers = NULL; in arch_kimage_file_post_load_cleanup()185 image->elf_headers = headers; in load_other_segments()
31 vfree(image->elf_headers); in arch_kimage_file_post_load_cleanup()32 image->elf_headers = NULL; in arch_kimage_file_post_load_cleanup()294 image->elf_headers = headers; in load_extra_segments()
619 vfree(image->elf_headers); in arch_kimage_file_post_load_cleanup()620 image->elf_headers = NULL; in arch_kimage_file_post_load_cleanup()
425 image->elf_headers = kbuf.buffer; in crash_load_segments()
426 void *elf_headers; member