Searched refs:r_neg (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-arm.c105 unsigned int r_neg;
116 r_neg = (0 != (rel->r_type[0] & RELOC_ARM_BITS_NEG_BIG));
127 r_neg = (0 != (rel->r_type[0] & RELOC_ARM_BITS_NEG_LITTLE));
131 index = r_length + 4 * r_pcrel_done + 8 * r_neg;
151 int r_neg;
162 r_neg = howto->type & 8; /* Negative relocation. */
172 | (r_neg ? RELOC_ARM_BITS_NEG_BIG : 0)
183 | (r_neg ? RELOC_ARM_BITS_NEG_LITTLE : 0)
376 int r_neg = 0; /* Negative relocs use the BASEREL bit. */
385 r_neg
104 unsigned int r_neg; local
150 int r_neg; local
375 int r_neg = 0; /* Negative relocs use the BASEREL bit. */ local
[all...]

Completed in 160 milliseconds