Searched refs:SubRI (Results 1 – 2 of 2) sorted by relevance
128 const MachO::relocation_info &SubRI, orc::ExecutorAddr FixupAddress, in parsePairRelocation() argument133 assert(((SubtractorKind == MachOSubtractor32 && SubRI.r_length == 2) || in parsePairRelocation()134 (SubtractorKind == MachOSubtractor64 && SubRI.r_length == 3)) && in parsePairRelocation()136 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()137 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()145 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()149 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()154 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()161 if (SubRI.r_length == 3) in parsePairRelocation()214 DeltaKind = (SubRI.r_length == 3) ? x86_64::Delta64 : x86_64::Delta32; in parsePairRelocation()[all …]
152 const MachO::relocation_info &SubRI, in parsePairRelocation() argument158 assert(((SubtractorKind == MachODelta32 && SubRI.r_length == 2) || in parsePairRelocation()159 (SubtractorKind == MachODelta64 && SubRI.r_length == 3)) && in parsePairRelocation()161 assert(SubRI.r_extern && "SUBTRACTOR reloc symbol should be extern"); in parsePairRelocation()162 assert(!SubRI.r_pcrel && "SUBTRACTOR reloc should not be PCRel"); in parsePairRelocation()170 if (SubRI.r_address != UnsignedRI.r_address) in parsePairRelocation()174 if (SubRI.r_length != UnsignedRI.r_length) in parsePairRelocation()179 if (auto FromSymbolOrErr = findSymbolByIndex(SubRI.r_symbolnum)) in parsePairRelocation()186 if (SubRI.r_length == 3) in parsePairRelocation()239 DeltaKind = (SubRI.r_length == 3) ? aarch64::Delta64 : aarch64::Delta32; in parsePairRelocation()[all …]