OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELFSectionSymTab
(Results
1 - 7
of
7
) sorted by null
/frameworks/rs/cpu_ref/linkloader/include/
ELFSectionSymTab.h
28
class
ELFSectionSymTab
: public ELFSection<Bitwidth> {
37
ELFSectionSymTab
() { }
40
~
ELFSectionSymTab
();
43
static
ELFSectionSymTab
*
77
#include "impl/
ELFSectionSymTab
.hxx"
ELFTypes.h
41
template <unsigned Bitwidth> class
ELFSectionSymTab
;
175
typedef
ELFSectionSymTab
<BITWIDTH> ELFSectionSymTabTy; \
/frameworks/rs/cpu_ref/linkloader/include/impl/
ELFSectionSymTab.hxx
25
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
<Bitwidth>::print() const
[
all
...]
/frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.h
22
// ELFObject and
ELFSectionSymTab
comes from librsloader. They're both
28
class
ELFSectionSymTab
;
35
ELFSectionSymTab
<32> *mSymTab;
ELFObjectLoaderImpl.cpp
23
#include "
ELFSectionSymTab
.h"
43
mSymTab = static_cast<
ELFSectionSymTab
<32> *>(
/frameworks/rs/cpu_ref/linkloader/android/
librsloader.cpp
20
#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/rs/cpu_ref/linkloader/
main.cpp
154
ELFSectionSymTab
<Bitwidth> *symtab =
155
static_cast<
ELFSectionSymTab
<Bitwidth> *>(
Completed in 3161 milliseconds