Home
last modified time | relevance | path

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

/frameworks/rs/driver/linkloader/android/
Dlibrsloader.cpp109 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab")); in rsloaderGetSymbolAddress()
131 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab")); in rsloaderGetSymbolSize()
149 unwrap(object)->getSectionByName(".symtab")); in rsloaderGetFuncCount()
162 unwrap(object)->getSectionByName(".symtab")); in rsloaderGetFuncNameList()
/frameworks/rs/driver/linkloader/include/impl/
DELFObject.hxx65 static_cast<ELFSectionSymTabTy *>(object->getSectionByName(".symtab")); in read()
107 ELFObject<Bitwidth>::getSectionByName(std::string const &str) const { in getSectionByName() function in ELFObject
114 ELFObject<Bitwidth>::getSectionByName(std::string const &str) { in getSectionByName() function in ELFObject
116 ELFSectionTy const *sptr = const_this->getSectionByName(str); in getSectionByName()
132 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocateARM()
364 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocateX86_64()
418 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocateX86_32()
466 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocateMIPS()
628 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocate()
694 static_cast<ELFSectionProgBitsTy *>(getSectionByName(need_rel_name)); in relocate()
DELFSectionProgBits.hxx50 owner->getSectionByName(reltab_name.c_str())); in read()
/frameworks/rs/driver/linkloader/include/
DELFObject.h76 ELFSectionTy const *getSectionByName(std::string const &str) const;
77 ELFSectionTy *getSectionByName(std::string const &str);
/frameworks/compile/libbcc/lib/ExecutionEngine/
DELFObjectLoaderImpl.cpp44 mObject->getSectionByName(".symtab")); in load()
/frameworks/rs/driver/linkloader/
Dmain.cpp156 object->getSectionByName(".symtab")); in dump_and_run_object()