Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Daout-arm.c103 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()
[all …]
Driscix.c311 int r_neg = 0; /* Negative relocs use the BASEREL bit. */ in riscix_swap_std_reloc_out() local
320 r_neg = 1; in riscix_swap_std_reloc_out()
373 | (r_neg ? RELOC_STD_BITS_BASEREL_BIG: 0) in riscix_swap_std_reloc_out()
384 | (r_neg ? RELOC_STD_BITS_BASEREL_LITTLE: 0) in riscix_swap_std_reloc_out()