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.cpp935 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