Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:other_half

2016     uint32_t r_value, pair_r_value, r_type, r_length, other_half;
2050 other_half = info->O->getAnyRelocationAddress(RENext) & 0xffff;
2070 op_info->Value = value << 16 | other_half;
2073 op_info->Value = other_half << 16 | value;
2094 value = value << 16 | other_half;
2096 value = other_half << 16 | value;