Searched refs:shtab (Results 1 – 3 of 3) sorted by relevance
44 object->shtab.reset(ELFSectionHeaderTableTy::read(AR, object.get())); in read()45 if (!object->shtab) { in read()52 if ((*object->shtab)[i]->getType() == SHT_PROGBITS) { in read()57 ELFSectionTy::read(AR, object.get(), (*object->shtab)[i])); in read()62 object->shtab->buildNameMap(); in read()72 ELFSectionTy::read(AR, object.get(), (*object->shtab)[index])); in read()369 if ((*shtab)[idx]->getType() == SHT_NOBITS) { in relocate()397 ELFSectionHeaderTy *sh = (*shtab)[i]; in relocate()437 ELFSectionHeaderTy *sh = (*shtab)[i]; in relocate()449 shtab->print(); in print()
39 ELFSectionHeaderTableTy const &shtab = *owner->getSectionHeaderTable(); in getName() local40 size_t const index = shtab.getByName(std::string(".strtab"))->getIndex(); in getName()
37 llvm::OwningPtr<ELFSectionHeaderTableTy> shtab; variable68 return shtab.get(); in getSectionHeaderTable()