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/riscv/kernel/
H A Delf_kexec.c30 vfree(image->elf_headers); in arch_kimage_file_post_load_cleanup()
31 image->elf_headers = NULL; in arch_kimage_file_post_load_cleanup()
255 image->elf_headers = headers; in elf_kexec_load()
/linux/arch/powerpc/kexec/
H A Dfile_load_64.c658 image->elf_headers = headers; in load_elfcorehdr_segment()
1119 vfree(image->elf_headers); in arch_kimage_file_post_load_cleanup()
1120 image->elf_headers = NULL; in arch_kimage_file_post_load_cleanup()
/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c510 vfree(image->elf_headers);
511 image->elf_headers = NULL;
H A Dcrash.c360 image->elf_headers = kbuf.buffer; in crash_load_segments()
/linux/include/linux/
H A Dkexec.h368 void *elf_headers; member