Searched refs:getSymbolSize (Results 1 – 2 of 2) sorted by relevance
350 uint64_t getSymbolSize(const LDSymbol& pSymbol) const;
883 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