Home | History | Annotate | Download | only in src

Lines Matching defs:dwfl

533   Dwfl *dwfl = dwfl_begin (&callbacks);
534 if (likely (dwfl != NULL))
536 dwfl->offline_next_address = 0;
537 if (dwfl_report_offline (dwfl, fname, fname, dwfl_fd) == NULL)
550 dwfl_report_end (dwfl, NULL, NULL);
556 only_one = dwfl_getmodules (dwfl, &count_dwflmod, &seen, 0) == 0;
561 dwfl_getmodules (dwfl, &process_dwflmod, &a, 0);
563 dwfl_end (dwfl);