HomeSort by relevance Sort by last modified time
    Searched refs:dwarf_cfi (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdwfl/
dwfl_module_dwarf_cfi.c 36 Dwarf_CFI *
38 __libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot, Dwarf_CFI *cfi)
57 Dwarf_CFI *
63 if (mod->dwarf_cfi != NULL)
66 return mod->dwarf_cfi;
69 return __libdwfl_set_cfi (mod, &mod->dwarf_cfi,
dwfl_module.c 78 /* We might have primed the Dwarf_CFI ebl cache with our own ebl
87 if (mod->dwarf_cfi != NULL)
89 if (mod->dwarf_cfi->ebl != NULL && mod->dwarf_cfi->ebl == mod->ebl)
90 mod->dwarf_cfi->ebl = NULL;
91 /* We don't need to explicitly destroy the dwarf_cfi.
libdwflP.h 218 Dwarf_CFI *dwarf_cfi; /* Cached DWARF CFI for this module. */ member in struct:Dwfl_Module
219 Dwarf_CFI *eh_cfi; /* Cached EH CFI for this module. */
506 /* Install a new Dwarf_CFI in *SLOT (MOD->eh_cfi or MOD->dwarf_cfi). */
507 extern Dwarf_CFI *__libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot,
508 Dwarf_CFI *cfi)

Completed in 1467 milliseconds