Lines Matching refs:getSectionContents
2018 ArrayRef<uint8_t> Contents = unwrapOrError(Obj->getSectionContents(&Sec)); in printAttributes()
2100 ArrayRef<uint8_t> Content = unwrapOrError(Obj->getSectionContents(GotSec)); in MipsGOTParser()
2154 ArrayRef<uint8_t> Content = unwrapOrError(Obj->getSectionContents(GotSec)); in MipsGOTParser()
2178 unwrapOrError(Obj->getSectionContents(PltSec)); in MipsGOTParser()
2384 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsABIFlags()
2430 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsReginfo()
2451 ArrayRef<uint8_t> Sec = unwrapOrError(Obj->getSectionContents(Shdr)); in printMipsOptions()
2486 unwrapOrError(Obj->getSectionContents(StackMapSection)); in printStackMap()
4352 ArrayRef<uint8_t> Data = unwrapOrError(Obj->getSectionContents(&Sec)); in printSectionHeaders()
4529 Obj->getSectionContents(this->dumper()->getDotAddrsigSec())); in printAddrsig()
4651 ArrayRef<uint8_t> Contents = unwrapOrError(Obj->getSectionContents(&Shdr)); in printELFLinkerOptions()