Home
last modified time | relevance | path

Searched refs:rello (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-i860.c903 Elf_Internal_Rela *rello, in elf32_i860_relocate_splitn() argument
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
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
973 value -= rello->r_offset; in elf32_i860_relocate_pc26()
976 value += rello->r_addend; in elf32_i860_relocate_pc26()
[all …]
H A Dcoff-mips.c2130 struct internal_reloc rello; local
2137 mips_ecoff_swap_reloc_in (abfd, (PTR) (adj_ext_rel + 1), &rello);
2139 BFD_ASSERT (rello.r_type == MIPS_R_RELLO);
2148 addlo = bfd_get_32 (abfd, contents + rello.r_vaddr - sec->vma);
2167 start = rello.r_vaddr - (addhi + addlo);
2168 stop = rello.r_vaddr;
2182 start = rello.r_vaddr - adj_int_rel.r_offset;
H A Delf32-frv.c1523 elf32_frv_relocate_lo16 (input_bfd, rello, contents, value) in elf32_frv_relocate_lo16() argument
1525 Elf_Internal_Rela *rello;
1531 insn = bfd_get_32 (input_bfd, contents + rello->r_offset);
1533 value += rello->r_addend;
1541 bfd_put_32 (input_bfd, insn, contents + rello->r_offset);
1548 elf32_frv_relocate_label24 (input_bfd, input_section, rello, contents, value) in elf32_frv_relocate_label24() argument
1551 Elf_Internal_Rela *rello;
1568 insn = bfd_get_32 (input_bfd, contents + rello->r_offset);
1571 value -= rello->r_offset;
1572 value += rello->r_addend;
[all …]
H A Delf32-m32r.c980 m32r_elf_relocate_hi16 (input_bfd, type, relhi, rello, contents, addend) in m32r_elf_relocate_hi16() argument
984 Elf_Internal_Rela *rello;
993 addlo = bfd_get_32 (input_bfd, contents + rello->r_offset);
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-i860.c903 Elf_Internal_Rela *rello, in elf32_i860_relocate_splitn() argument
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
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
973 value -= rello->r_offset; in elf32_i860_relocate_pc26()
976 value += rello->r_addend; in elf32_i860_relocate_pc26()
[all …]
H A Delf32-frv.c2300 elf32_frv_relocate_lo16 (input_bfd, rello, contents, value) in elf32_frv_relocate_lo16() argument
2302 Elf_Internal_Rela *rello;
2308 insn = bfd_get_32 (input_bfd, contents + rello->r_offset);
2310 value += rello->r_addend;
2318 bfd_put_32 (input_bfd, insn, contents + rello->r_offset);
2325 elf32_frv_relocate_label24 (input_bfd, input_section, rello, contents, value) in elf32_frv_relocate_label24() argument
2328 Elf_Internal_Rela *rello;
2345 insn = bfd_get_32 (input_bfd, contents + rello->r_offset);
2348 value -= rello->r_offset;
2349 value += rello->r_addend;
[all …]
H A Delf32-m32r.c375 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()