Lines Matching defs:lo

2037 /* Return true if the given relocation might need a matching %lo().
2039 need a matching %lo() when applied to local symbols. */
2047 /* VxWorks R_MIPS_GOT16 relocs never need a matching %lo();
2869 /* Reuse the last entry if it already has a matching %lo. */
4046 unsigned long hi, lo;
4103 shifted value in hi/lo. */
4105 lo = (unsigned long) (lo32.X_add_number & 0xffffffff);
4106 if (lo != 0)
4109 while ((lo & 1) == 0)
4111 lo >>= 1;
4114 lo |= (hi & (((unsigned long) 1 << bit) - 1)) << (32 - bit);
4125 lo = hi;
4130 if ((hi == 0 && ((lo + 1) & lo) == 0)
4131 || (lo == 0xffffffff && ((hi + 1) & hi) == 0))
4470 addiu DEST,DEST,OFFSET addiu DEST,DEST,%lo(SYMBOL + OFFSET)
6818 * addiu at,at,%lo(foo+1)
10897 {"%lo", BFD_RELOC_LO16},
10926 {"%lo", BFD_RELOC_MIPS16_LO16},
12009 For our purposes, a %lo() expression matches a %got() or %hi()
12013 (b) the offset applied in the %lo() expression is no lower than
12019 lh $4,%lo(foo+2)($4)
12025 When several %lo()s match a particular %got() or %hi(), we use the
12028 (1) %lo()s with smaller offsets are a better match than %lo()s with
12031 (2) %lo()s with no matching %got() or %hi() are better than those
12034 (3) later %lo()s are better than earlier %lo()s.
12038 (1) means, among other things, that %lo()s with identical offsets are
12071 /* Check quickly whether the next fixup happens to be a matching %lo. */
13013 addiu $gp,$gp,%lo(_gp_disp)
13019 addiu $gp,$gp,%lo(__gnu_local_gp)
13077 addiu $gp, $gp, %lo(%neg(%gp_rel(label)))
13083 addiu $gp, $gp, %lo(%neg(%gp_rel(label)))
13089 addiu $gp,$gp,%lo(_gp) */