Searched defs:Phdr (Results 1 – 12 of 12) sorted by relevance
48 ElfW2(LIBELFBITS,Phdr) * in ElfW2() argument238 ElfW2(LIBELFBITS,Phdr) * in ElfW2() argument
45 ElfW2(LIBELFBITS,Phdr) * in ElfW2() argument
48 typedef Elf32_Phdr Phdr; typedef61 typedef Elf64_Phdr Phdr; typedef
51 typedef ElfW(Phdr) Phdr; typedef
200 typedef typename TypeParam::Phdr Phdr; in TYPED_TEST() typedef267 typedef typename TypeParam::Phdr Phdr; in TYPED_TEST() typedef
84 typedef typename ElfClass::Phdr Phdr; in FindElfClassSegment() typedef
160 typedef typename ElfClass::Phdr Phdr; in GetLoadingAddress() typedef593 typedef typename ElfClass::Phdr Phdr; in LoadSymbols() typedef
27 for (const typename ELFO::Elf_Phdr &Phdr : o->program_headers()) { in printProgramHeaders() local
1311 for (const Elf_Phdr &Phdr : Obj->program_headers()) { in ELFDumper() local1373 const Elf_Phdr &Phdr = **I; in parseDynamicTable() local2836 bool GNUStyle<ELFT>::checkTLSSections(const Elf_Phdr &Phdr, in checkTLSSections()2847 bool GNUStyle<ELFT>::checkoffsets(const Elf_Phdr &Phdr, const Elf_Shdr &Sec) { in checkoffsets()2865 bool GNUStyle<ELFT>::checkVMA(const Elf_Phdr &Phdr, const Elf_Shdr &Sec) { in checkVMA()2881 bool GNUStyle<ELFT>::checkPTDynamic(const Elf_Phdr &Phdr, const Elf_Shdr &Sec) { in checkPTDynamic()2914 for (const auto &Phdr : Obj->program_headers()) { in printProgramHeaders() local2941 for (const Elf_Phdr &Phdr : Obj->program_headers()) { in printProgramHeaders() local3514 for (const Elf_Phdr &Phdr : Obj->program_headers()) { in printProgramHeaders() local
53 typedef Elf_Phdr_Impl<ELFType<E, Is64>> Phdr; typedef
387 static bool compareAddr(uint64_t VAddr, const Elf_Phdr_Impl<ELFT> *Phdr) { in compareAddr()
63 #define Phdr ElfW(Phdr) macro