Home
last modified time | relevance | path

Searched refs:symbolIdx (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
DELFObjectFile.h681 uint32_t symbolIdx; in getRelocationSymbol() local
684 symbolIdx = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
686 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
687 if (!symbolIdx) in getRelocationSymbol()
693 SymbolData.d.b = symbolIdx; in getRelocationSymbol()
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp824 uint32_t symbolIdx; in getRelocationSymbol() local
830 symbolIdx = getRel(Rel)->getSymbol(); in getRelocationSymbol()
834 symbolIdx = getRela(Rel)->getSymbol(); in getRelocationSymbol()
842 SymbolData.d.a = symbolIdx; in getRelocationSymbol()