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

/haiku-buildtools/legacy/binutils/bfd/
H A Daout-arm.c104 unsigned int r_neg;
115 r_neg = (0 != (rel->r_type[0] & RELOC_ARM_BITS_NEG_BIG));
126 r_neg = (0 != (rel->r_type[0] & RELOC_ARM_BITS_NEG_LITTLE));
130 index = r_length + 4 * r_pcrel_done + 8 * r_neg;
150 int r_neg;
161 r_neg = howto->type & 8; /* Negative relocation. */
171 | (r_neg ? RELOC_ARM_BITS_NEG_BIG : 0)
182 | (r_neg ? RELOC_ARM_BITS_NEG_LITTLE : 0)
359 int r_neg = 0; /* Negative relocs use the BASEREL bit. */
368 r_neg
103 unsigned int r_neg; local
149 int r_neg; local
358 int r_neg = 0; /* Negative relocs use the BASEREL bit. */ local
[all...]
H A Driscix.c296 int r_neg = 0; /* Negative relocs use the BASEREL bit. */ local
305 r_neg = 1;
358 | (r_neg ? RELOC_STD_BITS_BASEREL_BIG: 0)
369 | (r_neg ? RELOC_STD_BITS_BASEREL_LITTLE: 0)
/haiku-buildtools/binutils/bfd/
H A Daout-arm.c104 unsigned int r_neg;
115 r_neg = (0 != (rel->r_type[0] & RELOC_ARM_BITS_NEG_BIG));
126 r_neg = (0 != (rel->r_type[0] & RELOC_ARM_BITS_NEG_LITTLE));
130 howto_index = r_length + 4 * r_pcrel_done + 8 * r_neg;
150 int r_neg;
161 r_neg = howto->type & 8; /* Negative relocation. */
171 | (r_neg ? RELOC_ARM_BITS_NEG_BIG : 0)
182 | (r_neg ? RELOC_ARM_BITS_NEG_LITTLE : 0)
375 int r_neg = 0; /* Negative relocs use the BASEREL bit. */
384 r_neg
103 unsigned int r_neg; local
149 int r_neg; local
374 int r_neg = 0; /* Negative relocs use the BASEREL bit. */ local
[all...]
H A Driscix.c311 int r_neg = 0; /* Negative relocs use the BASEREL bit. */ local
320 r_neg = 1;
373 | (r_neg ? RELOC_STD_BITS_BASEREL_BIG: 0)
384 | (r_neg ? RELOC_STD_BITS_BASEREL_LITTLE: 0)

Completed in 82 milliseconds