Lines Matching defs:mod
70 dbg->mod = dwfl_report_offline(dbg->dwfl, "", "", fd);
71 if (!dbg->mod)
74 dbg->dbg = dwfl_module_getdwarf(dbg->mod, &dbg->bias);
78 dwfl_module_build_id(dbg->mod, &dbg->build_id, &dummy);
635 static int convert_to_trace_point(Dwarf_Die *sp_die, Dwfl_Module *mod,
656 symbol = dwfl_module_addrsym(mod, paddr, &sym, NULL);
1369 ret = convert_to_trace_point(&pf->sp_die, tf->mod, pf->addr,
1468 .max_tevs = probe_conf.max_probes, .mod = dbg->mod};
1596 ret = convert_to_trace_point(&pf->sp_die, af->mod, pf->addr,
1638 .mod = dbg->mod,
1675 elf = dwfl_module_getelf(dbg->mod, &dbg->bias);
1680 n = dwfl_module_relocations(dbg->mod);
1685 p = dwfl_module_relocation_info(dbg->mod, i, &shndx);