Searched refs:rello (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-i860.c | 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() [all …]
|
D | elf32-frv.c | 2229 Elf_Internal_Rela *rello, in elf32_frv_relocate_lo16() argument 2235 insn = bfd_get_32 (input_bfd, contents + rello->r_offset); in elf32_frv_relocate_lo16() 2237 value += rello->r_addend; in elf32_frv_relocate_lo16() 2245 bfd_put_32 (input_bfd, insn, contents + rello->r_offset); in elf32_frv_relocate_lo16() 2254 Elf_Internal_Rela *rello, in elf32_frv_relocate_label24() argument 2271 insn = bfd_get_32 (input_bfd, contents + rello->r_offset); in elf32_frv_relocate_label24() 2274 value -= rello->r_offset; in elf32_frv_relocate_label24() 2275 value += rello->r_addend; in elf32_frv_relocate_label24() 2288 bfd_put_32 (input_bfd, insn, contents + rello->r_offset); in elf32_frv_relocate_label24()
|
D | elf32-m32r.c | 375 Elf_Internal_Rela *rello, in m32r_elf_relocate_hi16() argument 384 addlo = bfd_get_32 (input_bfd, contents + rello->r_offset); in m32r_elf_relocate_hi16()
|
D | elf32-nds32.c | 2520 Elf_Internal_Rela *rello, bfd_byte *contents, in nds32_elf_relocate_hi20() argument 2528 addlo = bfd_getb32 (contents + rello->r_offset); in nds32_elf_relocate_hi20()
|