Lines Matching refs:dwfl
123 dwfl_report_begin_add (Dwfl *dwfl __attribute__ ((unused))) in dwfl_report_begin_add() argument
131 dwfl_report_begin (Dwfl *dwfl) in INTDEF()
134 dwfl->lookup_elts = 0; in INTDEF()
136 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next) in INTDEF()
139 dwfl->offline_next_address = OFFLINE_REDZONE; in INTDEF()
144 use (Dwfl_Module *mod, Dwfl_Module **tailp, Dwfl *dwfl) in INTDEF()
149 if (unlikely (dwfl->lookup_module != NULL)) in INTDEF()
151 free (dwfl->lookup_module); in INTDEF()
152 dwfl->lookup_module = NULL; in INTDEF()
162 dwfl_report_module (Dwfl *dwfl, const char *name, in dwfl_report_module() argument
165 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in dwfl_report_module()
176 return use (m, tailp, dwfl); in dwfl_report_module()
198 mod->dwfl = dwfl; in dwfl_report_module()
200 return use (mod, tailp, dwfl); in dwfl_report_module()
211 dwfl_report_end (Dwfl *dwfl, in INTDEF()
217 Dwfl_Module **tailp = &dwfl->modulelist; in INTDEF()