Lines Matching defs:dwfl
1266 Dwfl *dwfl = NULL;
1286 dwfl = dwfl_begin (&callbacks);
1287 if (likely (dwfl != NULL))
1291 dwfl->offline_next_address = 0;
1292 if (dwfl_report_offline (dwfl, fname, fname, dwfl_fd)
1300 dwfl_report_end (dwfl, NULL, NULL);
1303 dwfl_getmodules (dwfl, &getdbg_dwflmod, &get, 0);
1519 if (dwfl == NULL)
1522 if (dwfl != NULL)
1523 dwfl_end (dwfl);