Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFSymbol.hxx36 ELFSectionTy const *section = owner->getSectionByIndex(index); in getName()
159 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()
224 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()
254 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()
283 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()
DELFObject.hxx98 ELFObject<Bitwidth>::getSectionByIndex(size_t i) const { in getSectionByIndex() function in ELFObject
104 ELFObject<Bitwidth>::getSectionByIndex(size_t i) { in getSectionByIndex() function in ELFObject
/frameworks/rs/cpu_ref/linkloader/include/
DELFObject.h73 ELFSectionTy const *getSectionByIndex(size_t i) const;
74 ELFSectionTy *getSectionByIndex(size_t i);
/frameworks/compile/libbcc/lib/ExecutionEngine/
DELFObjectLoaderImpl.cpp123 static_cast<ELFSectionBits<64> *>(mObject->getSectionByIndex(i)); in prepareDebugImage()
126 static_cast<ELFSectionBits<32> *>(mObject->getSectionByIndex(i)); in prepareDebugImage()
/frameworks/rs/cpu_ref/linkloader/android/
Dlibrsloader.cpp123 static_cast<ELFSectionBits<64>*>(object->getSectionByIndex(i)); in rsloaderUpdateSectionHeaders()
126 static_cast<ELFSectionBits<32>*>(object->getSectionByIndex(i)); in rsloaderUpdateSectionHeaders()