Lines Matching refs:getPrintableSectionName
297 StringRef getPrintableSectionName(const Elf_Shdr &Sec) const;
3354 Ret.push_back({getPrintableSectionName(Sec), in getGroups()
3369 GM.push_back({getPrintableSectionName(**SecOrErr), Ndx}); in getGroups()
3538 StringRef Name = this->getPrintableSectionName(Sec); in printRelocations()
3667 Name = this->getPrintableSectionName(*Symtab); in printSymtabMessage()
4430 StringRef SecName = this->getPrintableSectionName(Sec); in printGNUVersionSectionProlog()
4437 LinkedSecName = this->getPrintableSectionName(**LinkedSecOrErr); in printGNUVersionSectionProlog()
4767 StringRef Name = this->getPrintableSectionName(*this->DotAddrsigSec); in printAddrsig()
5675 StringRef ELFDumper<ELFT>::getPrintableSectionName(const Elf_Shdr &Sec) const { in getPrintableSectionName() function in ELFDumper
5710 Current.Name = this->getPrintableSectionName(Shdr); in printDependentLibs()
5891 if (this->getPrintableSectionName(Sec) != ".stack_sizes") in printNonRelocatableStackSizes()
6343 StringRef Name = this->getPrintableSectionName(Sec); in printRelocations()
6391 W.printNumber("Name", this->getPrintableSectionName(Sec), Sec.sh_name); in printSectionHeaders()