Home | History | Annotate | Download | only in src

Lines Matching full:d_buf

170 		add_4ubyte_unaligned (reltgtdata->d_buf + rel->r_offset,
216 data->d_buf = xcalloc (1, data->d_size);
237 data->d_buf = xcalloc (1, size);
258 data->d_buf = xcalloc (1, size);
282 data->d_buf = xcalloc (1, size);
390 ((Elf32_Word *) data->d_buf)[0] = shdr->sh_addr;
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;
474 ((Elf32_Word *) data->d_buf)[2 + pltidx] = pltentryaddr + 6;
477 if (((Elf32_Sym *) dynsymdata->d_buf)[ndxtosym[idx]->outdynsymidx].st_shndx != SHN_UNDEF)
482 ((Elf32_Sym *) dynsymdata->d_buf)[pltidx].st_value = pltentryaddr;
487 ((Elf32_Sym *) symdata->d_buf)[nsym - statep->nplt
495 struct plt_entry *addr = (struct plt_entry *) ((char *) pltdata->d_buf
812 unsigned char *relloc = (unsigned char *) data->d_buf + rel->r_offset;
936 ((uint32_t *) gotdata->d_buf)[thisgotidx] = value;