Lines Matching refs:getSectionContents
544 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec); in getVersionDefinitions()
632 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec); in getVersionDependencies()
2901 Obj.getSectionContents(Sec)) { in printAttributes()
3008 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT()
3058 unwrapOrError(FileName, Obj.getSectionContents(*GotSec)); in findGOT()
3102 Obj.getSectionContents(*PltSec)) in findPLT()
3328 Obj.getSectionContents(*RegInfoSec); in printMipsReginfo()
3394 unwrapOrError(ObjF.getFileName(), Obj.getSectionContents(*MipsOpts)); in printMipsOptions()
3433 Obj.getSectionContents(*StackMapSection); in printStackMap()
4997 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Sec); in decodeAddrsigSection()
5676 Expected<ArrayRef<uint8_t>> ContentsOrErr = Obj.getSectionContents(Shdr); in printDependentLibsHelper()
5965 unwrapOrError(this->FileName, Obj.getSectionContents(Sec)); in printNonRelocatableStackSizes()
6051 unwrapOrError(this->FileName, Obj.getSectionContents(*StackSizesELFSec)); in printRelocatableStackSizes()
6234 Dumper.getElfObject().getELFFile().getSectionContents(*Sec); in getMipsAbiFlagsSection()
6473 unwrapOrError(this->FileName, this->Obj.getSectionContents(Sec)); in printSectionHeaders()
6916 this->Obj.getSectionContents(Shdr); in printELFLinkerOptions()