Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h352 uint64_t getSymbolInfo(const LDSymbol& pSymbol) const;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp884 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