Lines Matching refs:getPrintableSectionName
302 StringRef getPrintableSectionName(const Elf_Shdr &Sec) const;
3449 Ret.push_back({getPrintableSectionName(Sec), in getGroups()
3464 GM.push_back({getPrintableSectionName(**SecOrErr), Ndx}); in getGroups()
3633 StringRef Name = this->getPrintableSectionName(Sec); in printRelocations()
3763 Name = this->getPrintableSectionName(*Symtab); in printSymtabMessage()
4535 StringRef SecName = this->getPrintableSectionName(Sec); in printGNUVersionSectionProlog()
4542 LinkedSecName = this->getPrintableSectionName(**LinkedSecOrErr); in printGNUVersionSectionProlog()
4872 StringRef Name = this->getPrintableSectionName(*this->DotAddrsigSec); in printAddrsig()
5905 StringRef ELFDumper<ELFT>::getPrintableSectionName(const Elf_Shdr &Sec) const { in getPrintableSectionName() function in ELFDumper
5940 Current.Name = this->getPrintableSectionName(Shdr); in printDependentLibs()
6120 if (this->getPrintableSectionName(Sec) != ".stack_sizes") in printNonRelocatableStackSizes()
6576 StringRef Name = this->getPrintableSectionName(Sec); in printRelocations()
6625 W.printNumber("Name", this->getPrintableSectionName(Sec), Sec.sh_name); in printSectionHeaders()