Searched refs:exitcall_t (Results 1 – 4 of 4) sorted by relevance
41 typedef void (*exitcall_t)(void); typedef75 static exitcall_t __uml_exitcall_##fn __uml_exit_call = fn125 #define __exitcall(fn) static exitcall_t __exitcall_##fn __exit_call = fn
125 typedef void (*exitcall_t)(void); typedef222 static exitcall_t __exitcall_##fn __exit_call = fn
134 static inline exitcall_t __exittest(void) \
227 extern exitcall_t __uml_exitcall_begin, __uml_exitcall_end;231 exitcall_t *call; in do_uml_exitcalls()