Lines Matching refs:dwfl
127 dwfl_report_begin_add (Dwfl *dwfl __attribute__ ((unused)))
135 dwfl_report_begin (Dwfl *dwfl)
138 dwfl->lookup_elts = 0;
140 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next)
143 dwfl->offline_next_address = OFFLINE_REDZONE;
148 use (Dwfl_Module *mod, Dwfl_Module **tailp, Dwfl *dwfl)
153 if (unlikely (dwfl->lookup_module != NULL))
155 free (dwfl->lookup_module);
156 dwfl->lookup_module = NULL;
166 dwfl_report_module (Dwfl *dwfl, const char *name,
169 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp;
180 return use (m, tailp, dwfl);
202 mod->dwfl = dwfl;
204 return use (mod, tailp, dwfl);
215 dwfl_report_end (Dwfl *dwfl,
221 Dwfl_Module **tailp = &dwfl->modulelist;