Home | History | Annotate | Download | only in tests

Lines Matching defs:dwfl

39 #include ELFUTILS_HEADER(dwfl)
42 static Dwfl *
53 Dwfl *dwfl = dwfl_begin (&proc_callbacks);
54 if (dwfl == NULL)
57 int result = dwfl_linux_proc_report (dwfl, pid);
63 if (dwfl_report_end (dwfl, NULL, NULL) != 0)
67 Dwarf *dbg = dwfl_addrdwarf (dwfl, address, &bias);
76 Elf *elf = dwfl_module_getelf (dwfl_addrmodule (dwfl, address), &bias);
81 return dwfl;
85 elfutils_close (Dwfl *dwfl)
87 dwfl_end (dwfl);
105 Dwfl *dwfl = elfutils_open (getpid (), (Dwarf_Addr) (uintptr_t) &main);
106 elfutils_close (dwfl);