HomeSort by relevance Sort by last modified time
    Searched refs:getSectionByIndex (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSymbol.hxx 36 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);
ELFObject.hxx 98 ELFObject<Bitwidth>::getSectionByIndex(size_t i) const {
104 ELFObject<Bitwidth>::getSectionByIndex(size_t i) {
    [all...]
  /frameworks/rs/cpu_ref/linkloader/include/
ELFObject.h 73 ELFSectionTy const *getSectionByIndex(size_t i) const;
74 ELFSectionTy *getSectionByIndex(size_t i);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.cpp 123 static_cast<ELFSectionBits<64> *>(mObject->getSectionByIndex(i));
126 static_cast<ELFSectionBits<32> *>(mObject->getSectionByIndex(i));
  /frameworks/rs/cpu_ref/linkloader/android/
librsloader.cpp 123 static_cast<ELFSectionBits<64>*>(object->getSectionByIndex(i));
126 static_cast<ELFSectionBits<32>*>(object->getSectionByIndex(i));

Completed in 133 milliseconds