Home
last modified time | relevance | path

Searched refs:Elf_Phdr (Results 1 – 3 of 3) sorted by relevance

/arch/s390/kernel/
Dkexec_elf.c21 const Elf_Phdr *phdr; in kexec_file_add_kernel_elf()
72 const Elf_Phdr *phdr; in s390_elf_load()
84 if (!ehdr->e_phnum || ehdr->e_phentsize != sizeof(Elf_Phdr)) in s390_elf_load()
/arch/mips/boot/tools/
Drelocs.c10 #define Elf_Phdr ElfW(Phdr) macro
250 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()
/arch/x86/tools/
Drelocs.c10 #define Elf_Phdr ElfW(Phdr) macro
385 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) in read_ehdr()