Lines Matching refs:data
293 /* Section data from names. */
384 /* While going through all sections keep track of last section data
400 data needs to be copied and/or transformed, which sections need a
408 the data. This pass will compress/decompress section data when
409 needed. And it will collect all data needed if we'll need to
509 /* Keep track of last allocated data offset. */
572 /* Create the new ELF header and copy over all the data. */
682 data in later passes. Skip those sections for now and
853 /* Except for the section header string table all data can be
859 Elf_Data *data = elf_getdata (scn, NULL);
860 if (data == NULL)
862 error (0, 0, "Couldn't get data from section %zd", ndx);
869 error (0, 0, "Couldn't create new data for section %zd", ndx);
873 *newdata = *data;
904 uncompress it first to adjust the data, then
934 error (0, 0, "Couldn't get symtab data for section [%zd] %s",
982 /* We got all needed strings, put the new data in the shstrtab. */
994 Elf_Data *data = elf_newdata (scn);
995 if (data == NULL)
997 error (0, 0, "Couldn't create new section header string table data");
1000 if (dwelf_strtab_finalize (names, data) == NULL)
1005 namesbuf = data->d_buf;
1023 shdr->sh_size = data->d_size;
1036 /* We might have to compress the data if the user asked us to,
1149 error (0, 0, "Couldn't get new symtab data section [%zd]",
1177 /* We might have to compress the data if the user asked