Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:Dwfl_Module

97       Dwfl_Module fakemod = { .dwfl = dwfl };
194 Dwfl_Module *mod = INTUSE(dwfl_report_elf) (dwfl, KERNEL_MODNAME,
234 Dwfl_Module *last = __libdwfl_report_offline (dwfl, NULL, archive, fd,
241 Dwfl_Module **tailp = &dwfl->modulelist, **prevp = tailp;
242 for (Dwfl_Module *m = *prevp; m != NULL; m = *(prevp = &m->next))
432 check_notes (Dwfl_Module *mod, const char *notesfile,
489 check_kernel_notes (Dwfl_Module *kernelmod, GElf_Addr vaddr)
496 check_module_notes (Dwfl_Module *mod)
551 inline Dwfl_Module *report (void)
558 for (Dwfl_Module *m = dwfl->modulelist; m != NULL; m = m->next)
575 Dwfl_Module *mod = report ();
590 dwfl_linux_kernel_find_elf (Dwfl_Module *mod,
715 (Dwfl_Module *mod __attribute__ ((unused)),
837 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, modname,