Phdr               10 arch/mips/boot/tools/relocs.c #define Elf_Phdr		ElfW(Phdr)
Phdr               25 arch/sparc/vdso/vdso2c.h 	ELF(Phdr) *pt = (ELF(Phdr) *)(raw_addr + GET_BE(&hdr->e_phoff));
Phdr               24 arch/x86/entry/vdso/vdso2c.h 	ELF(Phdr) *pt = (ELF(Phdr) *)(raw_addr + GET_LE(&hdr->e_phoff));
Phdr               10 arch/x86/tools/relocs.c #define Elf_Phdr		ElfW(Phdr)
Phdr              109 tools/testing/selftests/vDSO/parse_vdso.c 	ELF(Phdr) *pt = (ELF(Phdr)*)(vdso_info.load_addr + hdr->e_phoff);