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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dtekhex.c611 bfd_vma low_bits = addr & CHUNK_MASK; local
621 if (d->chunk_init[low_bits])
623 *location = d->chunk_data[low_bits];
632 d->chunk_data[low_bits] = *location;
633 d->chunk_init[low_bits] = (*location != 0);
H A Dcoff-arm.c1024 unsigned int low_bits;
1030 low_bits = rel_off & 0x000007FF; /* the bottom 11 bits */
1034 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
1036 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;
1023 unsigned int low_bits; local
H A Delfxx-mips.c6360 bfd_vma low_bits;
6378 low_bits = sign_bits;
6383 low_bits = addend;
6386 bfd_put_32 (input_bfd, low_bits,
6480 bfd_vma low_bits;
6500 low_bits = sign_bits;
6505 low_bits = value;
6508 bfd_put_32 (input_bfd, low_bits,
6331 bfd_vma low_bits; local
6451 bfd_vma low_bits; local
H A Delf32-arm.h974 unsigned int low_bits; local
980 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */
984 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits;
986 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits;

Completed in 166 milliseconds