Lines Matching refs:bfd_get_16

460 	      unsigned long hi_insn = bfd_get_16 (abfd, hi16s_address);  in v850_elf_perform_lo16_relocation()
551 insn = bfd_get_16 (abfd, address); in v850_elf_perform_relocation()
564 insn = bfd_get_16 (abfd, address); in v850_elf_perform_relocation()
571 addend += (bfd_get_16 (abfd, address) << 16); in v850_elf_perform_relocation()
581 addend += (bfd_get_16 (abfd, address) << 16); in v850_elf_perform_relocation()
593 insn = bfd_get_16 (abfd, address); in v850_elf_perform_relocation()
611 addend += bfd_get_16 (abfd, address); in v850_elf_perform_relocation()
622 insn = bfd_get_16 (abfd, address); in v850_elf_perform_relocation()
636 insn = bfd_get_16 (abfd, address); in v850_elf_perform_relocation()
656 addend += bfd_get_16 (abfd, address); in v850_elf_perform_relocation()
670 insn = bfd_get_16 (abfd, address); in v850_elf_perform_relocation()
685 insn = bfd_get_16 (abfd, address); in v850_elf_perform_relocation()
701 insn = bfd_get_16 (abfd, address); in v850_elf_perform_relocation()
717 insn = bfd_get_16 (abfd, address); in v850_elf_perform_relocation()
730 insn = bfd_get_16 (abfd, address); in v850_elf_perform_relocation()
746 insn = bfd_get_16 (abfd, address); in v850_elf_perform_relocation()
762 insn = bfd_get_16 (abfd, address); in v850_elf_perform_relocation()
3221 insn[0] = bfd_get_16 (abfd, contents + laddr); in v850_elf_relax_section()
3222 insn[1] = bfd_get_16 (abfd, contents + laddr + 4); in v850_elf_relax_section()
3224 insn[3] = bfd_get_16 (abfd, contents + laddr + 12); in v850_elf_relax_section()
3225 insn[4] = bfd_get_16 (abfd, contents + laddr + 14); in v850_elf_relax_section()
3463 insn[0] = bfd_get_16 (abfd, contents + laddr); in v850_elf_relax_section()
3464 insn[1] = bfd_get_16 (abfd, contents + laddr + 4); in v850_elf_relax_section()
3465 insn[2] = bfd_get_16 (abfd, contents + laddr + 8); in v850_elf_relax_section()