Home
last modified time | relevance | path

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

/linux-4.4.14/include/asm-generic/
Dmodule.h16 #define Elf_Phdr Elf64_Phdr macro
33 #define Elf_Phdr Elf32_Phdr macro
/linux-4.4.14/arch/x86/tools/
Drelocs.c9 #define Elf_Phdr ElfW(Phdr) macro
378 if (ehdr.e_phentsize != sizeof(Elf_Phdr)) { in read_ehdr()