Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dargp-std.c63 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()
Ddwfl_build_id_find_elf.c69 char *path = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL) in __libdwfl_open_by_build_id()
Dfind-debuginfo.c190 char *localpath = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL) in find_debuginfo_in_path()
Dlinux-kernel-modules.c88 int fd = ((((dwfl->callbacks->debuginfo_path in try_kernel_name()
89 ? *dwfl->callbacks->debuginfo_path : NULL) in try_kernel_name()
Dlibdwfl.h76 char **debuginfo_path; /* See dwfl_standard_find_debuginfo. */ member
DChangeLog203 mod->dwfl->callbacks->debuginfo_path, by looking at
204 the set of sub-trees under mod->dwfl->callbacks->debuginfo_path
/external/elfutils/tests/
Ddwfl-proc-attach.c54 static char *debuginfo_path = NULL; variable
60 .debuginfo_path = &debuginfo_path,
Ddwfl-bug-fd-leak.c46 static char *debuginfo_path; in elfutils_open() local
50 .debuginfo_path = &debuginfo_path, in elfutils_open()
Dvdsosyms.c71 static char *debuginfo_path; in main() local
75 .debuginfo_path = &debuginfo_path, in main()
Dbacktrace-dwarf.c70 static char *debuginfo_path; in pid_to_dwfl() local
74 .debuginfo_path = &debuginfo_path, in pid_to_dwfl()
Dbacktrace-data.c295 static char *debuginfo_path; in main() local
299 .debuginfo_path = &debuginfo_path, in main()
Dbacktrace.c310 static char *debuginfo_path; in pid_to_dwfl() local
314 .debuginfo_path = &debuginfo_path, in pid_to_dwfl()
/external/elfutils/src/
Dstack.c76 static char *debuginfo_path = NULL; variable
82 .debuginfo_path = &debuginfo_path,
89 .debuginfo_path = &debuginfo_path,
506 debuginfo_path = arg; in parse_opt()
DChangeLog966 (debuginfo_path): Likewise.
/external/elfutils/include/elfutils/
Dlibdwfl.h76 char **debuginfo_path; /* See dwfl_standard_find_debuginfo. */ member