OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSymbolSize
(Results
1 - 14
of
14
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/
ObjectLoaderImpl.h
43
virtual size_t
getSymbolSize
(const char *pName) const = 0;
ELFObjectLoaderImpl.h
48
virtual size_t
getSymbolSize
(const char *pName) const;
ObjectLoader.cpp
155
size_t ObjectLoader::
getSymbolSize
(const char *pName) const {
156
return mImpl->
getSymbolSize
(pName);
ELFObjectLoaderImpl.cpp
117
size_t ELFObjectLoaderImpl::
getSymbolSize
(const char *pName) const {
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
ObjectLoader.h
60
size_t
getSymbolSize
(const char *pName) const;
/frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp
179
size_t func_size = mLoader->
getSymbolSize
(func_name);
/external/llvm/include/llvm/Object/
ObjectFile.h
296
virtual error_code
getSymbolSize
(DataRefImpl Symb, uint64_t &Res) const = 0;
431
return OwningObject->
getSymbolSize
(SymbolPimpl, Result);
MachO.h
69
virtual error_code
getSymbolSize
(DataRefImpl Symb, uint64_t &Res) const;
COFF.h
218
virtual error_code
getSymbolSize
(DataRefImpl Symb, uint64_t &Res) const;
ELF.h
678
virtual error_code
getSymbolSize
(DataRefImpl Symb, uint64_t &Res) const;
[
all
...]
/frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h
271
uint64_t
getSymbolSize
(const LDSymbol& pSymbol) const;
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
/external/llvm/lib/Object/
COFFObjectFile.cpp
190
error_code COFFObjectFile::
getSymbolSize
(DataRefImpl Symb,
MachOObjectFile.cpp
515
error_code MachOObjectFile::
getSymbolSize
(DataRefImpl DRI,
[
all
...]
Completed in 70 milliseconds