Lines Matching refs:Dwfl_Module
106 Dwfl_Module fakemod = { .dwfl = dwfl }; in try_kernel_name()
248 Dwfl_Module *mod = INTUSE(dwfl_report_elf) (dwfl, KERNEL_MODNAME, in report_kernel()
289 Dwfl_Module *last = __libdwfl_report_offline (dwfl, NULL, archive, fd, in report_kernel_archive()
296 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in report_kernel_archive()
297 for (Dwfl_Module *m = *prevp; m != NULL; m = *(prevp = &m->next)) in report_kernel_archive()
536 check_notes (Dwfl_Module *mod, const char *notesfile, in check_notes()
619 check_kernel_notes (Dwfl_Module *kernelmod, GElf_Addr vaddr) in check_kernel_notes()
626 check_module_notes (Dwfl_Module *mod) in check_module_notes()
687 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next) in dwfl_linux_kernel_report_kernel()
701 Dwfl_Module *mod = report (); in dwfl_linux_kernel_report_kernel()
739 dwfl_linux_kernel_find_elf (Dwfl_Module *mod, in dwfl_linux_kernel_find_elf()
862 (Dwfl_Module *mod __attribute__ ((unused)), in INTDEF()
984 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, modname, in INTDEF()