Searched refs:getSymbolInfo (Results 1 – 2 of 2) sorted by relevance
352 uint64_t getSymbolInfo(const LDSymbol& pSymbol) const;
935 pSym.st_info = getSymbolInfo(pSymbol); in emitSymbol32()958 pSym.st_info = getSymbolInfo(pSymbol); in emitSymbol64()1468 uint64_t GNULDBackend::getSymbolInfo(const LDSymbol& pSymbol) const in getSymbolInfo() function in GNULDBackend