Lines Matching refs:getPrintableSectionName
327 StringRef getPrintableSectionName(const Elf_Shdr &Sec) const;
3761 Ret.push_back({getPrintableSectionName(Sec), in getGroups()
3776 GM.push_back({getPrintableSectionName(**SecOrErr), Ndx}); in getGroups()
3956 StringRef Name = this->getPrintableSectionName(Sec); in printRelocations()
4095 Name = this->getPrintableSectionName(*Symtab); in printSymtabMessage()
4896 StringRef SecName = this->getPrintableSectionName(Sec); in printGNUVersionSectionProlog()
4903 LinkedSecName = this->getPrintableSectionName(**LinkedSecOrErr); in printGNUVersionSectionProlog()
5119 StringRef Name = this->getPrintableSectionName(*this->DotAddrsigSec); in printAddrsig()
6360 StringRef ELFDumper<ELFT>::getPrintableSectionName(const Elf_Shdr &Sec) const { in getPrintableSectionName() function in ELFDumper
6395 Current.Name = this->getPrintableSectionName(Shdr); in printDependentLibs()
6575 if (this->getPrintableSectionName(Sec) != ".stack_sizes") in printNonRelocatableStackSizes()
7031 StringRef Name = this->getPrintableSectionName(Sec); in printRelocations()
7104 W.printNumber("Name", this->getPrintableSectionName(Sec), Sec.sh_name); in printSectionHeaders()