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

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h257 /// getSymbolIdx - get the symbol index of ouput symbol table
258 size_t getSymbolIdx(LDSymbol* pSymbol) const;
/frameworks/compile/mclinker/lib/LD/
H A DELFWriter.cpp514 f_Backend.getSymbolIdx(relocation->symInfo()->outSymbol()));
553 f_Backend.getSymbolIdx(relocation->symInfo()->outSymbol()));
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1262 /// getSymbolIdx - called by emitRelocation to get the ouput symbol table index
1263 size_t GNULDBackend::getSymbolIdx(LDSymbol* pSymbol) const function in class:GNULDBackend

Completed in 28 milliseconds