Home | History | Annotate | Download | only in libdwfl

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 (mod, bias)
55 Dwfl_Module *mod;
58 if (mod == NULL)
61 if (mod->dwarf_cfi != NULL)
63 *bias = dwfl_adjusted_dwarf_addr (mod, 0);
64 return mod->dwarf_cfi;
67 return __libdwfl_set_cfi (mod, &mod->dwarf_cfi,
69 (INTUSE(dwfl_module_getdwarf) (mod, bias)));