Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h350 uint64_t getSymbolSize(const LDSymbol& pSymbol) const;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp883 pSym.st_size = getSymbolSize(pSymbol); in emitSymbol32()
904 pSym.st_size = getSymbolSize(pSymbol); in emitSymbol64()
1405 uint64_t GNULDBackend::getSymbolSize(const LDSymbol& pSymbol) const { in getSymbolSize() function in mcld::GNULDBackend