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 109 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab"));
131 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab"));
149 unwrap(object)->getSectionByName(".symtab"));
162 unwrap(object)->getSectionByName(".symtab"));
  /frameworks/rs/cpu_ref/linkloader/include/
ELFObject.h 76 ELFSectionTy const *getSectionByName(std::string const &str) const;
77 ELFSectionTy *getSectionByName(std::string const &str);
  /frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionProgBits.hxx 50 owner->getSectionByName(reltab_name.c_str()));
ELFObject.hxx 65 static_cast<ELFSectionSymTabTy *>(object->getSectionByName(".symtab"));
107 ELFObject<Bitwidth>::getSectionByName(std::string const &str) const {
114 ELFObject<Bitwidth>::getSectionByName(std::string const &str) {
116 ELFSectionTy const *sptr = const_this->getSectionByName(str);
132 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
364 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
418 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
466 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
628 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab"));
694 static_cast<ELFSectionProgBitsTy *>(getSectionByName(need_rel_name))
    [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.cpp 44 mObject->getSectionByName(".symtab"));
  /frameworks/rs/cpu_ref/linkloader/
main.cpp 156 object->getSectionByName(".symtab"));

Completed in 213 milliseconds