Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Dincremental.h1599 input_objects_(), section_map_(), symbol_map_(), copy_relocs_(), in Sized_incremental_binary()
1646 { this->copy_relocs_.push_back(Copy_reloc(gsym, os, offset)); } in add_copy_reloc()
1802 Copy_relocs copy_relocs_; variable
Ds390.cc281 rela_irelative_(NULL), copy_relocs_(elfcpp::R_390_COPY), in Target_s390()
707 this->copy_relocs_.copy_reloc(symtab, layout, in copy_reloc()
756 Copy_relocs<elfcpp::SHT_RELA, size, true> copy_relocs_; member in __anon4d868ee80111::Target_s390
1987 this->copy_relocs_.emit_copy_reloc(symtab, in emit_copy_reloc()
4052 if (this->copy_relocs_.any_saved_relocs()) in do_finalize_sections()
4053 this->copy_relocs_.emit(this->rela_dyn_section(layout)); in do_finalize_sections()
Dtilegx.cc241 rela_irelative_(NULL), copy_relocs_(elfcpp::R_TILEGX_COPY), in Target_tilegx()
601 this->copy_relocs_.copy_reloc(symtab, layout, in copy_reloc()
658 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_; member in __anone952e9860111::Target_tilegx
2825 this->copy_relocs_.emit_copy_reloc(symtab, in emit_copy_reloc()
4272 if (this->copy_relocs_.any_saved_relocs()) in do_finalize_sections()
4273 this->copy_relocs_.emit(this->rela_dyn_section(layout)); in do_finalize_sections()
Di386.cc362 rel_irelative_(NULL), copy_relocs_(elfcpp::R_386_COPY), in Target_i386()
855 this->copy_relocs_.copy_reloc(symtab, layout, in copy_reloc()
896 Copy_relocs<elfcpp::SHT_REL, 32, false> copy_relocs_; member in __anon4bb161230111::Target_i386
2679 if (this->copy_relocs_.any_saved_relocs()) in do_finalize_sections()
2680 this->copy_relocs_.emit(this->rel_dyn_section(layout)); in do_finalize_sections()
Dsparc.cc62 copy_relocs_(elfcpp::R_SPARC_COPY), in Target_sparc()
419 this->copy_relocs_.copy_reloc(symtab, layout, in copy_reloc()
461 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_; member in __anonb80dbf520111::Target_sparc
3204 if (this->copy_relocs_.any_saved_relocs()) in do_finalize_sections()
3205 this->copy_relocs_.emit(this->rela_dyn_section(layout)); in do_finalize_sections()
Dx86_64.cc594 rela_irelative_(NULL), copy_relocs_(elfcpp::R_X86_64_COPY), in Target_x86_64()
1191 this->copy_relocs_.copy_reloc(symtab, layout, in copy_reloc()
1262 Copy_relocs<elfcpp::SHT_RELA, size, false> copy_relocs_; member in __anon34472f880111::Target_x86_64
2803 this->copy_relocs_.emit_copy_reloc(symtab, in emit_copy_reloc()
4157 if (this->copy_relocs_.any_saved_relocs()) in do_finalize_sections()
4158 this->copy_relocs_.emit(this->rela_dyn_section(layout)); in do_finalize_sections()
Daarch64.cc2925 rela_irelative_(NULL), copy_relocs_(elfcpp::R_AARCH64_COPY), in Target_aarch64()
3470 this->copy_relocs_.copy_reloc(symtab, layout, in copy_reloc()
3527 Copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_; member in __anon104791220111::Target_aarch64
6959 if (this->copy_relocs_.any_saved_relocs()) in do_finalize_sections()
6960 this->copy_relocs_.emit(this->rela_dyn_section(layout)); in do_finalize_sections()
Dincremental.cc723 for (typename Copy_relocs::iterator p = this->copy_relocs_.begin(); in do_emit_copy_relocs()
724 p != this->copy_relocs_.end(); in do_emit_copy_relocs()
Darm.cc2126 rel_dyn_(NULL), rel_irelative_(NULL), copy_relocs_(elfcpp::R_ARM_COPY), in Target_arm()
2866 this->copy_relocs_.copy_reloc(symtab, layout, in copy_reloc()
3013 Copy_relocs<elfcpp::SHT_REL, 32, big_endian> copy_relocs_; member in __anon689000590111::Target_arm
9491 if (this->copy_relocs_.any_saved_relocs()) in do_finalize_sections()
9492 this->copy_relocs_.emit(this->rel_dyn_section(layout)); in do_finalize_sections()
Dmips.cc3330 got_plt_(NULL), rel_dyn_(NULL), rld_map_(NULL), copy_relocs_(), in Target_mips()
4116 this->copy_relocs_.copy_reloc(symtab, layout, in copy_reloc()
4245 Mips_copy_relocs<elfcpp::SHT_REL, size, big_endian> copy_relocs_; member in __anon01a7b5720111::Target_mips
9833 if (this->copy_relocs_.any_saved_relocs()) in do_finalize_sections()
9834 this->copy_relocs_.emit_mips(this->rel_dyn_section(layout), symtab, layout, in do_finalize_sections()
Dpowerpc.cc674 brlt_section_(NULL), glink_(NULL), rela_dyn_(NULL), copy_relocs_(), in Target_powerpc()
1648 this->copy_relocs_.copy_reloc(symtab, layout, in copy_reloc()
1754 Powerpc_copy_relocs<elfcpp::SHT_RELA, size, big_endian> copy_relocs_; member in __anonfe78cb590111::Target_powerpc
10156 if (this->copy_relocs_.any_saved_relocs()) in do_finalize_sections()
10157 this->copy_relocs_.emit(this->rela_dyn_section(layout)); in do_finalize_sections()
DChangeLog-08157183 (Sized_incremental_binary::copy_relocs_): New data member.
17401 (class Target_i386): Change type of copy_relocs_ to variable,
17406 copy_relocs_.
17408 (class Target_sparc): Change type of copy_relocs_ to variable,
17413 copy_relocs_.
17415 (class Target_x86_64): Change type of copy_relocs_ to variable,
17420 copy_relocs_.