Searched refs:ToSymbolSec (Results 1 – 2 of 2) sorted by relevance
180 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local181 if (!ToSymbolSec) in parsePairRelocation()182 return ToSymbolSec.takeError(); in parsePairRelocation()183 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()
171 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local172 if (!ToSymbolSec) in parsePairRelocation()173 return ToSymbolSec.takeError(); in parsePairRelocation()174 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()