Lines Matching refs:report
207 bool report = true;
215 report = want > 0;
218 if (report)
237 if (!report || result < 0)
244 /* Look for a kernel debug archive. If we find one, report all its modules.
314 /* Report a kernel and all its modules found on disk, for offline use.
329 /* First report the kernel. */
374 /* We have a .ko file to report. Following the algorithm
634 #define report() \
644 return report () == NULL ? -1 : 0;
656 Dwfl_Module *mod = report ();