Searched refs:ToSymbolSec (Results 1 – 2 of 2) sorted by relevance
172 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local173 if (!ToSymbolSec) in parsePairRelocation()174 return ToSymbolSec.takeError(); in parsePairRelocation()175 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()
181 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local182 if (!ToSymbolSec) in parsePairRelocation()183 return ToSymbolSec.takeError(); in parsePairRelocation()184 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()