Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h537 uint32_t symbolIdx; in getRelocationSymbol() local
543 symbolIdx = getRel(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
547 symbolIdx = getRela(Rel)->getSymbol(EF.isMips64EL()); in getRelocationSymbol()
551 if (!symbolIdx) in getRelocationSymbol()
561 SymbolData = toDRI(EF.begin_symbols() + symbolIdx); in getRelocationSymbol()
564 SymbolData = toDRI(EF.begin_dynamic_symbols() + symbolIdx); in getRelocationSymbol()