Searched refs:other_half (Results 1 – 2 of 2) sorted by relevance
257 uint32_t other_half = 0; in RecordScatteredRelocation() local260 other_half = (FixedValue >> 16) & 0xffff; in RecordScatteredRelocation()269 other_half = FixedValue & 0xffff; in RecordScatteredRelocation()274 other_half = FixedValue & 0xffff; in RecordScatteredRelocation()283 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR, in RecordScatteredRelocation()
1928 uint32_t r_value, pair_r_value, r_type, r_length, other_half; in SymbolizerGetOpInfo() local1963 other_half = info->O->getAnyRelocationAddress(RENext) & 0xffff; in SymbolizerGetOpInfo()1977 op_info->Value = value << 16 | other_half; in SymbolizerGetOpInfo()1980 op_info->Value = other_half << 16 | value; in SymbolizerGetOpInfo()2001 value = value << 16 | other_half; in SymbolizerGetOpInfo()2003 value = other_half << 16 | value; in SymbolizerGetOpInfo()