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