Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:mod

194 	  Dwfl_Module *mod = INTUSE(dwfl_report_elf) (dwfl, KERNEL_MODNAME,
196 if (mod == NULL)
200 mod->e_type = ET_DYN;
430 /* Look for a build ID note in NOTESFILE and associate the ID with MOD. */
432 check_notes (Dwfl_Module *mod, const char *notesfile,
473 (mod, NULL, mod->name, 0, secname, 0, NULL, &vaddr) != 0
479 return INTUSE(dwfl_module_report_build_id) (mod, bits,
496 check_module_notes (Dwfl_Module *mod)
499 if (asprintf (&dirs[0], MODNOTESFMT, mod->name) < 0)
518 result = check_notes (mod, f->fts_accpath, 0, f->fts_name);
575 Dwfl_Module *mod = report ();
576 return unlikely (mod == NULL) ? -1 : check_kernel_notes (mod, notes);
590 dwfl_linux_kernel_find_elf (Dwfl_Module *mod,
596 if (mod->build_id_len > 0)
598 int fd = INTUSE(dwfl_build_id_find_elf) (mod, NULL, NULL, 0,
609 return find_kernel_elf (mod->dwfl, release, file_name);
715 (Dwfl_Module *mod __attribute__ ((unused)),
837 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, modname,
839 if (mod == NULL)
845 result = check_module_notes (mod);