Lines Matching refs:data
113 printf ("couldn't get shstrtab data: %s\n", elf_errmsg (-1));
122 printf ("couldn't allocate new shstrtab data d_buf\n");
164 printf ("cannot allocate buffer data of %zd bytes\n", sec_size);
183 Elf_Data *data = elf_newdata (scn);
184 if (data == NULL)
186 printf ("couldn't create new section data (%zd): %s\n", cnt,
191 data->d_size = bufsz;
192 data->d_buf = buf;
193 data->d_type = ELF_T_BYTE;
194 data->d_align = 1;
211 shdr->sh_size = data->d_size;
233 printf ("couldn't create new shstrtab section data: %s\n",