Searched refs:ToSymbolSec (Results 1 – 2 of 2) sorted by relevance
170 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local171 if (!ToSymbolSec) in parsePairRelocation()172 return ToSymbolSec.takeError(); in parsePairRelocation()173 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()
179 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local180 if (!ToSymbolSec) in parsePairRelocation()181 return ToSymbolSec.takeError(); in parsePairRelocation()182 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()