Home | History | Annotate | Download | only in src

Lines Matching full:pltdata

413   Elf_Data *pltdata = elf_getdata (scn, NULL);
414 assert (pltdata != NULL);
434 assert (pltdata->d_size >= PLT_ENTRY_SIZE);
437 memcpy (pltdata->d_buf, elf_i386_pic_plt0_entry, PLT_ENTRY_SIZE);
441 memcpy (pltdata->d_buf, elf_i386_plt0_entry, PLT_ENTRY_SIZE);
444 struct plt0_entry *addr = (struct plt0_entry *) pltdata->d_buf;
494 assert (pltdata->d_size >= (1 + pltidx) * PLT_ENTRY_SIZE);
495 struct plt_entry *addr = (struct plt_entry *) ((char *) pltdata->d_buf