Lines Matching defs:dwfl
24 #include ELFUTILS_HEADER(dwfl)
43 Dwfl *dwfl = dwfl_begin (&offline_callbacks);
44 assert (dwfl != NULL);
57 int ndx = dwfl_report_segment (dwfl, 1, &phdr1, 0, dwfl);
60 ndx = dwfl_addrsegment (dwfl, 0xf00, NULL);
73 ndx = dwfl_report_segment (dwfl, 2, &phdr2, 0, dwfl);
76 ndx = dwfl_addrsegment (dwfl, 0x1000, NULL);
79 dwfl_end (dwfl);