Searched refs:eh_cfi (Results 1 – 5 of 5) sorted by relevance
38 if (mod->eh_cfi != NULL) in dwfl_module_eh_cfi()41 return mod->eh_cfi; in dwfl_module_eh_cfi()52 return __libdwfl_set_cfi (mod, &mod->eh_cfi, in dwfl_module_eh_cfi()
76 if (mod->eh_cfi != NULL) in __libdwfl_module_free()78 if (mod->eh_cfi->ebl != NULL && mod->eh_cfi->ebl == mod->ebl) in __libdwfl_module_free()79 mod->eh_cfi->ebl = NULL; in __libdwfl_module_free()80 dwarf_cfi_end (mod->eh_cfi); in __libdwfl_module_free()
43 if (slot == &mod->eh_cfi) in __libdwfl_set_cfi()
220 Dwarf_CFI *eh_cfi; /* Cached EH CFI for this module. */ member
79 eh_cfi and dwarf_cfi cache if necessary before calling dwarf_end and798 allocated. Call dwarf_cfi_end on mod->eh_cfi if necessary.1593 * libdwflP.h (struct Dwfl_Module): New members `dwarf_cfi', `eh_cfi.