Home | History | Annotate | Download | only in llvm-readobj

Lines Matching defs:Elf_Shdr

62   typedef typename ELFO::Elf_Shdr Elf_Shdr;
67 void printRelocations(const Elf_Shdr *Sec);
68 void printRelocation(const Elf_Shdr *Sec, typename ELFO::Elf_Rela Rel);
159 const typename ELFO::Elf_Shdr *Sec = Obj.getSection(SectionIndex);
165 static const typename ELFFile<ELFT>::Elf_Shdr *
573 const Elf_Shdr *Section = &*SecI;
640 void ELFDumper<ELFT>::printRelocations(const Elf_Shdr *Sec) {
664 void ELFDumper<ELFT>::printRelocation(const Elf_Shdr *Sec,
669 std::pair<const Elf_Shdr *, const Elf_Sym *> Sym =
1039 typedef typename ObjectFile::Elf_Shdr Elf_Shdr;
1043 void parseGOT(const Elf_Shdr &GOTShdr);
1065 void MipsGOTParser<ELFT>::parseGOT(const Elf_Shdr &GOTShdr) {
1233 const Elf_Shdr *GotShdr = findSectionByAddress(Obj, *DtPltGot);