Searched refs:shtab (Results 1 – 4 of 4) sorted by relevance
112 llvm::ELF::Elf64_Shdr* shtab = in rsloaderUpdateSectionHeaders() local115 llvm::ELF::Elf32_Shdr* shtab = in rsloaderUpdateSectionHeaders() local120 if (shtab[i].sh_flags & SHF_ALLOC) { in rsloaderUpdateSectionHeaders()131 shtab[i].sh_addr = reinterpret_cast<llvm::ELF::Elf64_Addr>(addr); in rsloaderUpdateSectionHeaders()133 shtab[i].sh_addr = reinterpret_cast<llvm::ELF::Elf32_Addr>(addr); in rsloaderUpdateSectionHeaders()
36 std::unique_ptr<ELFSectionHeaderTableTy> shtab; variable69 return shtab.get(); in getSectionHeaderTable()
48 object->shtab.reset(ELFSectionHeaderTableTy::read(AR, object.get())); in read()49 if (!object->shtab) { in read()56 if ((*object->shtab)[i]->getType() == SHT_PROGBITS) { in read()61 ELFSectionTy::read(AR, object.get(), (*object->shtab)[i])); in read()66 object->shtab->buildNameMap(); in read()76 ELFSectionTy::read(AR, object.get(), (*object->shtab)[index])); in read()1048 if ((*shtab)[idx]->getType() == SHT_NOBITS) { in relocate()1082 ELFSectionHeaderTy *sh = (*shtab)[i]; in relocate()1134 ELFSectionHeaderTy *sh = (*shtab)[i]; in relocate()1146 shtab->print(); in print()
34 ELFSectionHeaderTableTy const &shtab = *owner->getSectionHeaderTable(); in getName() local35 size_t const index = shtab.getByName(std::string(".strtab"))->getIndex(); in getName()