Home
last modified time | relevance | path

Searched refs:debugdata (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/src/
Dstrip.c962 Elf_Data *debugdata = elf_newdata (scn); in handle_elf() local
963 if (debugdata == NULL) in handle_elf()
968 *debugdata = *shdr_info[cnt].data; in handle_elf()
970 debugdata->d_buf = NULL; in handle_elf()
975 shdr_info[cnt].debug_data = debugdata; in handle_elf()
976 debugdata->d_buf = memcpy (xmalloc (debugdata->d_size), in handle_elf()
977 debugdata->d_buf, debugdata->d_size); in handle_elf()
1386 Elf_Data *debugdata = elf_getdata (elf_getscn (debugelf, in handle_elf() local
1388 debugdata->d_size = newdata->d_size; in handle_elf()