Lines Matching defs:mod
38 __libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot, Dwarf_CFI *cfi)
42 Dwfl_Error error = __libdwfl_module_getebl (mod);
44 cfi->ebl = mod->ebl;
47 if (slot == &mod->eh_cfi)
58 dwfl_module_dwarf_cfi (Dwfl_Module *mod, Dwarf_Addr *bias)
60 if (mod == NULL)
63 if (mod->dwarf_cfi != NULL)
65 *bias = dwfl_adjusted_dwarf_addr (mod, 0);
66 return mod->dwarf_cfi;
69 return __libdwfl_set_cfi (mod, &mod->dwarf_cfi,
71 (INTUSE(dwfl_module_getdwarf) (mod, bias)));