| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | gc.h | 260 uint64_t reloc_offset = in gc_process_relocs() local 262 (*offsetvec).push_back(reloc_offset); in gc_process_relocs() 337 uint64_t reloc_offset = in gc_process_relocs() local 339 (*offsetvec).push_back(reloc_offset); in gc_process_relocs()
|
| D | incremental-dump.cc | 333 info.reloc_offset(), in dump_incremental_inputs() 361 input_file.filename(), sym_info.reloc_offset(), in dump_incremental_inputs() 367 unsigned int r_off = sym_info.reloc_offset(); in dump_incremental_inputs()
|
| D | dwarf_reader.h | 73 get_reloc_target(off_t reloc_offset, off_t* target_offset) in get_reloc_target() argument 74 { return this->do_get_reloc_target(reloc_offset, target_offset); } in get_reloc_target() 99 do_get_reloc_target(off_t reloc_offset, off_t* target_offset) = 0; 135 do_get_reloc_target(off_t reloc_offset, off_t* target_offset);
|
| D | dwarf_reader.cc | 75 off_t reloc_offset, off_t* target_offset) in do_get_reloc_target() argument 77 this->track_relocs_.advance(reloc_offset); in do_get_reloc_target() 78 if (reloc_offset != this->track_relocs_.next_offset()) in do_get_reloc_target() 1546 off_t reloc_offset = pinfo - this->buffer_; in do_parse() local 1549 this->reloc_mapper_->get_reloc_target(reloc_offset, &value); in do_parse() 2456 off_t reloc_offset; in read_relocs() local 2457 while ((reloc_offset = this->reloc_mapper_->next_offset()) != -1) in read_relocs() 2460 this->reloc_mapper_->get_reloc_target(reloc_offset, &value); in read_relocs() 2465 this->reloc_map_[reloc_offset] = std::make_pair(shndx, value); in read_relocs() 2467 this->reloc_mapper_->advance(reloc_offset + 1); in read_relocs()
|
| D | arm.cc | 344 reloc_offset(size_t i) const in reloc_offset() function in __anon689000590111::Stub_template 12576 section_size_type reloc_offset = stub_template->reloc_offset(i); in relocate_stub() local 12578 gold_assert(reloc_offset + reloc_size <= view_size); in relocate_stub() 12590 reloc_write.put_r_offset(reloc_offset); in relocate_stub() 12595 NULL, &symval, view + reloc_offset, in relocate_stub() 12596 address + reloc_offset, reloc_size); in relocate_stub()
|
| D | incremental.cc | 791 unsigned int r_base = sym_info.reloc_offset(); in do_apply_incremental_relocs() 2444 this->incr_reloc_offset_ = sym.reloc_offset(); in do_scan_relocs()
|
| D | incremental.h | 739 reloc_offset() const in reloc_offset() function
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf32-arc.c | 162 bfd_signed_vma reloc_offset; member 1084 (unsigned int) reloc_data.reloc_offset, in debug_arc_reloc() 1118 + reloc_data.reloc_offset)); in debug_arc_reloc() 1163 (uint64_t) reloc_data.reloc_offset, in arc_special_overflow_checks() 1174 (uint64_t) reloc_data.reloc_offset, in arc_special_overflow_checks() 1217 + (reloc_data.reloc_offset - (bitsize >= 32 ? 4 : 0))) \ 1222 + (reloc_data.reloc_offset)))) 1317 contents + reloc_data.reloc_offset, in arc_do_relocation() 1322 contents + reloc_data.reloc_offset, in arc_do_relocation() 1327 contents + reloc_data.reloc_offset, in arc_do_relocation() [all …]
|
| D | coff-mcore.c | 216 bfd_vma reloc_offset) in mcore_emit_base_file_entry() argument 218 bfd_vma addr = reloc_offset in mcore_emit_base_file_entry()
|
| D | elf32-sh.c | 1545 bfd_vma reloc_offset; /* the offset of the symbol's JMP_SLOT reloc */ member 3211 bfd_vma reloc_offset; in sh_elf_add_dyn_reloc() local 3217 reloc_offset = sreloc->reloc_count * sizeof (Elf32_External_Rela); in sh_elf_add_dyn_reloc() 3218 BFD_ASSERT (reloc_offset < sreloc->size); in sh_elf_add_dyn_reloc() 3220 sreloc->contents + reloc_offset); in sh_elf_add_dyn_reloc() 3223 return reloc_offset; in sh_elf_add_dyn_reloc() 4237 bfd_vma reloc_offset; in sh_elf_relocate_section() local 4255 reloc_offset = rel->r_offset; in sh_elf_relocate_section() 4262 reloc_offset = h->got.offset; in sh_elf_relocate_section() 4266 reloc_offset = local_got_offsets[r_symndx]; in sh_elf_relocate_section() [all …]
|
| D | elf32-bfin.c | 1986 bfd_vma reloc_offset; in _bfinfdpic_add_dyn_reloc() local 1992 reloc_offset = sreloc->reloc_count * sizeof (Elf32_External_Rel); in _bfinfdpic_add_dyn_reloc() 1993 BFD_ASSERT (reloc_offset < sreloc->size); in _bfinfdpic_add_dyn_reloc() 1995 sreloc->contents + reloc_offset); in _bfinfdpic_add_dyn_reloc() 2011 return reloc_offset; in _bfinfdpic_add_dyn_reloc()
|
| D | coff-arm.c | 949 bfd_vma reloc_offset) in arm_emit_base_file_entry() argument 951 bfd_vma addr = (reloc_offset in arm_emit_base_file_entry()
|
| D | som.c | 2947 unsigned int reloc_offset; in som_write_fixups() local 2983 reloc_offset = 0; in som_write_fixups() 2998 if (bfd_reloc->address < reloc_offset) in som_write_fixups() 3051 skip = bfd_reloc->address - reloc_offset; in som_write_fixups() 3056 reloc_offset = bfd_reloc->address + bfd_reloc->howto->size; in som_write_fixups() 3288 p = som_reloc_skip (abfd, subsection->size - reloc_offset, in som_write_fixups()
|
| D | elf32-frv.c | 1226 bfd_vma reloc_offset; in _frvfdpic_add_dyn_reloc() local 1232 reloc_offset = sreloc->reloc_count * sizeof (Elf32_External_Rel); in _frvfdpic_add_dyn_reloc() 1233 BFD_ASSERT (reloc_offset < sreloc->size); in _frvfdpic_add_dyn_reloc() 1235 sreloc->contents + reloc_offset); in _frvfdpic_add_dyn_reloc() 1251 return reloc_offset; in _frvfdpic_add_dyn_reloc()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf32-arc.c | 162 bfd_signed_vma reloc_offset; member 1084 (unsigned int) reloc_data.reloc_offset, in debug_arc_reloc() 1118 + reloc_data.reloc_offset)); in debug_arc_reloc() 1163 (uint64_t) reloc_data.reloc_offset, in arc_special_overflow_checks() 1174 (uint64_t) reloc_data.reloc_offset, in arc_special_overflow_checks() 1217 + (reloc_data.reloc_offset - (bitsize >= 32 ? 4 : 0))) \ 1222 + (reloc_data.reloc_offset)))) 1317 contents + reloc_data.reloc_offset, in arc_do_relocation() 1322 contents + reloc_data.reloc_offset, in arc_do_relocation() 1327 contents + reloc_data.reloc_offset, in arc_do_relocation() [all …]
|
| D | coff-mcore.c | 216 bfd_vma reloc_offset) in mcore_emit_base_file_entry() argument 218 bfd_vma addr = reloc_offset in mcore_emit_base_file_entry()
|
| D | elf32-sh.c | 1545 bfd_vma reloc_offset; /* the offset of the symbol's JMP_SLOT reloc */ member 3211 bfd_vma reloc_offset; in sh_elf_add_dyn_reloc() local 3217 reloc_offset = sreloc->reloc_count * sizeof (Elf32_External_Rela); in sh_elf_add_dyn_reloc() 3218 BFD_ASSERT (reloc_offset < sreloc->size); in sh_elf_add_dyn_reloc() 3220 sreloc->contents + reloc_offset); in sh_elf_add_dyn_reloc() 3223 return reloc_offset; in sh_elf_add_dyn_reloc() 4237 bfd_vma reloc_offset; in sh_elf_relocate_section() local 4255 reloc_offset = rel->r_offset; in sh_elf_relocate_section() 4262 reloc_offset = h->got.offset; in sh_elf_relocate_section() 4266 reloc_offset = local_got_offsets[r_symndx]; in sh_elf_relocate_section() [all …]
|
| D | elf32-bfin.c | 1986 bfd_vma reloc_offset; in _bfinfdpic_add_dyn_reloc() local 1992 reloc_offset = sreloc->reloc_count * sizeof (Elf32_External_Rel); in _bfinfdpic_add_dyn_reloc() 1993 BFD_ASSERT (reloc_offset < sreloc->size); in _bfinfdpic_add_dyn_reloc() 1995 sreloc->contents + reloc_offset); in _bfinfdpic_add_dyn_reloc() 2011 return reloc_offset; in _bfinfdpic_add_dyn_reloc()
|
| D | coff-arm.c | 949 bfd_vma reloc_offset) in arm_emit_base_file_entry() argument 951 bfd_vma addr = (reloc_offset in arm_emit_base_file_entry()
|
| D | som.c | 2947 unsigned int reloc_offset; in som_write_fixups() local 2983 reloc_offset = 0; in som_write_fixups() 2998 if (bfd_reloc->address < reloc_offset) in som_write_fixups() 3051 skip = bfd_reloc->address - reloc_offset; in som_write_fixups() 3056 reloc_offset = bfd_reloc->address + bfd_reloc->howto->size; in som_write_fixups() 3288 p = som_reloc_skip (abfd, subsection->size - reloc_offset, in som_write_fixups()
|
| D | elf32-frv.c | 1226 bfd_vma reloc_offset; in _frvfdpic_add_dyn_reloc() local 1232 reloc_offset = sreloc->reloc_count * sizeof (Elf32_External_Rel); in _frvfdpic_add_dyn_reloc() 1233 BFD_ASSERT (reloc_offset < sreloc->size); in _frvfdpic_add_dyn_reloc() 1235 sreloc->contents + reloc_offset); in _frvfdpic_add_dyn_reloc() 1251 return reloc_offset; in _frvfdpic_add_dyn_reloc()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-dlx.c | 56 int reloc_offset; /* Offset of reloc within insn. */ member 798 the_insn.reloc_offset = 2; in machine_ip() 814 the_insn.reloc_offset = 0; /* BIG-ENDIAN Byte 3 of insn. */ in machine_ip() 829 the_insn.reloc_offset = 0; /* BIG-ENDIAN Byte 3 of insn. */ in machine_ip() 906 (toP - frag_now->fr_literal + the_insn.reloc_offset), in md_assemble()
|