Lines Matching refs:getObj
362 const ELFFile<ELFT> &obj = getObj<ELFT>(); in init()
393 this->getObj().getSectionIndex(sym, getELFSyms<ELFT>(), shndxTable), in getSectionIndex()
499 ArrayRef<Elf_Shdr> sections = CHECK(this->getObj().sections(), this); in initializeJustSymbols()
564 const ELFFile<ELFT> &obj = this->getObj(); in initializeSections()
885 ArrayRef<uint8_t> contents = check(this->getObj().getSectionContents(sec)); in createInputSection()
909 ArrayRef<uint8_t> contents = check(this->getObj().getSectionContents(sec)); in createInputSection()
934 CHECK(this->getObj().template getSectionContentsAsArray<char>(sec), this); in createInputSection()
974 ArrayRef<Elf_Rela> rels = CHECK(getObj().relas(sec), this); in createInputSection()
979 ArrayRef<Elf_Rel> rels = CHECK(getObj().rels(sec), this); in createInputSection()
1080 return CHECK(getObj().getSectionName(sec, sectionStringTable), this); in getSectionName()
1438 const ELFFile<ELFT> obj = this->getObj<ELFT>(); in parse()