Searched defs:debugdata (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/
H A Dstrip.c893 Elf_Data *debugdata = elf_newdata (scn); local
894 if (debugdata == NULL)
899 *debugdata = *shdr_info[cnt].data;
901 debugdata->d_buf = NULL;
905 shdr_info[cnt].debug_data = debugdata;
906 debugdata->d_buf = memcpy (xmalloc (debugdata->d_size),
907 debugdata->d_buf, debugdata->d_size);
1307 Elf_Data *debugdata local
[all...]

Completed in 294 milliseconds