Searched refs:ELFSectionSymTab (Results 1 - 7 of 7) sorted by path

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp23 #include "ELFSectionSymTab.h"
43 mSymTab = static_cast<ELFSectionSymTab<32> *>(
H A DELFObjectLoaderImpl.h22 // ELFObject and ELFSectionSymTab comes from librsloader. They're both
28 class ELFSectionSymTab;
35 ELFSectionSymTab<32> *mSymTab;
/frameworks/compile/linkloader/android/
H A Dlibrsloader.cpp20 #include "ELFSectionSymTab.h"
108 ELFSectionSymTab<32> *symtab =
109 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab"));
130 ELFSectionSymTab<32> *symtab =
131 static_cast<ELFSectionSymTab<32> *>(object->getSectionByName(".symtab"));
148 ELFSectionSymTab<32> *symtab = static_cast<ELFSectionSymTab<32> *>(
161 ELFSectionSymTab<32> *symtab = static_cast<ELFSectionSymTab<32> *>(
/frameworks/compile/linkloader/include/
H A DELFSectionSymTab.h28 class ELFSectionSymTab : public ELFSection<Bitwidth> { class in inherits:ELFSection
37 ELFSectionSymTab() { } function in class:ELFSectionSymTab
40 ~ELFSectionSymTab();
43 static ELFSectionSymTab *
77 #include "impl/ELFSectionSymTab.hxx"
H A DELFTypes.h41 template <unsigned Bitwidth> class ELFSectionSymTab;
175 typedef ELFSectionSymTab<BITWIDTH> ELFSectionSymTabTy; \
/frameworks/compile/linkloader/include/impl/
H A DELFSectionSymTab.hxx25 ELFSectionSymTab<Bitwidth>::~ELFSectionSymTab() {
32 size_t ELFSectionSymTab<Bitwidth>::getFuncCount() const {
43 inline size_t ELFSectionSymTab<Bitwidth>::getExternFuncCount() const {
54 inline void ELFSectionSymTab<Bitwidth>::buildNameMap() {
65 ELFSectionSymTab<Bitwidth>::getByName(std::string const &name) const {
76 ELFSectionSymTab<Bitwidth>::getFuncNameList(size_t size,
87 ELFSectionSymTab<Bitwidth> *
88 ELFSectionSymTab<Bitwidth>::read(Archiver &AR,
115 void ELFSectionSymTab<Bitwidt
[all...]
/frameworks/compile/linkloader/
H A Dmain.cpp154 ELFSectionSymTab<Bitwidth> *symtab =
155 static_cast<ELFSectionSymTab<Bitwidth> *>(

Completed in 297 milliseconds