Lines Matching refs:rello
903 Elf_Internal_Rela *rello, in elf32_i860_relocate_splitn() argument
909 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rello->r_info)); in elf32_i860_relocate_splitn()
910 insn = bfd_get_32 (input_bfd, contents + rello->r_offset); in elf32_i860_relocate_splitn()
913 value += rello->r_addend; in elf32_i860_relocate_splitn()
919 bfd_put_32 (input_bfd, insn, contents + rello->r_offset); in elf32_i860_relocate_splitn()
929 Elf_Internal_Rela *rello, in elf32_i860_relocate_pc16() argument
935 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rello->r_info)); in elf32_i860_relocate_pc16()
936 insn = bfd_get_32 (input_bfd, contents + rello->r_offset); in elf32_i860_relocate_pc16()
941 value -= rello->r_offset; in elf32_i860_relocate_pc16()
944 value += rello->r_addend; in elf32_i860_relocate_pc16()
951 bfd_put_32 (input_bfd, insn, contents + rello->r_offset); in elf32_i860_relocate_pc16()
961 Elf_Internal_Rela *rello, in elf32_i860_relocate_pc26() argument
967 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rello->r_info)); in elf32_i860_relocate_pc26()
968 insn = bfd_get_32 (input_bfd, contents + rello->r_offset); in elf32_i860_relocate_pc26()
973 value -= rello->r_offset; in elf32_i860_relocate_pc26()
976 value += rello->r_addend; in elf32_i860_relocate_pc26()
982 bfd_put_32 (input_bfd, insn, contents + rello->r_offset); in elf32_i860_relocate_pc26()