Searched defs:ELFSectionSymTab (Results 1 - 2 of 2) sorted by relevance

/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"
/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...]

Completed in 4 milliseconds