Searched refs:debuginfo_path (Results 1 – 18 of 18) sorted by relevance
/external/elfutils/libdwfl/ |
D | argp-std.c | 64 static char *debuginfo_path; variable 69 .debuginfo_path = &debuginfo_path, 80 .debuginfo_path = &debuginfo_path, 88 .debuginfo_path = &debuginfo_path, 139 debuginfo_path = arg; in parse_opt()
|
D | dwfl_build_id_find_elf.c | 77 char *path = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL) in __libdwfl_open_by_build_id()
|
D | find-debuginfo.c | 198 char *localpath = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL) in find_debuginfo_in_path()
|
D | linux-kernel-modules.c | 99 int fd = ((((dwfl->callbacks->debuginfo_path in try_kernel_name() 100 ? *dwfl->callbacks->debuginfo_path : NULL) in try_kernel_name()
|
D | libdwfl.h | 76 char **debuginfo_path; /* See dwfl_standard_find_debuginfo. */ member
|
D | ChangeLog | 809 mod->dwfl->callbacks->debuginfo_path, by looking at 810 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 | debuginfod_build_id_find.c | 30 static const char *debuginfo_path = ""; variable 36 (char **)&debuginfo_path,
|
D | backtrace-dwarf.c | 69 static char *debuginfo_path; in pid_to_dwfl() local 73 .debuginfo_path = &debuginfo_path, in pid_to_dwfl()
|
D | backtrace-data.c | 299 static char *debuginfo_path; in main() local 303 .debuginfo_path = &debuginfo_path, in main()
|
D | backtrace.c | 322 static char *debuginfo_path; in pid_to_dwfl() local 326 .debuginfo_path = &debuginfo_path, in pid_to_dwfl()
|
/external/elfutils/src/ |
D | stack.c | 75 static char *debuginfo_path = NULL; variable 81 .debuginfo_path = &debuginfo_path, 88 .debuginfo_path = &debuginfo_path, 505 debuginfo_path = arg; in parse_opt()
|
D | ChangeLog | 2435 (debuginfo_path): Likewise.
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 76 char **debuginfo_path; /* See dwfl_standard_find_debuginfo. */ member
|
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 2433 offline_callbacks()->debuginfo_path = in create_default_dwfl() 2578 offline_callbacks()->debuginfo_path = *i; in load_debug_info() 6198 {ctxt.offline_callbacks()->debuginfo_path = path;} in set_debug_info_root_path() 6209 {return ctxt.offline_callbacks()->debuginfo_path;} in get_debug_info_root_path()
|
/external/libabigail/ |
D | ChangeLog | 28423 about elfutils wanting the Dwfl_Callbacks::debuginfo_path to be an
|