Lines Matching refs:rello
920 Elf_Internal_Rela *rello, in elf32_i860_relocate_splitn() argument
926 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rello->r_info)); in elf32_i860_relocate_splitn()
927 insn = bfd_get_32 (input_bfd, contents + rello->r_offset); in elf32_i860_relocate_splitn()
930 value += rello->r_addend; in elf32_i860_relocate_splitn()
936 bfd_put_32 (input_bfd, insn, contents + rello->r_offset); in elf32_i860_relocate_splitn()
946 Elf_Internal_Rela *rello, in elf32_i860_relocate_pc16() argument
952 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rello->r_info)); in elf32_i860_relocate_pc16()
953 insn = bfd_get_32 (input_bfd, contents + rello->r_offset); in elf32_i860_relocate_pc16()
958 value -= rello->r_offset; in elf32_i860_relocate_pc16()
961 value += rello->r_addend; in elf32_i860_relocate_pc16()
968 bfd_put_32 (input_bfd, insn, contents + rello->r_offset); in elf32_i860_relocate_pc16()
978 Elf_Internal_Rela *rello, in elf32_i860_relocate_pc26() argument
984 howto = lookup_howto ((unsigned) ELF32_R_TYPE (rello->r_info)); in elf32_i860_relocate_pc26()
985 insn = bfd_get_32 (input_bfd, contents + rello->r_offset); in elf32_i860_relocate_pc26()
990 value -= rello->r_offset; in elf32_i860_relocate_pc26()
993 value += rello->r_addend; in elf32_i860_relocate_pc26()
999 bfd_put_32 (input_bfd, insn, contents + rello->r_offset); in elf32_i860_relocate_pc26()