Searched refs:eh_cfi (Results 1 – 5 of 5) sorted by relevance
42 if (mod->eh_cfi != NULL) in dwfl_module_eh_cfi()45 return mod->eh_cfi; in dwfl_module_eh_cfi()56 return __libdwfl_set_cfi (mod, &mod->eh_cfi, in dwfl_module_eh_cfi()
80 if (mod->eh_cfi != NULL) in __libdwfl_module_free()82 if (mod->eh_cfi->ebl != NULL && mod->eh_cfi->ebl == mod->ebl) in __libdwfl_module_free()83 mod->eh_cfi->ebl = NULL; in __libdwfl_module_free()84 dwarf_cfi_end (mod->eh_cfi); in __libdwfl_module_free()
47 if (slot == &mod->eh_cfi) in __libdwfl_set_cfi()
219 Dwarf_CFI *eh_cfi; /* Cached EH CFI for this module. */ member
410 eh_cfi and dwarf_cfi cache if necessary before calling dwarf_end and1129 allocated. Call dwarf_cfi_end on mod->eh_cfi if necessary.1924 * libdwflP.h (struct Dwfl_Module): New members `dwarf_cfi', `eh_cfi.