Lines Matching refs:dwfl
112 dwfl_report_begin_add (Dwfl *dwfl __attribute__ ((unused))) in dwfl_report_begin_add() argument
120 dwfl_report_begin (Dwfl *dwfl) in INTDEF()
123 dwfl->lookup_elts = 0; in INTDEF()
125 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next) in INTDEF()
128 dwfl->offline_next_address = OFFLINE_REDZONE; in INTDEF()
136 dwfl_report_module (Dwfl *dwfl, const char *name, in INTDEF()
139 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in INTDEF()
146 if (unlikely (dwfl->lookup_module != NULL)) in INTDEF()
148 free (dwfl->lookup_module); in INTDEF()
149 dwfl->lookup_module = NULL; in INTDEF()
186 mod->dwfl = dwfl; in INTDEF()
199 dwfl_report_end (Dwfl *dwfl, in INTDEF()
205 Dwfl_Module **tailp = &dwfl->modulelist; in INTDEF()