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

/frameworks/rs/cpu_ref/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/rs/cpu_ref/linkloader/include/
H A DELFObject.h37 llvm::OwningPtr<ELFSectionHeaderTableTy> shtab; member in class:ELFObject
70 return shtab.get();
/frameworks/rs/cpu_ref/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]));
641 if ((*shtab)[idx]->getType() == SHT_NOBITS) {
675 ELFSectionHeaderTy *sh = (*shtab)[i];
718 ELFSectionHeaderTy *sh = (*shtab)[i];
730 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 58 milliseconds