Home
last modified time | relevance | path

Searched refs:debuginfo_path (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/0.153/libdwfl/
Dargp-std.c84 static char *debuginfo_path; variable
89 .debuginfo_path = &debuginfo_path,
100 .debuginfo_path = &debuginfo_path,
108 .debuginfo_path = &debuginfo_path,
136 debuginfo_path = arg; in parse_opt()
Ddwfl_build_id_find_elf.c88 char *path = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL) in __libdwfl_open_by_build_id()
91 char *path = strdupa ((cb->debuginfo_path ? *cb->debuginfo_path : NULL) in __libdwfl_open_by_build_id()
Dfind-debuginfo.c167 char *path = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL) in find_debuginfo_in_path()
170 char *path = strdupa ((cb->debuginfo_path ? *cb->debuginfo_path : NULL) in find_debuginfo_in_path()
Dlibdwfl.h89 char **debuginfo_path; /* See dwfl_standard_find_debuginfo. */ member
Dlinux-kernel-modules.c108 int fd = ((((dwfl->callbacks->debuginfo_path in try_kernel_name()
109 ? *dwfl->callbacks->debuginfo_path : NULL) in try_kernel_name()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dprobe-finder.c105 static char *debuginfo_path; /* Currently dummy */ variable
109 .debuginfo_path = &debuginfo_path,
182 .debuginfo_path = &debuginfo_path,
/external/elfutils/elfutils/
Dlibdwfl.h89 char **debuginfo_path; /* See dwfl_standard_find_debuginfo. */ member