Lines Matching refs:r_neg
103 unsigned int r_neg; in MY() local
114 r_neg = (0 != (rel->r_type[0] & RELOC_ARM_BITS_NEG_BIG)); in MY()
125 r_neg = (0 != (rel->r_type[0] & RELOC_ARM_BITS_NEG_LITTLE)); in MY()
129 howto_index = r_length + 4 * r_pcrel_done + 8 * r_neg; in MY()
149 int r_neg; in MY() local
160 r_neg = howto->type & 8; /* Negative relocation. */ in MY()
170 | (r_neg ? RELOC_ARM_BITS_NEG_BIG : 0) in MY()
181 | (r_neg ? RELOC_ARM_BITS_NEG_LITTLE : 0) in MY()
374 int r_neg = 0; /* Negative relocs use the BASEREL bit. */ in MY_swap_std_reloc_out() local
383 r_neg = 1; in MY_swap_std_reloc_out()
444 | (r_neg ? RELOC_ARM_BITS_NEG_BIG: 0) in MY_swap_std_reloc_out()
455 | (r_neg ? RELOC_ARM_BITS_NEG_LITTLE: 0) in MY_swap_std_reloc_out()