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

  /external/elfutils/tests/
dwfl-bug-fd-leak.c 45 static char *debuginfo_path; local
49 .debuginfo_path = &debuginfo_path,
  /external/elfutils/libdwfl/
dwfl_build_id_find_elf.c 68 /* Search debuginfo_path directories' .build-id/ subdirectories. */
89 char *path = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL)
92 char *path = strdupa ((cb->debuginfo_path ? *cb->debuginfo_path : NULL)
argp-std.c 84 static char *debuginfo_path; variable
89 .debuginfo_path = &debuginfo_path,
100 .debuginfo_path = &debuginfo_path,
108 .debuginfo_path = &debuginfo_path,
136 debuginfo_path = arg;
find-debuginfo.c 149 char *path = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL)
152 char *path = strdupa ((cb->debuginfo_path ? *cb->debuginfo_path : NULL)
libdwfl.h 89 char **debuginfo_path; /* See dwfl_standard_find_debuginfo. */ member in struct:__anon19912
264 If `debuginfo_path' is set in the Dwfl_Callbacks structure
linux-kernel-modules.c 90 int fd = ((((dwfl->callbacks->debuginfo_path
91 ? *dwfl->callbacks->debuginfo_path : NULL)
  /external/linux-tools-perf/util/
probe-finder.c 128 static char *debuginfo_path; /* Currently dummy */ variable
132 .debuginfo_path = &debuginfo_path,
192 .debuginfo_path = &debuginfo_path,
    [all...]

Completed in 1027 milliseconds