Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp523 target().getSymbolIdx(relocation->symInfo()->outSymbol())); in emitRel()
566 target().getSymbolIdx(relocation->symInfo()->outSymbol())); in emitRela()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h186 size_t getSymbolIdx(const LDSymbol* pSymbol) const;
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1524 size_t GNULDBackend::getSymbolIdx(const LDSymbol* pSymbol) const in getSymbolIdx() function in GNULDBackend
3090 size_t symIdxX = m_Backend.getSymbolIdx(X->symInfo()->outSymbol()); in operator ()()
3091 size_t symIdxY = m_Backend.getSymbolIdx(Y->symInfo()->outSymbol()); in operator ()()