Home
last modified time | relevance | path

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

/frameworks/compile/linkloader/android/
Dlibrsloader.cpp67 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab")); in rsloaderGetSymbolAddress()
87 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab")); in rsloaderGetSymbolSize()
105 unwrap(object)->getSectionByName(".symtab")); in rsloaderGetFuncCount()
118 unwrap(object)->getSectionByName(".symtab")); in rsloaderGetFuncNameList()
/frameworks/compile/linkloader/include/impl/
DELFObject.hxx64 static_cast<ELFSectionSymTabTy *>(object->getSectionByName(".symtab")); in read()
106 ELFObject<Bitwidth>::getSectionByName(std::string const &str) const { in getSectionByName() function in ELFObject
113 ELFObject<Bitwidth>::getSectionByName(std::string const &str) { in getSectionByName() function in ELFObject
115 ELFSectionTy const *sptr = const_this->getSectionByName(str); in getSectionByName()
131 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocateARM()
260 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocateX86_64()
311 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocateX86_32()
356 static_cast<ELFSectionSymTabTy *>(getSectionByName(".symtab")); in relocate()
416 static_cast<ELFSectionProgBitsTy *>(getSectionByName(need_rel_name)); in relocate()
DELFSectionProgBits.hxx43 static_cast<ELFSectionSymTabTy *>(owner->getSectionByName(".symtab")); in read()
/frameworks/compile/linkloader/include/
DELFObject.h74 ELFSectionTy const *getSectionByName(std::string const &str) const;
75 ELFSectionTy *getSectionByName(std::string const &str);
/frameworks/compile/linkloader/
Dmain.cpp156 object->getSectionByName(".symtab")); in dump_and_run_object()