Home
last modified time | relevance | path

Searched refs:d_offset (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-ppc.c6985 bfd_vma d_offset = (bfd_big_endian (input_bfd) ? 2 : 0); in ppc_elf_relocate_section() local
7150 && offset_in_range (input_section, rel->r_offset - d_offset, 4)) in ppc_elf_relocate_section()
7155 contents + rel->r_offset - d_offset); in ppc_elf_relocate_section()
7159 contents + rel->r_offset - d_offset); in ppc_elf_relocate_section()
7182 rel->r_offset += d_offset; in ppc_elf_relocate_section()
7190 && offset_in_range (input_section, rel->r_offset - d_offset, 4)) in ppc_elf_relocate_section()
7197 && offset_in_range (input_section, rel->r_offset - d_offset, 4)) in ppc_elf_relocate_section()
7205 rel->r_offset -= d_offset; in ppc_elf_relocate_section()
7217 && offset_in_range (input_section, rel->r_offset - d_offset, 4)) in ppc_elf_relocate_section()
7224 && offset_in_range (input_section, rel->r_offset - d_offset, 4)) in ppc_elf_relocate_section()
[all …]
H A Delf64-ppc.c11028 int d_offset = bfd_big_endian (info->output_bfd) ? 2 : 0; in emit_relocs_for_power10_offset() local
11029 r->r_offset = roff + d_offset; in emit_relocs_for_power10_offset()
11030 r->r_addend = targ + 8 - odd - d_offset; in emit_relocs_for_power10_offset()
11037 int d_offset = bfd_big_endian (info->output_bfd) ? 2 : 0; in emit_relocs_for_power10_offset() local
11038 r->r_offset = roff + d_offset; in emit_relocs_for_power10_offset()
11039 r->r_addend = targ + 8 + odd - d_offset; in emit_relocs_for_power10_offset()
11043 r->r_offset = roff + d_offset; in emit_relocs_for_power10_offset()
11044 r->r_addend = targ + 4 + odd - d_offset; in emit_relocs_for_power10_offset()
15499 bfd_vma d_offset = (bfd_big_endian (input_bfd) ? 2 : 0); in ppc64_elf_relocate_section() local
15759 if (offset_in_range (input_section, rel->r_offset - d_offset, 4)) in ppc64_elf_relocate_section()
[all …]
H A DChangeLog-2016939 * elf32-ppc.c (ppc64_elf_relocate_section): Calculate d_offset for
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-ppc.c7010 bfd_vma d_offset = (bfd_big_endian (input_bfd) ? 2 : 0); in ppc_elf_relocate_section() local
7175 && offset_in_range (input_section, rel->r_offset - d_offset, 4)) in ppc_elf_relocate_section()
7180 contents + rel->r_offset - d_offset); in ppc_elf_relocate_section()
7184 contents + rel->r_offset - d_offset); in ppc_elf_relocate_section()
7207 rel->r_offset += d_offset; in ppc_elf_relocate_section()
7215 && offset_in_range (input_section, rel->r_offset - d_offset, 4)) in ppc_elf_relocate_section()
7222 && offset_in_range (input_section, rel->r_offset - d_offset, 4)) in ppc_elf_relocate_section()
7230 rel->r_offset -= d_offset; in ppc_elf_relocate_section()
7242 && offset_in_range (input_section, rel->r_offset - d_offset, 4)) in ppc_elf_relocate_section()
7249 && offset_in_range (input_section, rel->r_offset - d_offset, 4)) in ppc_elf_relocate_section()
[all …]
H A Delf64-ppc.c11058 int d_offset = bfd_big_endian (info->output_bfd) ? 2 : 0; in emit_relocs_for_power10_offset() local
11059 r->r_offset = roff + d_offset; in emit_relocs_for_power10_offset()
11060 r->r_addend = targ + 8 - odd - d_offset; in emit_relocs_for_power10_offset()
11067 int d_offset = bfd_big_endian (info->output_bfd) ? 2 : 0; in emit_relocs_for_power10_offset() local
11068 r->r_offset = roff + d_offset; in emit_relocs_for_power10_offset()
11069 r->r_addend = targ + 8 + odd - d_offset; in emit_relocs_for_power10_offset()
11073 r->r_offset = roff + d_offset; in emit_relocs_for_power10_offset()
11074 r->r_addend = targ + 4 + odd - d_offset; in emit_relocs_for_power10_offset()
15516 bfd_vma d_offset = (bfd_big_endian (input_bfd) ? 2 : 0); in ppc64_elf_relocate_section() local
15776 if (offset_in_range (input_section, rel->r_offset - d_offset, 4)) in ppc64_elf_relocate_section()
[all …]
H A DChangeLog-2016939 * elf32-ppc.c (ppc64_elf_relocate_section): Calculate d_offset for
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dpowerpc.cc10719 const int d_offset = big_endian ? 2 : 0; in relocate() local
11030 Insn* iview = reinterpret_cast<Insn*>(view - d_offset); in relocate()
11064 Insn* iview = reinterpret_cast<Insn*>(view - d_offset); in relocate()
11077 Insn* iview = reinterpret_cast<Insn*>(view - d_offset); in relocate()
11121 Insn* iview = reinterpret_cast<Insn*>(view - d_offset); in relocate()
11134 Insn* iview = reinterpret_cast<Insn*>(view - d_offset); in relocate()
11207 Insn* iview = reinterpret_cast<Insn*>(view - d_offset); in relocate()
11220 Insn* iview = reinterpret_cast<Insn*>(view - d_offset); in relocate()
11273 view += d_offset; in relocate()
11314 view += d_offset; in relocate()
[all …]
H A DChangeLog-081564 d_offset. Use throughout.
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dpowerpc.cc10668 const int d_offset = big_endian ? 2 : 0; in relocate() local
10984 Insn* iview = reinterpret_cast<Insn*>(view - d_offset); in relocate()
11018 Insn* iview = reinterpret_cast<Insn*>(view - d_offset); in relocate()
11031 Insn* iview = reinterpret_cast<Insn*>(view - d_offset); in relocate()
11075 Insn* iview = reinterpret_cast<Insn*>(view - d_offset); in relocate()
11088 Insn* iview = reinterpret_cast<Insn*>(view - d_offset); in relocate()
11161 Insn* iview = reinterpret_cast<Insn*>(view - d_offset); in relocate()
11174 Insn* iview = reinterpret_cast<Insn*>(view - d_offset); in relocate()
11227 view += d_offset; in relocate()
11268 view += d_offset; in relocate()
[all …]
H A DChangeLog-081564 d_offset. Use throughout.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2016939 * elf32-ppc.c (ppc64_elf_relocate_section): Calculate d_offset for
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-2016939 * elf32-ppc.c (ppc64_elf_relocate_section): Calculate d_offset for