Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:dwfl

112 dwfl_report_begin_add (Dwfl *dwfl __attribute__ ((unused)))
120 dwfl_report_begin (Dwfl *dwfl)
123 dwfl->lookup_elts = 0;
125 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next)
128 dwfl->offline_next_address = OFFLINE_REDZONE;
136 dwfl_report_module (Dwfl *dwfl, const char *name,
139 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp;
146 if (unlikely (dwfl->lookup_module != NULL))
148 free (dwfl->lookup_module);
149 dwfl->lookup_module = NULL;
186 mod->dwfl = dwfl;
197 DWFL cannot be used until this function has returned zero. */
199 dwfl_report_end (Dwfl *dwfl,
205 Dwfl_Module **tailp = &dwfl->modulelist;