Lines Matching refs:mod
34 __libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot, Dwarf_CFI *cfi)
38 Dwfl_Error error = __libdwfl_module_getebl (mod);
40 cfi->ebl = mod->ebl;
43 if (slot == &mod->eh_cfi)
54 dwfl_module_dwarf_cfi (Dwfl_Module *mod, Dwarf_Addr *bias)
56 if (mod == NULL)
59 if (mod->dwarf_cfi != NULL)
61 *bias = dwfl_adjusted_dwarf_addr (mod, 0);
62 return mod->dwarf_cfi;
65 return __libdwfl_set_cfi (mod, &mod->dwarf_cfi,
67 (INTUSE(dwfl_module_getdwarf) (mod, bias)));