Searched refs:debuginfo_path (Results 1 – 15 of 15) sorted by relevance
/external/elfutils/libdwfl/ |
D | argp-std.c | 63 static char *debuginfo_path; variable 68 .debuginfo_path = &debuginfo_path, 79 .debuginfo_path = &debuginfo_path, 87 .debuginfo_path = &debuginfo_path, 135 debuginfo_path = arg; in parse_opt()
|
D | dwfl_build_id_find_elf.c | 69 char *path = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL) in __libdwfl_open_by_build_id()
|
D | find-debuginfo.c | 190 char *localpath = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL) in find_debuginfo_in_path()
|
D | linux-kernel-modules.c | 88 int fd = ((((dwfl->callbacks->debuginfo_path in try_kernel_name() 89 ? *dwfl->callbacks->debuginfo_path : NULL) in try_kernel_name()
|
D | libdwfl.h | 76 char **debuginfo_path; /* See dwfl_standard_find_debuginfo. */ member
|
D | ChangeLog | 203 mod->dwfl->callbacks->debuginfo_path, by looking at 204 the set of sub-trees under mod->dwfl->callbacks->debuginfo_path
|
/external/elfutils/tests/ |
D | dwfl-proc-attach.c | 54 static char *debuginfo_path = NULL; variable 60 .debuginfo_path = &debuginfo_path,
|
D | dwfl-bug-fd-leak.c | 46 static char *debuginfo_path; in elfutils_open() local 50 .debuginfo_path = &debuginfo_path, in elfutils_open()
|
D | vdsosyms.c | 71 static char *debuginfo_path; in main() local 75 .debuginfo_path = &debuginfo_path, in main()
|
D | backtrace-dwarf.c | 70 static char *debuginfo_path; in pid_to_dwfl() local 74 .debuginfo_path = &debuginfo_path, in pid_to_dwfl()
|
D | backtrace-data.c | 295 static char *debuginfo_path; in main() local 299 .debuginfo_path = &debuginfo_path, in main()
|
D | backtrace.c | 310 static char *debuginfo_path; in pid_to_dwfl() local 314 .debuginfo_path = &debuginfo_path, in pid_to_dwfl()
|
/external/elfutils/src/ |
D | stack.c | 76 static char *debuginfo_path = NULL; variable 82 .debuginfo_path = &debuginfo_path, 89 .debuginfo_path = &debuginfo_path, 506 debuginfo_path = arg; in parse_opt()
|
D | ChangeLog | 966 (debuginfo_path): Likewise.
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 76 char **debuginfo_path; /* See dwfl_standard_find_debuginfo. */ member
|