Home | History | Annotate | Download | only in tests

Lines Matching defs:dwfl

29 #include ELFUTILS_HEADER(dwfl)
106 Dwfl *dwfl;
163 Dwfl_Line *loline = dwfl_getsrc (a->dwfl, lowpc);
164 Dwfl_Line *hiline = dwfl_getsrc (a->dwfl, highpc);
187 struct args a = { .dwfl = NULL, .cu = NULL };
190 &a.dwfl);
191 assert (a.dwfl != NULL);
196 while ((a.cu = dwfl_nextcu (a.dwfl, a.cu, &a.dwbias)) != NULL)
199 dwfl_end (a.dwfl);