Home | History | Annotate | Download | only in libdwfl

Lines Matching full:report

206       bool report = true;
214 report = want > 0;
217 if (report)
236 if (!report || result < 0)
243 /* Look for a kernel debug archive. If we find one, report all its modules.
315 /* Report a kernel and all its modules found on disk, for offline use.
330 /* First report the kernel. */
375 /* We have a .ko file to report. Following the algorithm
616 inline Dwfl_Module *report (void)
628 return report () == NULL ? -1 : 0;
640 Dwfl_Module *mod = report ();