Searched refs:symbolIdx (Results 1 – 1 of 1) sorted by relevance
1103 uint32_t symbolIdx; in getRelocationSymbol() local1106 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()