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

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h185 /// getSymbolIdx - get the symbol index of ouput symbol table
186 size_t getSymbolIdx(const LDSymbol* pSymbol) const;
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp523 target().getSymbolIdx(relocation->symInfo()->outSymbol()));
566 target().getSymbolIdx(relocation->symInfo()->outSymbol()));
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1523 /// getSymbolIdx - called by emitRelocation to get the ouput symbol table index
1524 size_t GNULDBackend::getSymbolIdx(const LDSymbol* pSymbol) const function in class:GNULDBackend
3090 size_t symIdxX = m_Backend.getSymbolIdx(X->symInfo()->outSymbol());
3091 size_t symIdxY = m_Backend.getSymbolIdx(Y->symInfo()->outSymbol());

Completed in 228 milliseconds