Home
last modified time | relevance | path

Searched refs:roff (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf64-x86-64.c4183 bfd_vma roff = rel->r_offset; in elf_x86_64_relocate_section() local
4212 && contents[roff + 5] == (bfd_byte) '\xb8') in elf_x86_64_relocate_section()
4214 memcpy (contents + roff - 3, in elf_x86_64_relocate_section()
4220 memcpy (contents + roff - 4, in elf_x86_64_relocate_section()
4224 memcpy (contents + roff - 3, in elf_x86_64_relocate_section()
4229 contents + roff + 8 + largepic); in elf_x86_64_relocate_section()
4245 type = bfd_get_8 (input_bfd, contents + roff - 3); in elf_x86_64_relocate_section()
4246 val = bfd_get_8 (input_bfd, contents + roff - 1); in elf_x86_64_relocate_section()
4248 contents + roff - 3); in elf_x86_64_relocate_section()
4249 bfd_put_8 (output_bfd, 0xc7, contents + roff - 2); in elf_x86_64_relocate_section()
[all …]
Delf32-i386.c3809 bfd_vma roff; in elf_i386_relocate_section() local
3821 roff = rel->r_offset + 5; in elf_i386_relocate_section()
3831 roff = rel->r_offset + 6; in elf_i386_relocate_section()
3834 contents + roff); in elf_i386_relocate_section()
3850 bfd_vma roff; in elf_i386_relocate_section() local
3852 roff = rel->r_offset; in elf_i386_relocate_section()
3853 val = bfd_get_8 (input_bfd, contents + roff - 1); in elf_i386_relocate_section()
3859 contents + roff - 1); in elf_i386_relocate_section()
3861 contents + roff); in elf_i386_relocate_section()
3872 bfd_vma roff; in elf_i386_relocate_section() local
[all …]
Delfnn-ia64.c392 bfd_vma symaddr, reladdr, trampoff, toff, roff; in elfNN_ia64_relax_section() local
557 roff = irel->r_offset; in elfNN_ia64_relax_section()
565 + roff) & (bfd_vma) -4; in elfNN_ia64_relax_section()
586 ia64_elf_relax_brl (contents, roff); in elfNN_ia64_relax_section()
602 else if (ia64_elf_relax_br (contents, roff)) in elfNN_ia64_relax_section()
620 sec->owner, sec, (unsigned long) roff); in elfNN_ia64_relax_section()
629 if (tsec == sec && toff > roff) in elfNN_ia64_relax_section()
655 offset = trampoff - (roff & (bfd_vma) -4); in elfNN_ia64_relax_section()
707 offset = f->trampoff - (roff & (bfd_vma) -4); in elfNN_ia64_relax_section()
716 if (ia64_elf_install_value (contents + roff, offset, r_type) in elfNN_ia64_relax_section()
[all …]
Delf64-ia64-vms.c394 bfd_vma symaddr, reladdr, trampoff, toff, roff; in elf64_ia64_relax_section() local
526 roff = irel->r_offset; in elf64_ia64_relax_section()
534 + roff) & (bfd_vma) -4; in elf64_ia64_relax_section()
555 ia64_elf_relax_brl (contents, roff); in elf64_ia64_relax_section()
570 else if (ia64_elf_relax_br (contents, roff)) in elf64_ia64_relax_section()
587 sec->owner, sec, (unsigned long) roff); in elf64_ia64_relax_section()
596 if (tsec == sec && toff > roff) in elf64_ia64_relax_section()
622 offset = trampoff - (roff & (bfd_vma) -4); in elf64_ia64_relax_section()
662 offset = f->trampoff - (roff & (bfd_vma) -4); in elf64_ia64_relax_section()
671 if (ia64_elf_install_value (contents + roff, offset, r_type) in elf64_ia64_relax_section()
[all …]
Delf32-ppc.c6788 bfd_vma toff, roff; in ppc_elf_relax_section() local
7032 roff = irel->r_offset; in ppc_elf_relax_section()
7044 reladdr = isec->output_section->vma + isec->output_offset + roff; in ppc_elf_relax_section()
7060 val = trampoff - roff; in ppc_elf_relax_section()
7107 val = f->trampoff - roff; in ppc_elf_relax_section()
7127 hit_addr = contents + roff; in ppc_elf_relax_section()
/toolchain/binutils/binutils-2.25/gold/
Di386.cc3266 int roff = 5; in tls_gd_to_le() local
3285 roff = 6; in tls_gd_to_le()
3295 Relocate_functions<32, false>::rel32(view + roff, value); in tls_gd_to_le()
3328 int roff = 5; in tls_gd_to_ie() local
3351 roff = 6; in tls_gd_to_ie()
3361 Relocate_functions<32, false>::rel32(view + roff, value); in tls_gd_to_ie()