Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dmachine_kexec_file.c33 image->elf_headers_sz = 0; in arch_kimage_file_post_load_cleanup()
187 image->elf_headers_sz = headers_sz; in load_other_segments()
/linux/arch/riscv/kernel/
H A Dmachine_kexec_file.c33 image->elf_headers_sz = 0; in arch_kimage_file_post_load_cleanup()
296 image->elf_headers_sz = headers_sz; in load_extra_segments()
/linux/arch/powerpc/kexec/
H A Dfile_load_64.c448 image->elf_headers_sz = kbuf->memsz; in load_elfcorehdr_segment()
850 image->elf_headers_sz = 0; in arch_kimage_file_post_load_cleanup()
/linux/include/linux/
H A Dkexec.h427 unsigned long elf_headers_sz; member