reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
242 SectionRef toSectionRef(const Elf_Shdr *Sec) const { 248 const Elf_Shdr *DotDynSymSec, const Elf_Shdr *DotSymtabSec, 248 const Elf_Shdr *DotDynSymSec, const Elf_Shdr *DotSymtabSec, 254 const Elf_Shdr *DotDynSymSec = nullptr; // Dynamic symbol table section. 255 const Elf_Shdr *DotSymtabSec = nullptr; // Symbol table section. 270 const Elf_Shdr *SymTab) const; 307 const Elf_Shdr *getRelSection(DataRefImpl Rel) const { 314 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { 332 (reinterpret_cast<uintptr_t>(SymTable) - SHT) / sizeof(Elf_Shdr); 339 const Elf_Shdr *toELFShdrIter(DataRefImpl Sec) const { 343 DataRefImpl toDRI(const Elf_Shdr *Sec) const { 373 for (const Elf_Shdr &Sec : *SectionsOrErr) { 409 const Elf_Shdr *getSection(DataRefImpl Sec) const { 460 const Elf_Shdr *SymTableSec = *SymTabOrErr; 464 const Elf_Shdr *StringTableSec = *StrTabOrErr; 529 const Elf_Shdr *SymTab = *SymTabOrErr; 535 const Elf_Shdr *Section = *SectionOrErr; 665 const Elf_Shdr *SymTab) const { 670 const Elf_Shdr *ESec = *ESecOrErr; 686 const Elf_Shdr *SymTab = *SymTabOrErr; 692 const Elf_Shdr *ESec = getSection(Sec); 713 const Elf_Shdr *First = SectionsOrErr->begin(); 725 const Elf_Shdr *EShdr = getSection(Sec); 751 const Elf_Shdr *EShdr = getSection(Sec); 759 const Elf_Shdr *EShdr = getSection(Sec); 774 for (const Elf_Shdr &Sec : *SectionsOrErr) { 786 for (const Elf_Shdr &Sec : *SectionsOrErr) { 807 const Elf_Shdr *EShdr = getSection(Sec); 828 const Elf_Shdr *S = reinterpret_cast<const Elf_Shdr *>(Sec.p); 833 const Elf_Shdr *RelSec = getRelSection(RelData); 850 const Elf_Shdr *EShdr = getSection(Sec); 855 Expected<const Elf_Shdr *> SecOrErr = EF.getSection(EShdr->sh_info); 871 const Elf_Shdr *sec = getRelSection(Rel); 888 const Elf_Shdr *sec = getRelSection(Rel); 897 const Elf_Shdr *sec = getRelSection(Rel); 956 const Elf_Shdr *DotDynSymSec = nullptr; 957 const Elf_Shdr *DotSymtabSec = nullptr; 959 for (const Elf_Shdr &Sec : *SectionsOrErr) { 986 const Elf_Shdr *DotDynSymSec, 987 const Elf_Shdr *DotSymtabSec, 1010 const Elf_Shdr *SymTab = DotSymtabSec; 1025 const Elf_Shdr *SymTab = DotDynSymSec;tools/llvm-readobj/DwarfCFIEHPrinter.h
48 static const typename object::ELFObjectFile<ELFT>::Elf_Shdr *