| /src/sys/external/bsd/compiler_rt/dist/include/xray/ |
| xray_interface.h | 26 EXIT = 1, 42 /// encountered (function entry, function exit, etc.). See the
|
| /src/sys/arch/hppa/include/ |
| asm.h | 100 #define EXIT(x) ! .exit ! .procend ! .size x, .-x
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
| XRayRecord.h | 59 EXIT,
|
| InstrumentationMap.h | 40 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT }; 109 IO.enumCase(Kind, "function-exit", xray::SledEntry::FunctionKinds::EXIT); 110 IO.enumCase(Kind, "tail-exit", xray::SledEntry::FunctionKinds::TAIL);
|
| /src/external/bsd/tcpdump/dist/ |
| instrument-functions.c | 21 * Generate instrumentation calls for entry and exit to functions. 22 * Just after function entry and just before function exit, the 48 EXIT 67 print_debug(this_fn, call_site, EXIT); 99 exit(1); 243 if (action == EXIT)
|
| /src/external/bsd/libpcap/dist/ |
| instrument-functions.c | 21 * Generate instrumentation calls for entry and exit to functions. 22 * Just after function entry and just before function exit, the 48 EXIT 67 print_debug(this_fn, call_site, EXIT); 99 exit(1); 243 if (action == EXIT)
|
| /src/games/atc/ |
| struct.h | 57 typedef SCREEN_POS EXIT; 69 EXIT *exit; member in struct:__anon91
|
| /src/crypto/external/bsd/openssl.old/dist/ |
| e_os.h | 213 # define EXIT(n) exit(n) 247 * some programs don't include stdlib, so exit() and others give implicit 283 # define EXIT(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1) 301 # define EXIT(n) exit(n)
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| c_except_sys_sstep.S | 192 JUMP.S EXIT; 197 EXIT:
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| c_except_sys_sstep.S | 192 JUMP.S EXIT; 197 EXIT:
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| e_os.h | 130 #define EXIT(n) exit(n) 164 * some programs don't include stdlib, so exit() and others give implicit 200 #define EXIT(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1) 214 #define EXIT(n) exit(n)
|
| /src/crypto/external/bsd/openssl/dist/ |
| e_os.h | 160 # define EXIT(n) exit(n) 194 * some programs don't include stdlib, so exit() and others give implicit 230 # define EXIT(n) exit((n) ? (((n) << 3) | 2 | 0x10000000 | 0x35a000) : 1) 244 # define EXIT(n) exit(n)
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| common.c | 71 # ifndef EXIT 72 # define EXIT exit 132 EXIT(1);
|
| /src/sbin/sysctl/ |
| sysctl.c | 151 #define EXIT(n) do { \ 152 if (fn == NULL) exit(n); else return; } while (/*CONSTCOND*/0) 694 exit(EXIT_FAILURE); 905 EXIT(EXIT_FAILURE); 925 exit(EXIT_FAILURE); 934 exit(EXIT_FAILURE); 996 exit(EXIT_FAILURE); 1077 EXIT(EXIT_FAILURE); 1081 EXIT(EXIT_FAILURE); 1089 EXIT(EXIT_FAILURE) [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| bfin-dis.c | 30 #ifndef EXIT 31 #define EXIT exit
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| bfin-dis.c | 30 #ifndef EXIT 31 #define EXIT exit
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| bfin-dis.c | 30 #ifndef EXIT 31 #define EXIT exit
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| bfin-dis.c | 30 #ifndef EXIT 31 #define EXIT exit
|