Searched refs:r_neg (Results 1 – 1 of 1) sorted by relevance
104 unsigned int r_neg; in MY() local115 r_neg = (0 != (rel->r_type[0] & RELOC_ARM_BITS_NEG_BIG)); in MY()126 r_neg = (0 != (rel->r_type[0] & RELOC_ARM_BITS_NEG_LITTLE)); in MY()130 index = r_length + 4 * r_pcrel_done + 8 * r_neg; in MY()150 int r_neg; in MY() local161 r_neg = howto->type & 8; /* Negative relocation. */ in MY()171 | (r_neg ? RELOC_ARM_BITS_NEG_BIG : 0) in MY()182 | (r_neg ? RELOC_ARM_BITS_NEG_LITTLE : 0) in MY()375 int r_neg = 0; /* Negative relocs use the BASEREL bit. */ in MY_swap_std_reloc_out() local384 r_neg = 1; in MY_swap_std_reloc_out()[all …]