Lines Matching full:dwfl
130 proc_maps_report (Dwfl *dwfl, FILE *f, GElf_Addr sysinfo_ehdr, pid_t pid)
141 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, last_file,
227 dwfl_linux_proc_maps_report (Dwfl *dwfl, FILE *f)
229 return proc_maps_report (dwfl, f, 0, 0);
234 dwfl_linux_proc_report (Dwfl *dwfl, pid_t pid)
236 if (dwfl == NULL)
256 result = proc_maps_report (dwfl, f, sysinfo_ehdr, pid);