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

  /frameworks/rs/cpu_ref/linkloader/android/
librsloader.cpp 150 static_cast<ELFSectionSymTab<64> *>(object->getSectionByName(".symtab"));
155 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab"));
183 static_cast<ELFSectionSymTab<64> *>(object->getSectionByName(".symtab"));
188 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab"));
214 unwrap(object)->getSectionByName(".symtab"));
231 unwrap(object)->getSectionByName(".symtab"));
  /frameworks/rs/cpu_ref/linkloader/include/
ELFObject.h 75 ELFSectionTy const *getSectionByName(std::string const &str) const;
76 ELFSectionTy *getSectionByName(std::string const &str);
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionProgBits.hxx 52 owner->getSectionByName(reltab_name.c_str()));
ELFObject.hxx 68 static_cast<ELFSectionSymTabTy *>(object->getSectionByName(".symtab"));
110 ELFObject<Bitwidth>::getSectionByName(std::string const &str) const {
117 ELFObject<Bitwidth>::getSectionByName(std::string const &str) {
119 ELFSectionTy const *sptr = const_this->getSectionByName(str);
135 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
370 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
666 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
795 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
845 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
    [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.cpp 49 mObject->getSectionByName(".symtab"));
52 mObject->getSectionByName(".symtab"));
  /frameworks/rs/cpu_ref/linkloader/
main.cpp 154 object->getSectionByName(".symtab"));

Completed in 129 milliseconds