Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/kernel/
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()
/linux-6.1.9/arch/riscv/kernel/
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()
245 image->elf_headers = headers; in elf_kexec_load()
/linux-6.1.9/arch/x86/kernel/
Dmachine_kexec_64.c517 vfree(image->elf_headers); in arch_kimage_file_post_load_cleanup()
518 image->elf_headers = NULL; in arch_kimage_file_post_load_cleanup()
Dcrash.c397 image->elf_headers = kbuf.buffer; in crash_load_segments()
/linux-6.1.9/arch/powerpc/kexec/
Dfile_load_64.c823 image->elf_headers = headers; in load_elfcorehdr_segment()
1279 vfree(image->elf_headers); in arch_kimage_file_post_load_cleanup()
1280 image->elf_headers = NULL; in arch_kimage_file_post_load_cleanup()
/linux-6.1.9/include/linux/
Dkexec.h383 void *elf_headers; member