Searched defs:Shdr (Results 1 – 10 of 10) sorted by relevance
48 static ElfW2(LIBELFBITS,Shdr) * in ElfW2() argument248 ElfW2(LIBELFBITS,Shdr) * in ElfW2() argument270 ElfW2(LIBELFBITS,Shdr) * in ElfW2() argument286 ElfW2(LIBELFBITS,Shdr) * in ElfW2() argument
60 #define SH_INFO_LINK_P(Shdr) \ argument
190 const Elf_Shdr *Shdr = *ShdrOrErr; in dumpSymbol() local229 std::error_code ELFDumper<ELFT>::dumpCommonSection(const Elf_Shdr *Shdr, in dumpCommonSection()256 ELFDumper<ELFT>::dumpCommonRelocationSection(const Elf_Shdr *Shdr, in dumpCommonRelocationSection()275 ELFDumper<ELFT>::dumpRelSection(const Elf_Shdr *Shdr) { in dumpRelSection()299 ELFDumper<ELFT>::dumpRelaSection(const Elf_Shdr *Shdr) { in dumpRelaSection()325 ELFDumper<ELFT>::dumpContentSection(const Elf_Shdr *Shdr) { in dumpContentSection()342 ELFDumper<ELFT>::dumpNoBitsSection(const Elf_Shdr *Shdr) { in dumpNoBitsSection()353 ErrorOr<ELFYAML::Group *> ELFDumper<ELFT>::dumpGroup(const Elf_Shdr *Shdr) { in dumpGroup()398 ELFDumper<ELFT>::dumpMipsABIFlags(const Elf_Shdr *Shdr) { in dumpMipsABIFlags()
49 typedef Elf32_Shdr Shdr; typedef62 typedef Elf64_Shdr Shdr; typedef
201 typedef typename TypeParam::Shdr Shdr; in TYPED_TEST() typedef268 typedef typename TypeParam::Shdr Shdr; in TYPED_TEST() typedef
49 typedef typename ElfClass::Shdr Shdr; in FindElfClassSection() typedef
231 typedef typename ElfClass::Shdr Shdr; in LoadDwarf() typedef594 typedef typename ElfClass::Shdr Shdr; in LoadSymbols() typedef861 typedef typename ElfClass::Shdr Shdr; in ReadSymbolDataElfClass() typedef
276 static Elf_W(Shdr)* elf_w (section_table) (struct elf_image* ei) { in Elf_W() argument
495 for (const auto &Shdr : Obj->sections()) in findSectionByAddress() local504 for (const auto &Shdr : Obj.sections()) { in findSectionByName() local2083 const Elf_Shdr *Shdr = findSectionByName(*Obj, ".MIPS.abiflags"); in printMipsABIFlags() local2121 const Elf_Shdr *Shdr = findSectionByName(*Obj, ".reginfo"); in printMipsReginfo() local
64 #define Shdr ElfW(Shdr) macro