HomeSort by relevance Sort by last modified time
    Searched defs:debugdata (Results 1 - 2 of 2) 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/
urldata.h 1423 void *debugdata; \/* the data that will be passed to fdebug *\/ member in struct:UserDefined
    [all...]

Completed in 6678 milliseconds