Searched refs:getSectionByName (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/android/
H A Dlibrsloader.cpp150 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/
H A DELFObject.h75 ELFSectionTy const *getSectionByName(std::string const &str) const;
76 ELFSectionTy *getSectionByName(std::string const &str);
/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFSectionProgBits.hxx52 owner->getSectionByName(reltab_name.c_str()));
H A DELFObject.hxx68 static_cast<ELFSectionSymTabTy *>(object->getSectionByName(".symtab"));
110 ELFObject<Bitwidth>::getSectionByName(std::string const &str) const { function in class:ELFObject
117 ELFObject<Bitwidth>::getSectionByName(std::string const &str) { function in class:ELFObject
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"));
1035 static_cast<ELFSectionSymTabTy *>(getSectionByName("
[all...]
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp49 mObject->getSectionByName(".symtab"));
52 mObject->getSectionByName(".symtab"));
/frameworks/rs/cpu_ref/linkloader/
H A Dmain.cpp154 object->getSectionByName(".symtab"));

Completed in 594 milliseconds