| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | copy-relocs.cc | 262 class Copy_relocs<elfcpp::SHT_REL, 32, false>; 270 class Copy_relocs<elfcpp::SHT_REL, 32, true>; 278 class Copy_relocs<elfcpp::SHT_REL, 64, false>; 286 class Copy_relocs<elfcpp::SHT_REL, 64, true>;
|
| D | output.cc | 724 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() 745 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() 770 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() 796 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() 825 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() 846 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() 871 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() 887 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() 907 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() 923 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>::Output_reloc( in Output_reloc() [all …]
|
| D | reloc.cc | 284 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA) in do_read_relocs() 329 if (sh_type == elfcpp::SHT_REL) in do_read_relocs() 542 if (p->sh_type == elfcpp::SHT_REL) in incremental_relocs_scan() 543 this->incremental_relocs_scan_reltype<elfcpp::SHT_REL>(p); in incremental_relocs_scan() 709 && (shdr.get_sh_type() == elfcpp::SHT_REL in write_sections() 915 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA) in relocate_section_range() 955 if (sh_type == elfcpp::SHT_REL) in relocate_section_range() 1055 if (sh_type == elfcpp::SHT_REL) in incremental_relocs_write() 1056 this->incremental_relocs_write_reltype<elfcpp::SHT_REL>( in incremental_relocs_write() 1213 if (sh_type == elfcpp::SHT_REL) in split_stack_adjust() [all …]
|
| D | mips.cc | 675 typedef Output_data_reloc<elfcpp::SHT_REL, true, size, big_endian> 1979 typedef Output_data_reloc<elfcpp::SHT_REL, true, size, big_endian> 2466 typedef Mips_output_data_reloc<elfcpp::SHT_REL, true, 2479 layout->add_output_section_data(".rel.plt", elfcpp::SHT_REL, in Mips_output_data_plt() 3110 struct Mips_reloc_types<elfcpp::SHT_REL, 32, big_endian> 3142 struct Mips_reloc_types<elfcpp::SHT_REL, 64, big_endian> 3220 if (sh_type_ == elfcpp::SHT_REL) in get_r_addend() 3285 if (sh_type_ == elfcpp::SHT_REL) in get_r_addend() 3318 typedef Mips_output_data_reloc<elfcpp::SHT_REL, true, size, big_endian> 3322 typedef typename Mips_reloc_types<elfcpp::SHT_REL, size, big_endian>::Reloc [all …]
|
| D | i386.cc | 84 typedef Output_data_reloc<elfcpp::SHT_REL, true, 32, false> Reloc_section; 356 typedef Output_data_reloc<elfcpp::SHT_REL, true, 32, false> Reloc_section; 744 public gold::Default_classify_reloc<elfcpp::SHT_REL, 32, false> 747 typedef Reloc_types<elfcpp::SHT_REL, 32, false>::Reloc Reltype; 896 Copy_relocs<elfcpp::SHT_REL, 32, false> copy_relocs_; 1015 layout->add_output_section_data(".rel.dyn", elfcpp::SHT_REL, in rel_dyn_section() 1036 layout->add_output_section_data(".rel.dyn", elfcpp::SHT_REL, in rel_irelative_section() 1080 layout->add_output_section_data(".rel.plt", elfcpp::SHT_REL, in Output_data_plt_i386() 1186 layout->add_output_section_data(".rel.plt", elfcpp::SHT_REL, in rel_tls_desc() 1207 layout->add_output_section_data(".rel.plt", elfcpp::SHT_REL, in rel_irelative() [all …]
|
| D | reloc-types.h | 41 struct Reloc_types<elfcpp::SHT_REL, size, big_endian>
|
| D | arm.cc | 1831 struct Stub_addend_reader<elfcpp::SHT_REL, big_endian> 1837 const typename Reloc_types<elfcpp::SHT_REL, 32, big_endian>::Reloc&) const; 2117 typedef Output_data_reloc<elfcpp::SHT_REL, true, 32, big_endian> 2776 public gold::Default_classify_reloc<elfcpp::SHT_REL, 32, big_endian> 2779 typedef typename Reloc_types<elfcpp::SHT_REL, 32, big_endian>::Reloc 3013 Copy_relocs<elfcpp::SHT_REL, 32, big_endian> copy_relocs_; 4384 layout->add_output_section_data(".rel.dyn", elfcpp::SHT_REL, in rel_dyn_section() 4387 layout->add_output_section_data(".rel.dyn", elfcpp::SHT_REL, in rel_dyn_section() 6244 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA) in section_needs_reloc_stub_scanning() 6258 if (sh_type == elfcpp::SHT_REL) in section_needs_reloc_stub_scanning() [all …]
|
| D | dwarf_reader.cc | 383 if ((reloc_type == elfcpp::SHT_REL in read_ranges_table() 609 if (this->reloc_type_ == elfcpp::SHT_REL) in lookup_reloc() 673 if ((reloc_type == elfcpp::SHT_REL in read_section() 1552 if (this->reloc_type_ == elfcpp::SHT_REL) in do_parse() 1711 if (this->reloc_type_ == elfcpp::SHT_REL) in lookup_reloc() 1845 if ((reloc_sh_type == elfcpp::SHT_REL in Sized_dwarf_line_info()
|
| D | output.h | 1123 class Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian> 1268 compare(const Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>& r2) 1274 sort_before(const Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian>& in sort_before() argument 1498 Output_reloc<elfcpp::SHT_REL, dynamic, size, big_endian> rel_; 1701 class Output_data_reloc<elfcpp::SHT_REL, dynamic, size, big_endian> 1702 : public Output_data_reloc_base<elfcpp::SHT_REL, dynamic, size, big_endian> 1705 typedef Output_data_reloc_base<elfcpp::SHT_REL, dynamic, size, 1713 : Output_data_reloc_base<elfcpp::SHT_REL, dynamic, size, big_endian>(sr) in Output_data_reloc()
|
| D | gc.h | 155 if (Classify_reloc::sh_type == elfcpp::SHT_REL) in get_embedded_addend_size()
|
| D | layout.cc | 693 case elfcpp::SHT_REL: in include_section() 1335 if (sh_type == elfcpp::SHT_REL) in layout_reloc() 1357 if (sh_type == elfcpp::SHT_REL) in layout_reloc() 1360 posd = new Output_relocatable_relocs<elfcpp::SHT_REL, in layout_reloc() 1879 case elfcpp::SHT_REL: in default_section_order() 5186 rel_size = Reloc_types<elfcpp::SHT_REL, 32, false>::reloc_size; in add_target_dynamic_tags() 5188 rel_size = Reloc_types<elfcpp::SHT_REL, 64, false>::reloc_size; in add_target_dynamic_tags()
|
| /netbsd/src/external/bsd/elftosb/dist/common/ |
| D | ELF.h | 170 SHT_REL = 9, enumerator
|
| /netbsd/src/sys/arch/atari/stand/tostools/libtos/ |
| D | exec_elf.h | 336 #define SHT_REL 9 /* Relocation information w/o addend */ macro
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | simple-object-elf.c | 199 #define SHT_REL 9 /* Relocation entries, no addends */ macro 1259 || sh_type == SHT_REL) in simple_object_elf_copy_lto_debug_sections() 1558 if (flags & SHF_INFO_LINK || sh_type == SHT_REL || sh_type == SHT_RELA) in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | simple-object-elf.c | 199 #define SHT_REL 9 /* Relocation entries, no addends */ macro 1259 || sh_type == SHT_REL) in simple_object_elf_copy_lto_debug_sections() 1558 if (flags & SHF_INFO_LINK || sh_type == SHT_REL || sh_type == SHT_RELA) in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | simple-object-elf.c | 199 #define SHT_REL 9 /* Relocation entries, no addends */ macro 1259 || sh_type == SHT_REL) in simple_object_elf_copy_lto_debug_sections() 1558 if (flags & SHF_INFO_LINK || sh_type == SHT_REL || sh_type == SHT_RELA) in simple_object_elf_copy_lto_debug_sections()
|
| /netbsd/src/tools/amiga-elf2bb/sys/ |
| D | exec_elf.h | 366 #define SHT_REL 9 /* Relocation information w/o addend */ macro
|
| /netbsd/src/sys/kern/ |
| D | subr_kobj.c | 259 case SHT_REL: in kobj_load() 526 case SHT_REL: in kobj_load()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elfcode.h | 762 || i_shdrp[shindex].sh_type == SHT_REL) in elf_object_p() 903 if ((elf_section_data (s)->this_hdr.sh_type == SHT_REL in elf_object_p() 984 else if (rela_hdr->sh_type == SHT_REL) in elf_write_relocs()
|
| D | elf.c | 940 && idx->shdr->sh_type != SHT_REL) in _bfd_elf_setup_sections() 2896 case SHT_REL: in bfd_section_from_shdr() 2907 if (hdr->sh_type == SHT_REL) in bfd_section_from_shdr() 2949 || elf_elfsections (abfd)[hdr->sh_info]->sh_type == SHT_REL in bfd_section_from_shdr() 3256 { STRING_COMMA_LEN (".rel"), -1, SHT_REL, 0 }, 3346 || (rela && spec[i].type == SHT_REL))) in _bfd_elf_get_special_section() 3670 rel_hdr->sh_type = use_rela_p ? SHT_RELA : SHT_REL; in _bfd_elf_init_reloc_shdr() 3839 case SHT_REL: in elf_fake_sections() 4177 if (type != SHT_REL && type != SHT_RELA) in elf_get_reloc_section() 4424 case SHT_REL: in assign_section_numbers() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elfcode.h | 762 || i_shdrp[shindex].sh_type == SHT_REL) in elf_object_p() 903 if ((elf_section_data (s)->this_hdr.sh_type == SHT_REL in elf_object_p() 984 else if (rela_hdr->sh_type == SHT_REL) in elf_write_relocs()
|
| D | elf.c | 940 && idx->shdr->sh_type != SHT_REL) in _bfd_elf_setup_sections() 2902 case SHT_REL: in bfd_section_from_shdr() 2913 if (hdr->sh_type == SHT_REL) in bfd_section_from_shdr() 2955 || elf_elfsections (abfd)[hdr->sh_info]->sh_type == SHT_REL in bfd_section_from_shdr() 3262 { STRING_COMMA_LEN (".rel"), -1, SHT_REL, 0 }, 3352 || (rela && spec[i].type == SHT_REL))) in _bfd_elf_get_special_section() 3676 rel_hdr->sh_type = use_rela_p ? SHT_RELA : SHT_REL; in _bfd_elf_init_reloc_shdr() 3845 case SHT_REL: in elf_fake_sections() 4183 if (type != SHT_REL && type != SHT_RELA) in elf_get_reloc_section() 4430 case SHT_REL: in assign_section_numbers() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/include/elf/ |
| D | common.h | 526 #define SHT_REL 9 /* Relocation entries, no addends */ macro
|
| /netbsd/src/external/gpl3/gdb/dist/include/elf/ |
| D | common.h | 527 #define SHT_REL 9 /* Relocation entries, no addends */ macro
|
| /netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| D | output.c | 576 if (shdr.sh_type == SHT_REL || shdr.sh_type == SHT_RELA) in write_file()
|