Searched refs:low_bits (Results 1 – 4 of 4) sorted by relevance
549 bfd_vma low_bits = addr & CHUNK_MASK; in move_section_contents() local557 if (d->chunk_init[low_bits]) in move_section_contents()558 *location = d->chunk_data[low_bits]; in move_section_contents()564 d->chunk_data[low_bits] = *location; in move_section_contents()565 d->chunk_init[low_bits] = (*location != 0); in move_section_contents()
948 unsigned int low_bits; in insert_thumb_branch() local954 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */ in insert_thumb_branch()958 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; in insert_thumb_branch()960 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits; in insert_thumb_branch()
7137 bfd_vma low_bits; in _bfd_mips_elf_relocate_section() local7155 low_bits = sign_bits; in _bfd_mips_elf_relocate_section()7160 low_bits = addend; in _bfd_mips_elf_relocate_section()7163 bfd_put_32 (input_bfd, low_bits, in _bfd_mips_elf_relocate_section()7257 bfd_vma low_bits; in _bfd_mips_elf_relocate_section() local7277 low_bits = sign_bits; in _bfd_mips_elf_relocate_section()7282 low_bits = value; in _bfd_mips_elf_relocate_section()7285 bfd_put_32 (input_bfd, low_bits, in _bfd_mips_elf_relocate_section()
2502 unsigned int low_bits; in insert_thumb_branch() local2508 low_bits = rel_off & 0x000007FF; /* The bottom 11 bits. */ in insert_thumb_branch()2512 br_insn = LOW_HI_ORDER | (low_bits << 16) | high_bits; in insert_thumb_branch()2514 br_insn = HI_LOW_ORDER | (high_bits << 16) | low_bits; in insert_thumb_branch()