Searched refs:debugdata (Results 1 – 4 of 4) sorted by relevance
996 Elf_Data *debugdata = elf_newdata (scn); in handle_elf() local997 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() local1452 if (debugdata == NULL) in handle_elf()[all …]
653 data->set.debugdata); in showit()
1423 void *debugdata; /* the data that will be passed to fdebug */ member
1832 data->set.debugdata = va_arg(param, void *); in Curl_setopt()