Home
last modified time | relevance | path

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

/openbmc/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()
126 image->elf_headers = headers; in load_other_segments()
/openbmc/linux/arch/riscv/kernel/
H A Delf_kexec.c29 vfree(image->elf_headers); in arch_kimage_file_post_load_cleanup()
30 image->elf_headers = NULL; in arch_kimage_file_post_load_cleanup()
251 image->elf_headers = headers; in elf_kexec_load()
/openbmc/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c513 vfree(image->elf_headers); in arch_kimage_file_post_load_cleanup()
514 image->elf_headers = NULL; in arch_kimage_file_post_load_cleanup()
H A Dcrash.c356 image->elf_headers = kbuf.buffer; in crash_load_segments()
/openbmc/linux/arch/powerpc/kexec/
H A Dfile_load_64.c828 image->elf_headers = headers; in load_elfcorehdr_segment()
1346 vfree(image->elf_headers); in arch_kimage_file_post_load_cleanup()
1347 image->elf_headers = NULL; in arch_kimage_file_post_load_cleanup()
/openbmc/linux/include/linux/
H A Dkexec.h368 void *elf_headers; member