Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c996 Elf_Data *debugdata = elf_newdata (scn); in handle_elf() local
997 if (debugdata == NULL) in handle_elf()
1002 *debugdata = *shdr_info[cnt].data; in handle_elf()
1004 debugdata->d_buf = NULL; in handle_elf()
1009 shdr_info[cnt].debug_data = debugdata; in handle_elf()
1010 if (debugdata->d_buf == NULL) in handle_elf()
1012 debugdata->d_buf = memcpy (xmalloc (debugdata->d_size), in handle_elf()
1013 debugdata->d_buf, debugdata->d_size); in handle_elf()
1450 Elf_Data *debugdata = elf_getdata (elf_getscn (debugelf, in handle_elf() local
1452 if (debugdata == NULL) in handle_elf()
[all …]
/external/curl/lib/
Dsendf.c653 data->set.debugdata); in showit()
Durldata.h1423 void *debugdata; /* the data that will be passed to fdebug */ member
Durl.c1832 data->set.debugdata = va_arg(param, void *); in Curl_setopt()