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

  /system/extras/simpleperf/
read_elf.cpp 388 std::string debugdata; local
389 ElfStatus result = ReadSectionFromELFFile(elf, ".gnu_debugdata", &debugdata);
394 if (XzDecompress(debugdata, &decompressed_data)) {
  /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 1462 void *debugdata; \/* the data that will be passed to fdebug *\/ member in struct:UserDefined
    [all...]

Completed in 275 milliseconds