Searched refs:Elf_Phdr (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/asm-generic/
H A Dmodule.h17 #define Elf_Phdr Elf64_Phdr macro
34 #define Elf_Phdr Elf32_Phdr macro
/linux-master/tools/perf/util/
H A Dgenelf.h64 #define Elf_Phdr Elf64_Phdr macro
75 #define Elf_Phdr Elf32_Phdr macro
84 #define GEN_ELF_TEXT_OFFSET round_up(sizeof(Elf_Ehdr) + sizeof(Elf_Phdr), 16)
H A Dgenelf.c256 Elf_Phdr *phdr;
/linux-master/arch/s390/kernel/
H A Dkexec_elf.c21 const Elf_Phdr *phdr;
74 const Elf_Phdr *phdr;
86 if (!ehdr->e_phnum || ehdr->e_phentsize != sizeof(Elf_Phdr))
/linux-master/arch/s390/tools/
H A Drelocs.c37 #define Elf_Phdr ElfW(Phdr) macro
157 if (ehdr.e_phentsize != sizeof(Elf_Phdr))
/linux-master/arch/mips/boot/tools/
H A Drelocs.c10 #define Elf_Phdr ElfW(Phdr) macro
250 if (ehdr.e_phentsize != sizeof(Elf_Phdr))
/linux-master/arch/x86/tools/
H A Drelocs.c10 #define Elf_Phdr ElfW(Phdr) macro
410 if (ehdr.e_phentsize != sizeof(Elf_Phdr))

Completed in 401 milliseconds