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->Address); in parsePairRelocation()
152 auto ToSymbolSec = findSectionByIndex(UnsignedRI.r_symbolnum - 1); in parsePairRelocation() local153 if (!ToSymbolSec) in parsePairRelocation()154 return ToSymbolSec.takeError(); in parsePairRelocation()155 ToSymbol = getSymbolByAddress(ToSymbolSec->Address); in parsePairRelocation()