Searched refs:dwfl_linux_proc_report (Results 1 – 13 of 13) sorted by relevance
/external/elfutils/tests/ |
D | dwfl-bug-fd-leak.c | 58 int result = dwfl_linux_proc_report (dwfl, pid); in elfutils_open()
|
D | vdsosyms.c | 87 int result = dwfl_linux_proc_report (dwfl, pid); in main()
|
D | backtrace-dwarf.c | 51 int result = dwfl_linux_proc_report (dwfl, pid); in report_pid()
|
D | backtrace.c | 291 int result = dwfl_linux_proc_report (dwfl, pid); in report_pid()
|
/external/elfutils/libdwfl/ |
D | linux-proc-maps.c | 286 dwfl_linux_proc_report (Dwfl *dwfl, pid_t pid) in INTDEF() 314 INTDEF (dwfl_linux_proc_report) in INTDEF() argument
|
D | argp-std.c | 170 int result = INTUSE(dwfl_linux_proc_report) (dwfl, atoi (arg)); in parse_opt()
|
D | libdwfl.h | 373 extern int dwfl_linux_proc_report (Dwfl *dwfl, pid_t pid);
|
D | libdwflP.h | 744 INTDECL (dwfl_linux_proc_report)
|
D | ChangeLog | 659 (dwfl_linux_proc_report): Likewise. 676 * linux-proc-maps.c (dwfl_linux_proc_report): Don't call 939 (dwfl_core_file_report, dwfl_linux_proc_report): Extend comments. 960 * linux-proc-maps.c (dwfl_linux_proc_report): Call 1436 (dwfl_linux_proc_report): Update caller. 2315 (dwfl_linux_proc_report): Likewise. 2432 (dwfl_linux_proc_report): ... here. Call it.
|
/external/elfutils/libdw/ |
D | libdw.map | 117 dwfl_linux_proc_report;
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 373 extern int dwfl_linux_proc_report (Dwfl *dwfl, pid_t pid);
|
/external/elfutils/src/ |
D | stack.c | 582 int err = dwfl_linux_proc_report (dwfl, pid); in parse_opt()
|
D | ChangeLog | 939 if dwfl_linux_proc_report returned it. Check whether we are properly
|