Lines Matching full:nplt
207 data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE;
228 size_t size = statep->nplt * sizeof (Elf32_Rel);
262 assert (statep->nplt != 0);
273 size_t size = (3 + statep->nplt) * sizeof (Elf32_Addr);
357 if (unlikely (statep->nplt + statep->ngot == 0))
478 assert(nsym - statep->nplt + (pltidx - 1) == idx);
479 ((Elf32_Sym *) symdata->d_buf)[nsym - statep->nplt
635 ++statep->nplt;