Searched defs:_exit (Results 1 – 11 of 11) sorted by relevance
81 .global _exit symbol83 _exit: label
43 .global _exit symbol45 _exit: label
59 void _exit(int status) in _exit() function
53 void _exit(int status) in _exit() function
240 _exit: label
296 _exit: label
71 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ argument