Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1103 uint32_t symbolIdx; in getRelocationSymbol() local
1106 symbolIdx = getCrel(Rel).r_symidx; in getRelocationSymbol()
1108 symbolIdx = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
1110 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
1111 if (!symbolIdx) in getRelocationSymbol()
1117 SymbolData.d.b = symbolIdx; in getRelocationSymbol()