Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/linkloader/android/
Dlibrsloader.cpp150 static_cast<ELFSectionSymTab<64> *>(object->getSectionByName(".symtab")); in rsloaderGetSymbolAddress()
155 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab")); in rsloaderGetSymbolAddress()
183 static_cast<ELFSectionSymTab<64> *>(object->getSectionByName(".symtab")); in rsloaderGetSymbolSize()
188 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab")); in rsloaderGetSymbolSize()
214 unwrap(object)->getSectionByName(".symtab")); in rsloaderGetFuncCount()
231 unwrap(object)->getSectionByName(".symtab")); in rsloaderGetFuncNameList()
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx68 static_cast<ELFSectionSymTabTy *>(object->getSectionByName(".symtab")); in read()
110 ELFObject<Bitwidth>::getSectionByName(std::string const &str) const { in getSectionByName() function in ELFObject
117 ELFObject<Bitwidth>::getSectionByName(std::string const &str) { in getSectionByName() function in ELFObject
119 ELFSectionTy const *sptr = const_this->getSectionByName(str); in getSectionByName()
135 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocateARM()
370 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocateAARCH64()
666 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocateX86_64()
795 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocateX86_32()
845 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocateMIPS()
1035 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocate()
[all …]
DELFSectionProgBits.hxx52 owner->getSectionByName(reltab_name.c_str())); in read()
/frameworks/rs/cpu_ref/linkloader/include/
DELFObject.h75 ELFSectionTy const *getSectionByName(std::string const &str) const;
76 ELFSectionTy *getSectionByName(std::string const &str);
/frameworks/compile/libbcc/lib/ExecutionEngine/
DELFObjectLoaderImpl.cpp49 mObject->getSectionByName(".symtab")); in load()
52 mObject->getSectionByName(".symtab")); in load()
/frameworks/rs/cpu_ref/linkloader/
Dmain.cpp154 object->getSectionByName(".symtab")); in dump_and_run_object()