Home
last modified time | relevance | path

Searched refs:pltdata (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/src/
Di386_ld.c405 Elf_Data *pltdata = elf_getdata (scn, NULL); in elf_i386_finalize_plt() local
406 assert (pltdata != NULL); in elf_i386_finalize_plt()
426 assert (pltdata->d_size >= PLT_ENTRY_SIZE); in elf_i386_finalize_plt()
429 memcpy (pltdata->d_buf, elf_i386_pic_plt0_entry, PLT_ENTRY_SIZE); in elf_i386_finalize_plt()
433 memcpy (pltdata->d_buf, elf_i386_plt0_entry, PLT_ENTRY_SIZE); in elf_i386_finalize_plt()
436 struct plt0_entry *addr = (struct plt0_entry *) pltdata->d_buf; in elf_i386_finalize_plt()
486 assert (pltdata->d_size >= (1 + pltidx) * PLT_ENTRY_SIZE); in elf_i386_finalize_plt()
487 struct plt_entry *addr = (struct plt_entry *) ((char *) pltdata->d_buf in elf_i386_finalize_plt()