Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h1018 uint32_t symbolIdx; in getRelocationSymbol() local
1021 symbolIdx = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
1023 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
1024 if (!symbolIdx) in getRelocationSymbol()
1030 SymbolData.d.b = symbolIdx; in getRelocationSymbol()