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

  /external/elfutils/tests/
dwfl-proc-attach.c 54 static char *debuginfo_path = NULL; variable
60 .debuginfo_path = &debuginfo_path,
dwfl-bug-fd-leak.c 46 static char *debuginfo_path; local
50 .debuginfo_path = &debuginfo_path,
vdsosyms.c 71 static char *debuginfo_path; local
75 .debuginfo_path = &debuginfo_path,
backtrace-dwarf.c 70 static char *debuginfo_path; local
74 .debuginfo_path = &debuginfo_path,
backtrace-data.c 295 static char *debuginfo_path; local
299 .debuginfo_path = &debuginfo_path,
backtrace.c 310 static char *debuginfo_path; local
314 .debuginfo_path = &debuginfo_path,
  /external/elfutils/libdwfl/
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;
dwfl_build_id_find_elf.c 50 /* Search debuginfo_path directories' .build-id/ subdirectories. */
69 char *path = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL)
find-debuginfo.c 190 char *localpath = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL)
linux-kernel-modules.c 88 int fd = ((((dwfl->callbacks->debuginfo_path
89 ? *dwfl->callbacks->debuginfo_path : NULL)
libdwfl.h 76 char **debuginfo_path; /* See dwfl_standard_find_debuginfo. */ member in struct:__anon10777
258 If `debuginfo_path' is set in the Dwfl_Callbacks structure
    [all...]
  /external/elfutils/src/
stack.c 76 static char *debuginfo_path = NULL; variable
82 .debuginfo_path = &debuginfo_path,
89 .debuginfo_path = &debuginfo_path,
506 debuginfo_path = arg;

Completed in 353 milliseconds