Home | History | Annotate | Download | only in src

Lines Matching defs:newdata

1196 	Elf_Data *newdata;
1242 newdata = elf_newdata (scn);
1243 if (newdata == NULL)
1247 *newdata = *shdr_info[cnt].data;
1402 shdr_info[cnt].shdr.sh_size = newdata->d_size
1441 inline void update_section_size (const Elf_Data *newdata)
1445 shdr->sh_size = newdata->d_size;
1454 debugdata->d_size = newdata->d_size;