Lines Matching refs:nplt
203 data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE;
223 data->d_size = statep->nplt * sizeof (Elf32_Rel);
238 if (statep->ngot + statep->nplt == 0)
250 data->d_size = (3 + statep->ngot + statep->nplt) * sizeof (Elf32_Addr);
337 if (unlikely (statep->nplt + statep->ngot == 0))
374 for (cnt = 0; cnt < statep->nplt; ++cnt)
390 ((Elf32_Sym *) symdata->d_buf)[nsym - statep->nplt + cnt].st_value
422 for (cnt = 0; cnt < statep->nplt; ++cnt)
459 for (cnt = 0; cnt < statep->nplt; ++cnt)
585 ++statep->nplt;
651 #define ngot_used (3 + statep->nplt + nreldyn)