Lines Matching refs:nplt
215 data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE;
236 size_t size = statep->nplt * sizeof (Elf32_Rel);
270 assert (statep->nplt != 0);
281 size_t size = (3 + statep->nplt) * sizeof (Elf32_Addr);
365 if (unlikely (statep->nplt + statep->ngot == 0))
486 assert(nsym - statep->nplt + (pltidx - 1) == idx);
487 ((Elf32_Sym *) symdata->d_buf)[nsym - statep->nplt
643 ++statep->nplt;