Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dmachine_kexec_file.c35 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()
/linux/arch/loongarch/kernel/
H A Dmachine_kexec_file.c31 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()
/linux/arch/riscv/kernel/
H A Dmachine_kexec_file.c31 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()
/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c619 vfree(image->elf_headers); in arch_kimage_file_post_load_cleanup()
620 image->elf_headers = NULL; in arch_kimage_file_post_load_cleanup()
H A Dcrash.c425 image->elf_headers = kbuf.buffer; in crash_load_segments()
/linux/include/linux/
H A Dkexec.h426 void *elf_headers; member