Home
last modified time | relevance | path

Searched refs:SHT_RELA (Results 1 – 25 of 58) sorted by relevance

123

/dragonfly/contrib/binutils-2.27/gold/
H A Dcopy-relocs.cc237 class Copy_relocs<elfcpp::SHT_RELA, 32, false>;
245 class Copy_relocs<elfcpp::SHT_RELA, 32, true>;
253 class Copy_relocs<elfcpp::SHT_RELA, 64, false>;
261 class Copy_relocs<elfcpp::SHT_RELA, 64, true>;
H A Dreloc.cc284 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA) in do_read_relocs()
546 gold_assert(p->sh_type == elfcpp::SHT_RELA); in incremental_relocs_scan()
547 this->incremental_relocs_scan_reltype<elfcpp::SHT_RELA>(p); in incremental_relocs_scan()
710 || shdr.get_sh_type() == elfcpp::SHT_RELA) in write_sections()
892 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA) in do_relocate_sections()
1042 gold_assert(sh_type == elfcpp::SHT_RELA); in incremental_relocs_write()
1043 this->incremental_relocs_write_reltype<elfcpp::SHT_RELA>( in incremental_relocs_write()
1116 if (sh_type == elfcpp::SHT_RELA) in incremental_relocs_write_reltype()
1197 gold_assert(sh_type == elfcpp::SHT_RELA); in split_stack_adjust()
1198 this->split_stack_adjust_reltype<elfcpp::SHT_RELA>(symtab, pshdrs, shndx, in split_stack_adjust()
[all …]
H A Doutput.cc1238 else if (sh_type == elfcpp::SHT_RELA) in do_adjust_output_section()
5378 class Output_reloc<elfcpp::SHT_RELA, false, 32, false>;
5383 class Output_reloc<elfcpp::SHT_RELA, false, 32, true>;
5388 class Output_reloc<elfcpp::SHT_RELA, false, 64, false>;
5393 class Output_reloc<elfcpp::SHT_RELA, false, 64, true>;
5398 class Output_reloc<elfcpp::SHT_RELA, true, 32, false>;
5403 class Output_reloc<elfcpp::SHT_RELA, true, 32, true>;
5408 class Output_reloc<elfcpp::SHT_RELA, true, 64, false>;
5413 class Output_reloc<elfcpp::SHT_RELA, true, 64, true>;
5483 class Output_data_reloc<elfcpp::SHT_RELA, true, 32, true>;
[all …]
H A Dtarget-reloc.h463 relocate.relocate(relinfo, elfcpp::SHT_RELA, target, NULL, in apply_relocation()
569 if (sh_type == elfcpp::SHT_RELA) in local_section_strategy()
628 if (sh_type == elfcpp::SHT_RELA) in local_section_strategy()
876 if (Classify_reloc::sh_type == elfcpp::SHT_RELA) in relocate_relocs()
H A Dsparc.cc461 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_;
1266 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA, in rela_dyn_section()
1288 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA, in rela_ifunc_section()
1303 typedef Output_data_reloc<elfcpp::SHT_RELA, true,
1470 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA, in Output_data_plt_sparc()
1600 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA, in rela_ifunc()
3120 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, big_endian> in gc_process_relocs()
4252 gold_assert(sh_type == elfcpp::SHT_RELA); in relocate_section()
4291 gold_assert(sh_type == elfcpp::SHT_RELA); in scan_relocatable_relocs()
4330 gold_assert(sh_type == elfcpp::SHT_RELA); in emit_relocs_scan()
[all …]
H A Dtilegx.cc68 typedef Output_data_reloc<elfcpp::SHT_RELA, true,size, big_endian>
234 typedef Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>
658 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_;
1951 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA, in rela_dyn_section()
1973 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA, in rela_irelative_section()
1989 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA, in init()
2170 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA, in rela_irelative()
4757 gold_assert(sh_type == elfcpp::SHT_RELA); in relocate_section()
4824 gold_assert(sh_type == elfcpp::SHT_RELA); in scan_relocatable_relocs()
4863 gold_assert(sh_type == elfcpp::SHT_RELA); in emit_relocs_scan()
[all …]
H A Dreloc-types.h62 struct Reloc_types<elfcpp::SHT_RELA, size, big_endian>
H A Dx86_64.cc1100 Copy_relocs<elfcpp::SHT_RELA, size, false> copy_relocs_;
1264 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA, in rela_dyn_section()
1286 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA, in rela_irelative_section()
1323 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA, in init()
1476 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA, in rela_tlsdesc()
1499 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA, in rela_irelative()
3277 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, false> in gc_process_relocs()
4503 gold_assert(sh_type == elfcpp::SHT_RELA); in relocate_section()
4570 gold_assert(sh_type == elfcpp::SHT_RELA); in scan_relocatable_relocs()
4609 gold_assert(sh_type == elfcpp::SHT_RELA); in emit_relocs_scan()
[all …]
H A Daarch64.cc2147 if (sh_type != elfcpp::SHT_RELA) in section_needs_reloc_stub_scanning()
2160 gold_assert(sh_type == elfcpp::SHT_RELA); in section_needs_reloc_stub_scanning()
2323 gold_assert (sh_type == elfcpp::SHT_RELA); in scan_sections_for_stubs()
3404 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_;
3989 gold_assert(sh_type == elfcpp::SHT_RELA); in scan_section_for_stubs()
3990 this->scan_reloc_section_for_stubs<elfcpp::SHT_RELA>( in scan_section_for_stubs()
6294 Output_data_reloc<elfcpp::SHT_RELA, true, size, big_endian>* in global()
7909 gold_assert(sh_type == elfcpp::SHT_RELA); in relocate_section()
7948 gold_assert(sh_type == elfcpp::SHT_RELA); in scan_relocatable_relocs()
7987 gold_assert(sh_type == elfcpp::SHT_RELA); in emit_relocs_scan()
[all …]
H A Dpowerpc.cc1313 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_;
1818 = Reloc_types<elfcpp::SHT_RELA, size, big_endian>::reloc_size; in scan_opd_relocs()
3082 typedef Output_data_reloc<elfcpp::SHT_RELA, true,
3399 typedef Output_data_reloc<elfcpp::SHT_RELA, true,
3440 = Reloc_types<elfcpp::SHT_RELA, size, big_endian>::reloc_size; in set_current_size()
7038 typedef typename Reloc_types<elfcpp::SHT_RELA, in relocate()
8188 gold_assert(sh_type == elfcpp::SHT_RELA); in relocate_section()
8212 static const int sh_type = elfcpp::SHT_RELA;
8273 gold_assert(sh_type == elfcpp::SHT_RELA); in scan_relocatable_relocs()
8312 gold_assert(sh_type == elfcpp::SHT_RELA); in emit_relocs_scan()
[all …]
H A Dmips.cc8603 else if (sh_type == elfcpp::SHT_RELA) in gc_process_relocs()
8662 else if (sh_type == elfcpp::SHT_RELA) in scan_relocs()
9885 else if (sh_type == elfcpp::SHT_RELA) in relocate_section()
10019 else if (sh_type == elfcpp::SHT_RELA) in scan_relocatable_relocs()
10081 else if (sh_type == elfcpp::SHT_RELA) in emit_relocs_scan()
10140 else if (sh_type == elfcpp::SHT_RELA) in relocate_relocs()
10329 if (rel_type == elfcpp::SHT_RELA) in local()
10749 elfcpp::SHT_RELA, in local()
10775 if (rel_type == elfcpp::SHT_RELA) in global()
11223 elfcpp::SHT_RELA, in global()
[all …]
H A Ddwarf_reader.cc86 if (this->reloc_type_ == elfcpp::SHT_RELA) in do_get_reloc_target()
367 || reloc_type == elfcpp::SHT_RELA) in read_ranges_table()
538 || reloc_type == elfcpp::SHT_RELA) in read_section()
1581 || reloc_sh_type == elfcpp::SHT_RELA) in Sized_dwarf_line_info()
1890 if (this->track_relocs_type_ == elfcpp::SHT_RELA) in process_one_opcode()
/dragonfly/contrib/binutils-2.34/gold/
H A Dcopy-relocs.cc265 class Copy_relocs<elfcpp::SHT_RELA, 32, false>;
273 class Copy_relocs<elfcpp::SHT_RELA, 32, true>;
281 class Copy_relocs<elfcpp::SHT_RELA, 64, false>;
289 class Copy_relocs<elfcpp::SHT_RELA, 64, true>;
H A Dreloc.cc284 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA) in do_read_relocs()
546 gold_assert(p->sh_type == elfcpp::SHT_RELA); in incremental_relocs_scan()
547 this->incremental_relocs_scan_reltype<elfcpp::SHT_RELA>(p); in incremental_relocs_scan()
710 || shdr.get_sh_type() == elfcpp::SHT_RELA) in write_sections()
915 if (sh_type != elfcpp::SHT_REL && sh_type != elfcpp::SHT_RELA) in relocate_section_range()
1065 gold_assert(sh_type == elfcpp::SHT_RELA); in incremental_relocs_write()
1066 this->incremental_relocs_write_reltype<elfcpp::SHT_RELA>( in incremental_relocs_write()
1139 if (sh_type == elfcpp::SHT_RELA) in incremental_relocs_write_reltype()
1220 gold_assert(sh_type == elfcpp::SHT_RELA); in split_stack_adjust()
1221 this->split_stack_adjust_reltype<elfcpp::SHT_RELA>(symtab, pshdrs, shndx, in split_stack_adjust()
[all …]
H A Doutput.cc1250 else if (sh_type == elfcpp::SHT_RELA) in do_adjust_output_section()
5429 class Output_reloc<elfcpp::SHT_RELA, false, 32, false>;
5434 class Output_reloc<elfcpp::SHT_RELA, false, 32, true>;
5439 class Output_reloc<elfcpp::SHT_RELA, false, 64, false>;
5444 class Output_reloc<elfcpp::SHT_RELA, false, 64, true>;
5449 class Output_reloc<elfcpp::SHT_RELA, true, 32, false>;
5454 class Output_reloc<elfcpp::SHT_RELA, true, 32, true>;
5459 class Output_reloc<elfcpp::SHT_RELA, true, 64, false>;
5464 class Output_reloc<elfcpp::SHT_RELA, true, 64, true>;
5534 class Output_data_reloc<elfcpp::SHT_RELA, true, 32, true>;
[all …]
H A Dreloc-types.h62 struct Reloc_types<elfcpp::SHT_RELA, size, big_endian>
H A Dtarget-reloc.h507 relocate.relocate(relinfo, elfcpp::SHT_RELA, target, NULL, in apply_relocation()
613 if (sh_type == elfcpp::SHT_RELA) in local_section_strategy()
672 if (sh_type == elfcpp::SHT_RELA) in local_section_strategy()
920 if (Classify_reloc::sh_type == elfcpp::SHT_RELA) in relocate_relocs()
H A Dx86_64.cc1371 Copy_relocs<elfcpp::SHT_RELA, size, false> copy_relocs_;
1553 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA, in rela_dyn_section()
1575 layout->add_output_section_data(".rela.dyn", elfcpp::SHT_RELA, in rela_irelative_section()
1709 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA, in init()
1862 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA, in rela_tlsdesc()
1885 layout->add_output_section_data(".rela.plt", elfcpp::SHT_RELA, in rela_irelative()
4437 typedef gold::Default_classify_reloc<elfcpp::SHT_RELA, size, false> in gc_process_relocs()
5668 gold_assert(sh_type == elfcpp::SHT_RELA); in relocate_section()
5735 gold_assert(sh_type == elfcpp::SHT_RELA); in scan_relocatable_relocs()
5774 gold_assert(sh_type == elfcpp::SHT_RELA); in emit_relocs_scan()
[all …]
H A Ddwarf_reader.cc86 if (this->reloc_type_ == elfcpp::SHT_RELA) in do_get_reloc_target()
367 || reloc_type == elfcpp::SHT_RELA) in read_ranges_table()
538 || reloc_type == elfcpp::SHT_RELA) in read_section()
1596 || reloc_sh_type == elfcpp::SHT_RELA) in Sized_dwarf_line_info()
1905 if (this->track_relocs_type_ == elfcpp::SHT_RELA) in process_one_opcode()
/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_data.c66 case SHT_RELA: in _libelf_xlate_shtype()
/dragonfly/stand/boot/common/
H A Dload_elf_obj.c282 case SHT_RELA: in __elfN()
455 if (shdr[i].sh_type != SHT_RELA && shdr[i].sh_type != SHT_REL) in __elfN()
465 case SHT_RELA: in __elfN()
/dragonfly/sys/kern/
H A Dlink_elf_obj.c237 case SHT_RELA: in link_elf_obj_preload_file()
351 case SHT_RELA: in link_elf_obj_preload_file()
533 case SHT_RELA: in link_elf_obj_load_file()
788 case SHT_RELA: in link_elf_obj_load_file()
/dragonfly/sys/sys/
H A Delf_common.h382 #define SHT_RELA 4 /* Relocation entries with addends */ macro
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsimple-object-elf.c198 #define SHT_RELA 4 /* Relocation entries with addends */ macro
1258 if (sh_type == SHT_RELA in simple_object_elf_copy_lto_debug_sections()
1550 if (flags & SHF_INFO_LINK || sh_type == SHT_REL || sh_type == SHT_RELA) in simple_object_elf_copy_lto_debug_sections()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsimple-object-elf.c198 #define SHT_RELA 4 /* Relocation entries with addends */ macro
1250 if (sh_type == SHT_RELA in simple_object_elf_copy_lto_debug_sections()
1522 if (flags & SHF_INFO_LINK || sh_type == SHT_REL || sh_type == SHT_RELA) in simple_object_elf_copy_lto_debug_sections()

123