Home | History | Annotate | Download | only in src

Lines Matching refs:d_size

215   data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE;
216 data->d_buf = xcalloc (1, data->d_size);
239 data->d_size = size;
259 data->d_size = size;
284 data->d_size = size;
434 assert (pltdata->d_size >= PLT_ENTRY_SIZE);
468 assert ((3 + pltidx) * sizeof (Elf32_Word) <= data->d_size);
494 assert (pltdata->d_size >= (1 + pltidx) * PLT_ENTRY_SIZE);
511 assert (pltidx * sizeof (Elf32_Rel) <= reldata->d_size);