Lines Matching refs:describe
238 std::string describe(const Elf_Shdr &Sec) const;
427 std::string ELFDumper<ELFT>::describe(const Elf_Shdr &Sec) const { in describe() function in __anon4b60dffb0111::ELFDumper
428 return ::describe(Obj, Sec); in describe()
448 return createError("invalid section linked to " + describe(Obj, Sec) + in getLinkAsSymtab()
453 "invalid section linked to " + describe(Obj, Sec) + ": expected " + in getLinkAsSymtab()
463 describe(Obj, Sec) + ": " + toString(StrTabOrErr.takeError())); in getLinkAsSymtab()
467 return createError("unable to read symbols from the " + describe(Obj, Sec) + in getLinkAsSymtab()
484 return createError("the " + describe(Sec) + " is misaligned"); in getVersionTable()
489 return createError("cannot read content of " + describe(Sec) + ": " + in getVersionTable()
500 reportUniqueWarning(describe(Sec) + ": the number of entries (" + in getVersionTable()
905 " from " + describe(*SymTab) + ": " + in getRelocationTarget()
1813 reportUniqueWarning(describe(*DynamicSec) + in findDynamic()
1818 reportUniqueWarning(describe(*DynamicSec) + " is not at the start of " in findDynamic()
1856 FromSec.Context = describe(*DynamicSec); in loadDynamicTable()
1861 describe(*DynamicSec) + ": " + in loadDynamicTable()
1935 DynSymRegion->Context = describe(Sec); in ELFDumper()
1941 describe(Sec) + ": " + toString(E.takeError())); in ELFDumper()
1944 describe(Sec) + ": " + in ELFDumper()
1953 "unable to get the associated symbol table for " + describe(Sec) + in ELFDumper()
1966 describe(Sec)); in ELFDumper()
2299 reportUniqueWarning("unable to read the name of " + describe(Shdr) + in findSectionByName()
2913 reportUniqueWarning("the " + describe(Sec) + " is empty"); in printAttributes()
2917 reportUniqueWarning("unable to read the content of the " + describe(Sec) + in printAttributes()
2926 describe(Sec) + ": " + toString(std::move(E))); in printAttributes()
3118 describe(Obj, *PltRelSec) + ": " + in findPLT()
3126 describe(Obj, *PltSymTable) + ": " + in findPLT()
3335 describe(*RegInfoSec) + "): " + toString(ContentsOrErr.takeError())); in printMipsReginfo()
3431 describe(*StackMapSection) + ": " + in printStackMap()
3457 " in " + describe(Sec) + ": " + in printReloc()
3699 describe(Symtab) + ": " + in getGroups()
3731 describe(Sec) + ": " + in getGroups()
3735 describe(Sec) + ": " + in getGroups()
3744 describe(Sec) + ": the section is empty"); in getGroups()
3748 reportUniqueWarning("unable to get the content of the " + describe(Sec) + in getGroups()
3770 Twine(Ndx) + " when dumping the " + describe(Sec) + in getGroups()
3946 this->describe(Sec) + ": " + in printRelocations()
3979 this->describe(Sec) + ": " + in printRelr()
5013 this->describe(Sec) + ": " + in printGNUVersionSectionProlog()
5062 Twine(I) + " of " + this->describe(*Sec) + in printVersionSymbolSection()
5212 return createError("unable to decode " + describe(Obj, Sec) + ": " + in decodeAddrsigSection()
6116 describe(Obj, S) + ": " + toString(std::move(E))); in processNotesHelper()
6121 describe(Obj, S) + ": " + in processNotesHelper()
6428 this->reportUniqueWarning(Prefix + " " + describe(Sec) + ": " + in forEachRelocationDo()
6513 this->reportUniqueWarning("unable to get the name of " + describe(Sec) + in getPrintableSectionName()
6628 describe(StackSizeSec)); in printFunctionStackSize()
6636 describe(StackSizeSec) + ": " + in printFunctionStackSize()
6677 Twine(Ndx) + " in " + describe(RelocSec) + ": " + in printStackSize()
6705 describe(StackSizeSec) + in printStackSize()
6734 describe(Sec) + in printNonRelocatableStackSizes()
6776 reportWarning(createError(".stack_sizes (" + describe(*StackSizesELFSec) + in printRelocatableStackSizes()
6801 describe(*RelocSec) + in printRelocatableStackSizes()
7781 this->describe(*Sec)); in printBBAddrMaps()
7788 this->reportUniqueWarning("unable to dump " + this->describe(*Sec) + in printBBAddrMaps()
7803 this->describe(*Sec)); in printBBAddrMaps()