Home | History | Annotate | Download | only in tests

Lines Matching defs:dwfl

27 #include ELFUTILS_HEADER(dwfl)
55 Dwfl *dwfl = dwfl_begin (&callbacks);
57 dwfl_report_module (dwfl, "m1", 0, 0x1000);
58 dwfl_report_module (dwfl, "m2", 0x2000, 0x3000);
59 dwfl_report_module (dwfl, "m3", 0x4000, 0x5000);
61 dwfl_report_end (dwfl, NULL, NULL);
63 ptrdiff_t offset = dwfl_getmodules (dwfl, &iterate, dwfl, 0);
67 offset = dwfl_getmodules (dwfl, &iterate, NULL, offset);
71 dwfl_end (dwfl);