Lines Matching refs:Dwfl_Module
92 Dwfl_Module fakemod = { .dwfl = dwfl }; in try_kernel_name()
225 Dwfl_Module *mod = INTUSE(dwfl_report_elf) (dwfl, KERNEL_MODNAME, in report_kernel()
266 Dwfl_Module *last = __libdwfl_report_offline (dwfl, NULL, archive, fd, in report_kernel_archive()
273 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp; in report_kernel_archive()
274 for (Dwfl_Module *m = *prevp; m != NULL; m = *(prevp = &m->next)) in report_kernel_archive()
497 check_notes (Dwfl_Module *mod, const char *notesfile, in check_notes()
554 check_kernel_notes (Dwfl_Module *kernelmod, GElf_Addr vaddr) in check_kernel_notes()
561 check_module_notes (Dwfl_Module *mod) in check_module_notes()
616 inline Dwfl_Module *report (void) in dwfl_linux_kernel_report_kernel()
623 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next) in dwfl_linux_kernel_report_kernel()
640 Dwfl_Module *mod = report (); in dwfl_linux_kernel_report_kernel()
655 dwfl_linux_kernel_find_elf (Dwfl_Module *mod, in INTDEF()
788 (Dwfl_Module *mod __attribute__ ((unused)), in INTDEF()
910 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, modname, in INTDEF()