Searched refs:getSymbolInfo (Results 1 – 2 of 2) sorted by relevance
352 uint64_t getSymbolInfo(const LDSymbol& pSymbol) const;
884 pSym.st_info = getSymbolInfo(pSymbol); in emitSymbol32()905 pSym.st_info = getSymbolInfo(pSymbol); in emitSymbol64()1413 uint64_t GNULDBackend::getSymbolInfo(const LDSymbol& pSymbol) const { in getSymbolInfo() function in mcld::GNULDBackend