Home
last modified time | relevance | path

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

/third_party/elfutils/src/
Dstrip.c969 Elf_Data *debugdata = elf_getdata (elf_getscn (debugelf, in update_section_size() local
971 if (debugdata == NULL) in update_section_size()
973 debugdata->d_size = newdata->d_size; in update_section_size()
1659 Elf_Data *debugdata = elf_newdata (scn); in handle_elf() local
1660 if (debugdata == NULL) in handle_elf()
1665 *debugdata = *shdr_info[cnt].data; in handle_elf()
1667 debugdata->d_buf = NULL; in handle_elf()
1672 shdr_info[cnt].debug_data = debugdata; in handle_elf()
1673 if (debugdata->d_buf == NULL) in handle_elf()
1675 debugdata->d_buf = memcpy (xmalloc (debugdata->d_size), in handle_elf()
[all …]
/third_party/curl/lib/
Dcurl_trc.c69 (void)(*data->set.fdebug)(data, type, ptr, size, data->set.debugdata); in Curl_debug()
Ddoh.c313 if(data->set.debugdata) in dohprobe()
314 ERROR_CHECK_SETOPT(CURLOPT_DEBUGDATA, data->set.debugdata); in dohprobe()
Durldata.h1634 void *debugdata; /* the data that will be passed to fdebug */ member
Dsetopt.c1675 data->set.debugdata = va_arg(param, void *); in Curl_vsetopt()