Home
last modified time | relevance | path

Searched refs:getSymbolSize (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DObjectLoader.cpp155 size_t ObjectLoader::getSymbolSize(const char *pName) const { in getSymbolSize() function in ObjectLoader
156 return mImpl->getSymbolSize(pName); in getSymbolSize()
DObjectLoaderImpl.h43 virtual size_t getSymbolSize(const char *pName) const = 0;
DELFObjectLoaderImpl.h53 virtual size_t getSymbolSize(const char *pName) const;
DELFObjectLoaderImpl.cpp163 size_t ELFObjectLoaderImpl::getSymbolSize(const char *pName) const { in getSymbolSize() function in ELFObjectLoaderImpl
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
DObjectLoader.h60 size_t getSymbolSize(const char *pName) const;
/frameworks/compile/libbcc/lib/Renderscript/
DRSExecutable.cpp179 size_t func_size = mLoader->getSymbolSize(func_name); in dumpDisassembly()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h350 uint64_t getSymbolSize(const LDSymbol& pSymbol) const;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp934 pSym.st_size = getSymbolSize(pSymbol); in emitSymbol32()
957 pSym.st_size = getSymbolSize(pSymbol); in emitSymbol64()
1458 uint64_t GNULDBackend::getSymbolSize(const LDSymbol& pSymbol) const in getSymbolSize() function in GNULDBackend