HomeSort by relevance Sort by last modified time
    Searched refs:debugdata (Results 1 - 4 of 4) sorted by null

  /external/elfutils/src/
strip.c 996 Elf_Data *debugdata = elf_newdata (scn); local
997 if (debugdata == NULL)
1002 *debugdata = *shdr_info[cnt].data;
1004 debugdata->d_buf = NULL;
1009 shdr_info[cnt].debug_data = debugdata;
1010 if (debugdata->d_buf == NULL)
1012 debugdata->d_buf = memcpy (xmalloc (debugdata->d_size),
1013 debugdata->d_buf, debugdata->d_size)
1450 Elf_Data *debugdata = elf_getdata (elf_getscn (debugelf, local
    [all...]
  /external/curl/lib/
sendf.c 769 data->set.debugdata);
urldata.h 1472 void *debugdata; \/* the data that will be passed to fdebug *\/ member in struct:UserDefined
    [all...]
url.c     [all...]

Completed in 87 milliseconds