Home
last modified time | relevance | path

Searched refs:getSymbolIdx (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp512 target().getSymbolIdx(relocation->symInfo()->outSymbol())); in emitRel()
554 target().getSymbolIdx(relocation->symInfo()->outSymbol())); in emitRela()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h185 size_t getSymbolIdx(const LDSymbol* pSymbol) const;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1466 size_t GNULDBackend::getSymbolIdx(const LDSymbol* pSymbol) const { in getSymbolIdx() function in mcld::GNULDBackend
2950 size_t symIdxX = m_Backend.getSymbolIdx(X.symInfo()->outSymbol()); in operator ()()
2951 size_t symIdxY = m_Backend.getSymbolIdx(Y.symInfo()->outSymbol()); in operator ()()