Searched refs:ToSymbolSec (Results 1 – 2 of 2) sorted by relevance
176 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local177 if (!ToSymbolSec) in parsePairRelocation()178 return ToSymbolSec.takeError(); in parsePairRelocation()179 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()
201 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local202 if (!ToSymbolSec) in parsePairRelocation()203 return ToSymbolSec.takeError(); in parsePairRelocation()204 ToSymbol = getSymbolByAddress(*ToSymbolSec, ToSymbolSec->Address); in parsePairRelocation()