Lines Matching refs:mod
226 Dwfl_Module *mod = INTUSE(dwfl_report_elf) (dwfl, KERNEL_MODNAME,
228 if (mod == NULL)
232 mod->e_type = ET_DYN;
512 /* Look for a build ID note in NOTESFILE and associate the ID with MOD. */
514 check_notes (Dwfl_Module *mod, const char *notesfile,
555 (mod, NULL, mod->name, 0, secname, 0, NULL, &vaddr) != 0
561 return INTUSE(dwfl_module_report_build_id) (mod, bits,
578 check_module_notes (Dwfl_Module *mod)
581 if (asprintf (&dirs[0], MODNOTESFMT, mod->name) < 0)
600 result = check_notes (mod, f->fts_accpath, 0, f->fts_name);
656 Dwfl_Module *mod = report ();
657 return unlikely (mod == NULL) ? -1 : check_kernel_notes (mod, notes);
694 dwfl_linux_kernel_find_elf (Dwfl_Module *mod,
700 if (mod->build_id_len > 0)
702 int fd = INTUSE(dwfl_build_id_find_elf) (mod, NULL, NULL, 0,
704 if (fd >= 0 || mod->main.elf != NULL || errno != 0)
713 return find_kernel_elf (mod->dwfl, release, file_name);
817 (Dwfl_Module *mod __attribute__ ((unused)),
939 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, modname,
941 if (mod == NULL)
947 result = check_module_notes (mod);