Searched refs:handler_state (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dexcept.c72 struct handler_state struct
74 struct handler_state *next;
117 struct handler_state *global_handler_list = NULL;
120 static struct handler_state *current_handler = NULL;
122 static struct handler_state *free_handlers = NULL; /* freelist */
161 register struct handler_state *old_list = global_handler_list;
168 = (struct handler_state*) permalloc (sizeof (struct handler_state));
174 register struct handler_state **ptr = &global_handler_list;
176 register struct handler_state *curren
[all...]

Completed in 36 milliseconds