Searched refs:shtab (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/linkloader/android/
H A Dlibrsloader.cpp85 llvm::ELF::Elf32_Shdr* shtab = local
89 if (shtab[i].sh_flags & SHF_ALLOC) {
94 shtab[i].sh_addr = reinterpret_cast<llvm::ELF::Elf32_Addr>(addr);
/frameworks/compile/linkloader/include/
H A DELFObject.h37 llvm::OwningPtr<ELFSectionHeaderTableTy> shtab; member in class:ELFObject
70 return shtab.get();
/frameworks/compile/linkloader/include/impl/
H A DELFObject.hxx45 object->shtab.reset(ELFSectionHeaderTableTy::read(AR, object.get()));
46 if (!object->shtab) {
53 if ((*object->shtab)[i]->getType() == SHT_PROGBITS) {
58 ELFSectionTy::read(AR, object.get(), (*object->shtab)[i]));
63 object->shtab->buildNameMap();
73 ELFSectionTy::read(AR, object.get(), (*object->shtab)[index]));
638 if ((*shtab)[idx]->getType() == SHT_NOBITS) {
666 ELFSectionHeaderTy *sh = (*shtab)[i];
709 ELFSectionHeaderTy *sh = (*shtab)[i];
721 shtab
[all...]
H A DELFSymbol.hxx34 ELFSectionHeaderTableTy const &shtab = *owner->getSectionHeaderTable(); local
35 size_t const index = shtab.getByName(std::string(".strtab"))->getIndex();

Completed in 1078 milliseconds