Home | History | Annotate | Download | only in src

Lines Matching refs:newdata

1069 	Elf_Data *newdata;
1111 newdata = elf_newdata (scn);
1112 if (newdata == NULL)
1116 *newdata = *shdr_info[cnt].data;
1259 shdr_info[cnt].shdr.sh_size = newdata->d_size
1298 inline void update_section_size (const Elf_Data *newdata)
1302 shdr->sh_size = newdata->d_size;
1309 debugdata->d_size = newdata->d_size;