Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/bfd/
H A Delfxx-mips.c6265 reloc_howto_type *lo16_howto; in _bfd_mips_elf_relocate_section() local
6285 lo16_howto = MIPS_ELF_RTYPE_TO_HOWTO (input_bfd, lo, FALSE); in _bfd_mips_elf_relocate_section()
6286 l = mips_elf_obtain_contents (lo16_howto, lo16_relocation, in _bfd_mips_elf_relocate_section()
6288 l &= lo16_howto->src_mask; in _bfd_mips_elf_relocate_section()
6289 l <<= lo16_howto->rightshift; in _bfd_mips_elf_relocate_section()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-mips.c7759 reloc_howto_type *lo16_howto; in _bfd_mips_elf_relocate_section() local
7793 lo16_howto = MIPS_ELF_RTYPE_TO_HOWTO (input_bfd, in _bfd_mips_elf_relocate_section()
7797 l = mips_elf_obtain_contents (lo16_howto, lo16_relocation, in _bfd_mips_elf_relocate_section()
7801 l &= lo16_howto->src_mask; in _bfd_mips_elf_relocate_section()
7802 l <<= lo16_howto->rightshift; in _bfd_mips_elf_relocate_section()