Lines Matching refs:Dwfl_Module
106 Dwfl_Module fakemod = { .dwfl = dwfl }; in try_kernel_name()
275 Dwfl_Module *mod = INTUSE(dwfl_report_elf) (dwfl, KERNEL_MODNAME, in report_kernel()
319 Dwfl_Module *last = __libdwfl_report_offline (dwfl, NULL, archive, fd, in report_kernel_archive()
326 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in report_kernel_archive()
327 for (Dwfl_Module *m = *prevp; m != NULL; m = *(prevp = &m->next)) in report_kernel_archive()
573 check_notes (Dwfl_Module *mod, const char *notesfile, in check_notes()
656 check_kernel_notes (Dwfl_Module *kernelmod, GElf_Addr vaddr) in check_kernel_notes()
663 check_module_notes (Dwfl_Module *mod) in check_module_notes()
724 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next) in dwfl_linux_kernel_report_kernel()
738 Dwfl_Module *mod = report (); in dwfl_linux_kernel_report_kernel()
776 dwfl_linux_kernel_find_elf (Dwfl_Module *mod, in dwfl_linux_kernel_find_elf()
899 (Dwfl_Module *mod __attribute__ ((unused)), in INTDEF()
1021 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, modname, in INTDEF()