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

/linux-master/arch/arm64/kernel/
H A Dmachine_kexec_file.c35 vfree(image->elf_headers);
36 image->elf_headers = NULL;
131 image->elf_headers = headers;
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c29 vfree(image->elf_headers);
30 image->elf_headers = NULL;
254 image->elf_headers = headers;
/linux-master/arch/x86/kernel/
H A Dmachine_kexec_64.c503 vfree(image->elf_headers);
504 image->elf_headers = NULL;
H A Dcrash.c360 image->elf_headers = kbuf.buffer;
/linux-master/include/linux/
H A Dkexec.h366 void *elf_headers; member in struct:kimage
/linux-master/arch/powerpc/kexec/
H A Dfile_load_64.c829 image->elf_headers = headers;
1361 vfree(image->elf_headers);
1362 image->elf_headers = NULL;

Completed in 143 milliseconds