Home
last modified time | relevance | path

Searched refs:plt_ (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dx86_64.cc423 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_x86_64()
930 gold_assert(this->plt_ != NULL); in plt_section()
931 return this->plt_; in plt_section()
993 Output_data_plt_x86_64<size>* plt_; member in __anon4c0d9acd0111::Target_x86_64
1716 if (this->plt_ == NULL) in make_plt_section()
1721 this->plt_ = this->make_data_plt(layout, this->got_, this->got_plt_, in make_plt_section()
1726 this->plt_->add_eh_frame(layout); in make_plt_section()
1731 this->plt_, ORDER_PLT, false); in make_plt_section()
1734 Output_section* rela_plt_os = this->plt_->rela_plt()->output_section(); in make_plt_section()
1735 rela_plt_os->set_info_section(this->plt_->output_section()); in make_plt_section()
[all …]
Dtilegx.cc239 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_tilegx()
578 gold_assert(this->plt_ != NULL); in plt_section()
579 return this->plt_; in plt_section()
638 Output_data_plt_tilegx<size, big_endian>* plt_; member in __anon011954cb0111::Target_tilegx
2514 if (this->plt_ == NULL) in make_plt_section()
2524 this->plt_ = new Output_data_plt_tilegx<size, big_endian>(layout, in make_plt_section()
2531 this->plt_, ORDER_NON_RELRO_FIRST, in make_plt_section()
2535 Output_section* rela_plt_os = this->plt_->rela_plt()->output_section(); in make_plt_section()
2536 rela_plt_os->set_info_section(this->plt_->output_section()); in make_plt_section()
2550 if (this->plt_ == NULL) in make_plt_entry()
[all …]
Di386.cc360 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_i386()
808 gold_assert(this->plt_ != NULL); in plt_section()
809 return this->plt_; in plt_section()
857 Output_data_plt_i386* plt_; member in __anonf1ea37280111::Target_i386
1472 if (this->plt_ == NULL) in make_plt_section()
1478 this->plt_ = this->make_data_plt(layout, in make_plt_section()
1485 this->plt_->add_eh_frame(layout); in make_plt_section()
1490 this->plt_, ORDER_PLT, false); in make_plt_section()
1493 Output_section* rel_plt_os = this->plt_->rel_plt()->output_section(); in make_plt_section()
1494 rel_plt_os->set_info_section(this->plt_->output_section()); in make_plt_section()
[all …]
Dsparc.cc61 got_(NULL), plt_(NULL), rela_dyn_(NULL), rela_ifunc_(NULL), in Target_sparc()
399 gold_assert(this->plt_ != NULL); in plt_section()
400 return this->plt_; in plt_section()
442 Output_data_plt_sparc<size, big_endian>* plt_; member in __anon256155f70111::Target_sparc
1803 this->plt_ = new Output_data_plt_sparc<size, big_endian>(layout); in make_plt_section()
1808 this->plt_, ORDER_NON_RELRO_FIRST, false); in make_plt_section()
1813 this->plt_, in make_plt_section()
1831 if (this->plt_ == NULL) in make_plt_entry()
1834 this->plt_->add_entry(symtab, layout, gsym); in make_plt_entry()
1849 if (this->plt_ == NULL) in make_local_ifunc_plt_entry()
[all …]
Daarch64.cc2800 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_aarch64()
3297 gold_assert(this->plt_ != NULL); in plt_section()
3298 return this->plt_; in plt_section()
3384 Output_data_plt_aarch64<size, big_endian>* plt_; member in __anon20db65070111::Target_aarch64
5612 if (this->plt_ == NULL) in plt_entry_count()
5614 return this->plt_->entry_count(); in plt_entry_count()
5623 return this->plt_->first_plt_entry_offset(); in first_plt_entry_offset()
5632 return this->plt_->get_plt_entry_size(); in plt_entry_size()
5668 if (this->plt_ == NULL) in reserve_tlsdesc_entries()
5671 if (!this->plt_->has_tlsdesc_entry()) in reserve_tlsdesc_entries()
[all …]
Dpowerpc.cc508 got_(NULL), plt_(NULL), iplt_(NULL), brlt_section_(NULL), in Target_powerpc()
690 gold_assert(this->plt_ != NULL); in plt_section()
691 return this->plt_; in plt_section()
1273 Output_data_plt_powerpc<size, big_endian>* plt_; member in __anon0f0c9f3e0111::Target_powerpc
3275 if (this->plt_ == NULL) in make_plt_section()
3292 this->plt_ in make_plt_section()
3300 this->plt_, in make_plt_section()
3324 this->plt_->output_section()->add_output_section_data(this->iplt_); in make_iplt_section()
3428 if (this->plt_ && is_pic) in make_brlt_section()
3429 this->plt_->output_section() in make_brlt_section()
[all …]
Dmips.cc2876 : Sized_target<size, big_endian>(info), got_(NULL), gp_(NULL), plt_(NULL), in Target_mips()
3011 if (this->plt_ == NULL) in plt_entry_count()
3013 return this->plt_->entry_count(); in plt_entry_count()
3019 { return this->plt_->first_plt_entry_offset(); } in first_plt_entry_offset()
3024 { return this->plt_->plt_entry_size(); } in plt_entry_size()
3586 gold_assert(this->plt_ != NULL); in plt_section()
3587 return this->plt_; in plt_section()
3721 Mips_output_data_plt<size, big_endian>* plt_; member in __anona7e08b770111::Target_mips
7458 if (this->plt_ == NULL) in make_plt_entry()
7471 this->plt_ = new Mips_output_data_plt<size, big_endian>(layout, in make_plt_entry()
[all …]
Darm.cc2125 got_(NULL), plt_(NULL), got_plt_(NULL), got_irelative_(NULL), in Target_arm()
2783 gold_assert(this->plt_ != NULL); in plt_section()
2784 return this->plt_; in plt_section()
2948 Output_data_plt_arm<big_endian>* plt_; member in __anon5653a9be0111::Target_arm
7967 if (this->plt_ == NULL) in make_plt_entry()
7970 this->plt_->add_entry(symtab, layout, gsym); in make_plt_entry()
7980 if (this->plt_ == NULL) in make_plt_section()
7989 this->plt_ = this->make_data_plt(layout, this->got_, this->got_plt_, in make_plt_section()
7995 this->plt_, ORDER_PLT, false); in make_plt_section()
7998 this->plt_, in make_plt_section()
[all …]
DChangeLog2061 (Target_powerpc::plt_, iplt_): Elucidate.
3666 (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
3715 Call this->plt_->add_eh_frame method here.
3717 (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
3764 Call this->plt_->add_eh_frame method here.
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-9697343 * elf64-sparc.c (struct plt_template, plt_*_header, plt_*_entry,