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

  /external/elfutils/libdwfl/
dwfl_module_eh_cfi.c 38 if (mod->eh_cfi != NULL)
41 return mod->eh_cfi;
52 return __libdwfl_set_cfi (mod, &mod->eh_cfi,
dwfl_module_dwarf_cfi.c 43 if (slot == &mod->eh_cfi)
dwfl_module.c 76 if (mod->eh_cfi != NULL)
78 if (mod->eh_cfi->ebl != NULL && mod->eh_cfi->ebl == mod->ebl)
79 mod->eh_cfi->ebl = NULL;
80 dwarf_cfi_end (mod->eh_cfi);
libdwflP.h 220 Dwarf_CFI *eh_cfi; /* Cached EH CFI for this module. */ member in struct:Dwfl_Module
504 /* Install a new Dwarf_CFI in *SLOT (MOD->eh_cfi or MOD->dwarf_cfi). */

Completed in 69 milliseconds