/toolchain/binutils/binutils-2.25/gold/ |
D | tilegx.cc | 2700 Reloc_section* rela_dyn = this->rela_dyn_section(NULL); in reserve_local_got_entry() local 2707 rela_dyn->add_local_relative(obj, r_sym, elfcpp::R_TILEGX_RELATIVE, in reserve_local_got_entry() 2711 rela_dyn->add_local(obj, r_sym, in reserve_local_got_entry() 2718 rela_dyn->add_local(obj, r_sym, in reserve_local_got_entry() 2741 Reloc_section* rela_dyn = this->rela_dyn_section(NULL); in reserve_global_got_entry() local 2753 rela_dyn->add_global(gsym, elfcpp::R_TILEGX_GLOB_DAT, in reserve_global_got_entry() 2756 rela_dyn->add_global_relative(gsym, elfcpp::R_TILEGX_RELATIVE, in reserve_global_got_entry() 2761 rela_dyn->add_global_relative(gsym, in reserve_global_got_entry() 2768 rela_dyn->add_global_relative(gsym, in reserve_global_got_entry() 2772 rela_dyn->add_global_relative(gsym, in reserve_global_got_entry() [all …]
|
D | x86_64.cc | 1901 Reloc_section* rela_dyn = this->rela_dyn_section(NULL); in reserve_local_got_entry() local 1908 rela_dyn->add_local_relative(obj, r_sym, elfcpp::R_X86_64_RELATIVE, in reserve_local_got_entry() 1912 rela_dyn->add_local(obj, r_sym, elfcpp::R_X86_64_TPOFF64, in reserve_local_got_entry() 1917 rela_dyn->add_local(obj, r_sym, elfcpp::R_X86_64_DTPMOD64, in reserve_local_got_entry() 1941 Reloc_section* rela_dyn = this->rela_dyn_section(NULL); in reserve_global_got_entry() local 1953 rela_dyn->add_global(gsym, elfcpp::R_X86_64_GLOB_DAT, in reserve_global_got_entry() 1956 rela_dyn->add_global_relative(gsym, elfcpp::R_X86_64_RELATIVE, in reserve_global_got_entry() 1961 rela_dyn->add_global_relative(gsym, elfcpp::R_X86_64_TPOFF64, in reserve_global_got_entry() 1966 rela_dyn->add_global_relative(gsym, elfcpp::R_X86_64_DTPMOD64, in reserve_global_got_entry() 1968 rela_dyn->add_global_relative(gsym, elfcpp::R_X86_64_DTPOFF64, in reserve_global_got_entry() [all …]
|
D | sparc.cc | 1898 Reloc_section* rela_dyn = this->rela_dyn_section(layout); in got_mod_index_entry() local 1904 rela_dyn->add_local(object, 0, in got_mod_index_entry() 2282 Reloc_section* rela_dyn = target->rela_dyn_section(layout); in local() local 2284 rela_dyn->add_local_relative(object, r_sym, elfcpp::R_SPARC_RELATIVE, in local() 2318 Reloc_section* rela_dyn = target->rela_dyn_section(layout); in local() local 2324 rela_dyn->add_local(object, r_sym, orig_r_type, output_section, in local() 2331 rela_dyn->add_symbolless_local_addend(object, r_sym, orig_r_type, in local() 2377 Reloc_section* rela_dyn = target->rela_dyn_section(layout); in local() local 2380 rela_dyn->add_local_relative(object, r_sym, in local() 2484 Reloc_section* rela_dyn = target->rela_dyn_section(layout); in local() local [all …]
|
D | powerpc.cc | 5156 Reloc_section* rela_dyn = this->rela_dyn_section(layout); in tlsld_got_offset() local 5160 rela_dyn->add_local(object, 0, elfcpp::R_POWERPC_DTPMOD, got, in tlsld_got_offset() 5529 Reloc_section* rela_dyn = target->rela_dyn_section(layout); in local() local 5531 rela_dyn->add_output_section_relative(got->output_section(), in local() 5567 Reloc_section* rela_dyn = target->rela_dyn_section(symtab, layout, in local() local 5575 rela_dyn->add_local_relative(object, r_sym, dynrel, in local() 5583 rela_dyn->add_local(object, r_sym, r_type, output_section, in local() 5598 rela_dyn->add_local_section(object, shndx, r_type, in local() 5686 Reloc_section* rela_dyn = target->rela_dyn_section(symtab, layout, in local() local 5690 rela_dyn->add_local_relative(object, r_sym, dynrel, in local() [all …]
|
D | aarch64.cc | 5694 Reloc_section* rela_dyn = this->rela_dyn_section(layout); in got_mod_index_entry() local 5698 rela_dyn->add_local(object, 0, elfcpp::R_AARCH64_TLS_DTPMOD64, got, in got_mod_index_entry() 5976 Reloc_section* rela_dyn = target->rela_dyn_section(layout); in local() local 5977 rela_dyn->add_local_relative(object, r_sym, in local() 6246 Reloc_section* rela_dyn = in global() local 6249 rela_dyn->add_symbolless_global_addend(gsym, r_type, in global() 6258 Reloc_section* rela_dyn = target->rela_dyn_section(layout); in global() local 6259 rela_dyn->add_global_relative(gsym, in global() 6272 rela_dyn = target->rela_dyn_section(layout); in global() local 6273 rela_dyn->add_global( in global() [all …]
|
D | ChangeLog | 6096 (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elflink.c | 8084 asection *rela_dyn; in elf_link_sort_relocs() local 8099 rela_dyn = bfd_get_section_by_name (abfd, ".rela.dyn"); in elf_link_sort_relocs() 8101 if (rela_dyn != NULL && rela_dyn->size > 0 in elf_link_sort_relocs() 8112 for (lo = rela_dyn->map_head.link_order; lo != NULL; lo = lo->next) in elf_link_sort_relocs() 8224 else if (rela_dyn != NULL && rela_dyn->size > 0) in elf_link_sort_relocs() 8233 dynamic_relocs = rela_dyn; in elf_link_sort_relocs()
|