Home
last modified time | relevance | path

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

/frameworks/compile/linkloader/include/impl/
DELFSectionSymTab.hxx25 ELFSectionSymTab<Bitwidth>::~ELFSectionSymTab() { in ~ELFSectionSymTab()
32 size_t ELFSectionSymTab<Bitwidth>::getFuncCount() const { in getFuncCount()
43 inline size_t ELFSectionSymTab<Bitwidth>::getExternFuncCount() const { in getExternFuncCount()
54 inline void ELFSectionSymTab<Bitwidth>::buildNameMap() { in buildNameMap()
65 ELFSectionSymTab<Bitwidth>::getByName(std::string const &name) const { in getByName()
76 ELFSectionSymTab<Bitwidth>::getFuncNameList(size_t size, in getFuncNameList()
87 ELFSectionSymTab<Bitwidth> *
88 ELFSectionSymTab<Bitwidth>::read(Archiver &AR, in read()
115 void ELFSectionSymTab<Bitwidth>::print() const { in print()
/frameworks/compile/linkloader/android/
Dlibrsloader.cpp108 ELFSectionSymTab<32> *symtab = in rsloaderGetSymbolAddress()
109 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab")); in rsloaderGetSymbolAddress()
130 ELFSectionSymTab<32> *symtab = in rsloaderGetSymbolSize()
131 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab")); in rsloaderGetSymbolSize()
148 ELFSectionSymTab<32> *symtab = static_cast<ELFSectionSymTab<32> *>( in rsloaderGetFuncCount()
161 ELFSectionSymTab<32> *symtab = static_cast<ELFSectionSymTab<32> *>( in rsloaderGetFuncNameList()
/frameworks/compile/linkloader/include/
DELFSectionSymTab.h28 class ELFSectionSymTab : public ELFSection<Bitwidth> {
37 ELFSectionSymTab() { } in ELFSectionSymTab() function
40 ~ELFSectionSymTab();
43 static ELFSectionSymTab *
DELFTypes.h41 template <unsigned Bitwidth> class ELFSectionSymTab; variable
175 typedef ELFSectionSymTab<BITWIDTH> ELFSectionSymTabTy; \
/frameworks/compile/linkloader/
Dmain.cpp154 ELFSectionSymTab<Bitwidth> *symtab = in dump_and_run_object()
155 static_cast<ELFSectionSymTab<Bitwidth> *>( in dump_and_run_object()