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

  /external/elfutils/0.153/libdwfl/
dwfl_build_id_find_elf.c 69 /* Search debuginfo_path directories' .build-id/ subdirectories. */
88 char *path = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL)
91 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 167 char *path = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL)
170 char *path = strdupa ((cb->debuginfo_path ? *cb->debuginfo_path : NULL)
libdwfl.h 89 char **debuginfo_path; /* See dwfl_standard_find_debuginfo. */ member in struct:__anon25010
264 If `debuginfo_path' is set in the Dwfl_Callbacks structure
linux-kernel-modules.c 108 int fd = ((((dwfl->callbacks->debuginfo_path
109 ? *dwfl->callbacks->debuginfo_path : NULL)
  /external/elfutils/elfutils/
libdwfl.h 89 char **debuginfo_path; /* See dwfl_standard_find_debuginfo. */ member in struct:__anon25140
264 If `debuginfo_path' is set in the Dwfl_Callbacks structure
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-finder.c 105 static char *debuginfo_path; /* Currently dummy */ variable
109 .debuginfo_path = &debuginfo_path,
182 .debuginfo_path = &debuginfo_path,
    [all...]

Completed in 244 milliseconds