Home
last modified time | relevance | path

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

/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/powerpc/kexec/
H A Dfile_load_64.c449 image->elf_headers = headers; in load_elfcorehdr_segment()
848 vfree(image->elf_headers); in arch_kimage_file_post_load_cleanup()
849 image->elf_headers = NULL; in arch_kimage_file_post_load_cleanup()
/linux/include/linux/
H A Dkexec.h426 void *elf_headers; member