Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h187 size_t getSymbolIdx(const LDSymbol* pSymbol) const;
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp460 target().getSymbolIdx(relocation->symInfo()->outSymbol())); in emitRel()
502 target().getSymbolIdx(relocation->symInfo()->outSymbol())); in emitRela()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1513 size_t GNULDBackend::getSymbolIdx(const LDSymbol* pSymbol) const in getSymbolIdx() function in GNULDBackend