Lines Matching defs:dwfl
40 #include ELFUTILS_HEADER(dwfl)
54 Dwfl *dwfl = dwfl_begin (&proc_callbacks);
55 if (dwfl == NULL)
58 int result = dwfl_linux_proc_report (dwfl, pid);
64 if (dwfl_report_end (dwfl, NULL, NULL) != 0)
68 Dwarf *dbg = dwfl_addrdwarf (dwfl, address, &bias);
77 Dwfl_Module *module = dwfl_addrmodule (dwfl, address);
86 return dwfl;
90 elfutils_close (Dwfl *dwfl)
92 dwfl_end (dwfl);
110 Dwfl *dwfl = elfutils_open (getpid (), (Dwarf_Addr) (uintptr_t) &main);
111 elfutils_close (dwfl);