Searched refs:plt_count (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/gold/ |
D | x86_64.cc | 107 unsigned int plt_count) in Output_data_plt_x86_64() argument 108 : Output_section_data((plt_count + 1) * plt_entry_size, in Output_data_plt_x86_64() 111 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count), in Output_data_plt_x86_64() 117 this->free_list_.init((plt_count + 1) * plt_entry_size, false); in Output_data_plt_x86_64() 344 unsigned int plt_count) in Output_data_plt_x86_64_standard() argument 347 plt_count) in Output_data_plt_x86_64_standard() 658 unsigned int plt_count); 716 unsigned int plt_count) in make_data_plt() argument 719 plt_count); in make_data_plt() 737 unsigned int plt_count) in do_make_data_plt() argument [all …]
|
D | incremental.cc | 644 unsigned int plt_count = got_plt_reader.get_plt_entry_count(); in do_process_got_plt() local 646 target->init_got_plt_for_update(symtab, layout, got_count, plt_count); in do_process_got_plt() 691 for (unsigned int i = 0; i < plt_count; ++i) in do_process_got_plt() 1380 unsigned int plt_count = target->plt_entry_count(); in set_final_data_size() local 1383 got_plt_size += got_count * 8 + plt_count * 4; // GOT array, PLT array. in set_final_data_size() 1816 unsigned int plt_count; member 1924 gold_assert(plt_index < this->info_.plt_count); in operator ()() 1948 view_info.plt_count = target->plt_entry_count(); in write_got_plt() 1958 view_info.plt_desc_p + view_info.plt_count * 4); in write_got_plt() 1962 Swap32::writeval(pov + 4, view_info.plt_count); in write_got_plt()
|
D | tilegx.cc | 85 unsigned int plt_count) in Output_data_plt_tilegx() argument 86 : Output_section_data((plt_count + 1) * plt_entry_size, in Output_data_plt_tilegx() 89 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count), in Output_data_plt_tilegx() 95 this->free_list_.init((plt_count + 1) * plt_entry_size, false); in Output_data_plt_tilegx() 412 unsigned int plt_count); 2621 unsigned int plt_count) in init_got_plt_for_update() argument 2661 = new Output_data_space((plt_count + TILEGX_GOTPLT_RESERVE_COUNT) in init_got_plt_for_update() 2681 plt_count); in init_got_plt_for_update()
|
D | s390.cc | 104 unsigned int plt_count) in Output_data_plt_s390() argument 105 : Output_section_data((plt_count + 1) * plt_entry_size, in Output_data_plt_s390() 108 got_plt_(got_plt), got_irelative_(got_irelative), count_(plt_count), in Output_data_plt_s390() 114 this->free_list_.init((plt_count + 1) * plt_entry_size, false); in Output_data_plt_s390() 468 unsigned int plt_count); 1813 unsigned int plt_count) in init_got_plt_for_update() argument 1818 this->got_plt_ = new Output_data_got_plt_s390<size>(layout, (plt_count + 3) * size / 8); in init_got_plt_for_update() 1852 this->got_, this->got_plt_, this->got_irelative_, plt_count); in init_got_plt_for_update()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-ppc.c | 3427 long plt_count = 0; in ppc64_elf_get_synthetic_symtab() local 3533 plt_count = relplt->size / sizeof (Elf64_External_Rela); in ppc64_elf_get_synthetic_symtab() 3534 size += plt_count * sizeof (asymbol); in ppc64_elf_get_synthetic_symtab() 3537 for (i = 0; i < plt_count; i++, p++) in ppc64_elf_get_synthetic_symtab() 3552 names = (char *) (s + count + plt_count + (resolv_vma != 0)); in ppc64_elf_get_synthetic_symtab() 3648 for (i = 0; i < plt_count; i++, p++) in ppc64_elf_get_synthetic_symtab() 3684 count += plt_count; in ppc64_elf_get_synthetic_symtab()
|