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 32 Dwarf_CFI *
34 __libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot, Dwarf_CFI *cfi)
53 Dwarf_CFI *
59 if (mod->dwarf_cfi != NULL)
62 return mod->dwarf_cfi;
65 return __libdwfl_set_cfi (mod, &mod->dwarf_cfi,
dwfl_module.c 74 /* We might have primed the Dwarf_CFI ebl cache with our own ebl
83 if (mod->dwarf_cfi != NULL)
85 if (mod->dwarf_cfi->ebl != NULL && mod->dwarf_cfi->ebl == mod->ebl)
86 mod->dwarf_cfi->ebl = NULL;
87 /* We don't need to explicitly destroy the dwarf_cfi.
libdwflP.h 219 Dwarf_CFI *dwarf_cfi; /* Cached DWARF CFI for this module. */ member in struct:Dwfl_Module
220 Dwarf_CFI *eh_cfi; /* Cached EH CFI for this module. */
504 /* Install a new Dwarf_CFI in *SLOT (MOD->eh_cfi or MOD->dwarf_cfi). */
505 extern Dwarf_CFI *__libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot,
506 Dwarf_CFI *cfi)

Completed in 482 milliseconds