Searched refs:getSectionByIndex (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/linkloader/include/impl/
H A DELFSymbol.hxx36 ELFSectionTy const *section = owner->getSectionByIndex(index);
159 ELFSectionTy const *sec = owner->getSectionByIndex(idx);
224 ELFSectionTy const *sec = owner->getSectionByIndex(idx);
254 ELFSectionTy const *sec = owner->getSectionByIndex(idx);
283 ELFSectionTy const *sec = owner->getSectionByIndex(idx);
H A DELFObject.hxx95 ELFObject<Bitwidth>::getSectionByIndex(size_t i) const { function in class:ELFObject
101 ELFObject<Bitwidth>::getSectionByIndex(size_t i) { function in class:ELFObject
/frameworks/compile/linkloader/include/
H A DELFObject.h74 ELFSectionTy const *getSectionByIndex(size_t i) const;
75 ELFSectionTy *getSectionByIndex(size_t i);
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp91 static_cast<ELFSectionBits<32> *>(mObject->getSectionByIndex(i));
/frameworks/compile/linkloader/android/
H A Dlibrsloader.cpp91 static_cast<ELFSectionBits<32>*>(object->getSectionByIndex(i));

Completed in 91 milliseconds