Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Doutput.cc1364 template<int got_size, bool big_endian>
1366 Output_data_got<got_size, big_endian>::Got_entry::write( in write()
1450 elfcpp::Swap<got_size, big_endian>::writeval(pov, val); in write()
1459 template<int got_size, bool big_endian>
1461 Output_data_got<got_size, big_endian>::add_global( in add_global()
1475 template<int got_size, bool big_endian>
1477 Output_data_got<got_size, big_endian>::add_global_plt(Symbol* gsym, in add_global_plt()
1491 template<int got_size, bool big_endian>
1493 Output_data_got<got_size, big_endian>::add_global_with_rel( in add_global_with_rel()
1510 template<int got_size, bool big_endian>
[all …]
Di386.cc500 got_size() const in got_size() function in __anonf1ea37280111::Target_i386
512 return this->got_size() / 4; in got_entry_count()
1387 const section_size_type got_size = in do_write() local
1392 got_size); in do_write()
1461 gold_assert(static_cast<section_size_type>(got_pov - got_view) == got_size); in do_write()
1464 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
2864 - target->got_size()); in relocate()
2871 - target->got_size()); in relocate()
2997 got_offset = gsym->got_offset(got_type) - target->got_size(); in relocate_tls()
3004 - target->got_size()); in relocate_tls()
[all …]
Dx86_64.cc576 got_size() const in got_size() function in __anon4c0d9acd0111::Target_x86_64
588 return this->got_size() / 8; in got_entry_count()
1647 const section_size_type got_size = in do_write() local
1651 got_size); in do_write()
1704 gold_assert(static_cast<section_size_type>(got_pov - got_view) == got_size); in do_write()
1707 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
3354 got_offset = gsym->got_offset(GOT_TYPE_STANDARD) - target->got_size(); in relocate()
3361 - target->got_size()); in relocate()
3615 got_offset = gsym->got_offset(got_type) - target->got_size(); in relocate_tls()
3622 - target->got_size()); in relocate_tls()
[all …]
Doutput.h2293 template<int got_size, bool big_endian>
2297 typedef typename elfcpp::Elf_types<got_size>::Elf_Addr Valtype;
2300 : Output_data_got_base(Output_data::default_alignment_for_size(got_size)), in Output_data_got()
2306 Output_data::default_alignment_for_size(got_size)), in Output_data_got()
2311 this->entries_.resize(data_size / (got_size / 8)); in Output_data_got()
2430 { this->free_list_.remove(i * got_size / 8, (i + 1) * got_size / 8); } in do_reserve_slot()
2440 { return i * (got_size / 8); } in got_offset()
Dtilegx.cc366 got_size() const in got_size() function in __anon011954cb0111::Target_tilegx
378 return this->got_size() / (size / 8); in got_entry_count()
2456 const section_size_type got_size = in do_write() local
2460 got_size); in do_write()
2501 gold_assert(static_cast<section_size_type>(got_pov - got_view) == got_size); in do_write()
2504 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
Darm.cc2348 got_size() const in got_size() function in __anon5653a9be0111::Target_arm
2360 return this->got_size() / 4; in got_entry_count()
7885 const section_size_type got_size = in do_write() local
7889 got_size); in do_write()
7950 gold_assert(static_cast<section_size_type>(got_pov - got_view) == got_size); in do_write()
7953 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
9443 - target->got_size()); in relocate()
9451 - target->got_size()); in relocate()
9944 got_offset = gsym->got_offset(got_type) - target->got_size(); in relocate_tls()
9951 - target->got_size()); in relocate_tls()
[all …]
Dmips.cc721 got_size() const in got_size() function in __anona7e08b770111::Mips_got_info
3004 return this->got_size() / (size/8); in got_entry_count()
3571 got_size() const in got_size() function in __anona7e08b770111::Target_mips
5430 unsigned int got_size = this->master_got_info_->got_size(); in lay_out_got() local
5431 if (got_size > Target_mips<size, big_endian>::MIPS_GOT_MAX_SIZE) in lay_out_got()
5493 offset += g->got_size(); in lay_out_multi_got()
Daarch64.cc4889 const section_size_type got_size = in do_write() local
4893 got_size); in do_write()
4943 gold_assert(static_cast<section_size_type>(got_pov - got_view) == got_size); in do_write()
4946 of->write_output_view(got_file_offset, got_size, got_view); in do_write()
Dsparc.cc177 got_size() const in got_size() function in __anon256155f70111::Target_sparc
189 return this->got_size() / (size / 8); in got_entry_count()
Dpowerpc.cc680 got_size() const in got_size() function in __anon0f0c9f3e0111::Target_powerpc
742 return this->got_size() / (size / 8); in got_entry_count()
DChangeLog3018 to got_size for all functions. Compile all variants of
4317 (class Output_data_got): Change template parameter to got_size.
7992 * arm.cc (Target_arm::got_size): Add const.
8000 * i386.cc (Target_i386::got_size): Add const.
8035 * powerpc.cc (Target_powerpc::got_size): Add const.
8043 * sparc.cc (Target_sparc::got_size): Add const.
8056 * x86_64.cc (Target_x86_64::got_size): Add const.
13435 (Target_arm::got_size, Target_arm::plt_section,
/toolchain/binutils/binutils-2.25/bfd/
Delf32-nds32.c219 static long got_size = 0; variable
4068 got_size += s->size; in nds32_elf_size_dynamic_sections()
4072 got_size += s->size; in nds32_elf_size_dynamic_sections()