Searched refs:nplt (Results 1 – 3 of 3) sorted by relevance
207 data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE; in elf_i386_initialize_plt()228 size_t size = statep->nplt * sizeof (Elf32_Rel); in elf_i386_initialize_pltrel()262 assert (statep->nplt != 0); in elf_i386_initialize_gotplt()273 size_t size = (3 + statep->nplt) * sizeof (Elf32_Addr); in elf_i386_initialize_gotplt()357 if (unlikely (statep->nplt + statep->ngot == 0)) in elf_i386_finalize_plt()478 assert(nsym - statep->nplt + (pltidx - 1) == idx); in elf_i386_finalize_plt()479 ((Elf32_Sym *) symdata->d_buf)[nsym - statep->nplt in elf_i386_finalize_plt()635 ++statep->nplt; in elf_i386_count_relocations()
156 return (ld_state.file_type == dso_file_type || ld_state.nplt > 0 in dynamically_linked_p()710 ++ld_state.nplt; in check_definition()734 --ld_state.nplt; in check_definition()774 ++ld_state.nplt; in check_definition()2489 if (ld_state.nplt > 0) in ld_generic_generate_sections()2604 + (ld_state.nplt > 0 ? 4 : 0) in ld_generic_generate_sections()4354 nsym_allocated = (1 + ld_state.nsymtab + ld_state.nplt + ld_state.ngot in ld_generic_create_outfile()4405 nsym_allocated = (1 + ld_state.nsymtab + ld_state.nplt + ld_state.ngot in ld_generic_create_outfile()5504 size_t plt_base = nsym + ld_state.nfrom_dso - ld_state.nplt; in ld_generic_create_outfile()5508 assert (ld_state.nfrom_dso >= ld_state.nplt); in ld_generic_create_outfile()[all …]
886 size_t nplt; member