| /src/external/gpl3/binutils/dist/include/gdb/ |
| signals.def | 21 SET (GDB_SIGNAL_0, 0, "0", "Signal 0") 23 SET (GDB_SIGNAL_HUP, 1, "SIGHUP", "Hangup") 24 SET (GDB_SIGNAL_INT, 2, "SIGINT", "Interrupt") 25 SET (GDB_SIGNAL_QUIT, 3, "SIGQUIT", "Quit") 26 SET (GDB_SIGNAL_ILL, 4, "SIGILL", "Illegal instruction") 27 SET (GDB_SIGNAL_TRAP, 5, "SIGTRAP", "Trace/breakpoint trap") 28 SET (GDB_SIGNAL_ABRT, 6, "SIGABRT", "Aborted") 29 SET (GDB_SIGNAL_EMT, 7, "SIGEMT", "Emulation trap") 30 SET (GDB_SIGNAL_FPE, 8, "SIGFPE", "Arithmetic exception") 31 SET (GDB_SIGNAL_KILL, 9, "SIGKILL", "Killed" [all...] |
| signals.h | 35 (1) This set of signals represents a widely-accepted attempt to 39 recognized that this set of signals has limitations (such as not 52 #define SET(symbol, constant, name, string) \ 55 #undef SET
|
| /src/external/gpl3/binutils.old/dist/include/gdb/ |
| signals.def | 21 SET (GDB_SIGNAL_0, 0, "0", "Signal 0") 23 SET (GDB_SIGNAL_HUP, 1, "SIGHUP", "Hangup") 24 SET (GDB_SIGNAL_INT, 2, "SIGINT", "Interrupt") 25 SET (GDB_SIGNAL_QUIT, 3, "SIGQUIT", "Quit") 26 SET (GDB_SIGNAL_ILL, 4, "SIGILL", "Illegal instruction") 27 SET (GDB_SIGNAL_TRAP, 5, "SIGTRAP", "Trace/breakpoint trap") 28 SET (GDB_SIGNAL_ABRT, 6, "SIGABRT", "Aborted") 29 SET (GDB_SIGNAL_EMT, 7, "SIGEMT", "Emulation trap") 30 SET (GDB_SIGNAL_FPE, 8, "SIGFPE", "Arithmetic exception") 31 SET (GDB_SIGNAL_KILL, 9, "SIGKILL", "Killed" [all...] |
| signals.h | 35 (1) This set of signals represents a widely-accepted attempt to 39 recognized that this set of signals has limitations (such as not 52 #define SET(symbol, constant, name, string) \ 55 #undef SET
|
| /src/external/gpl3/gdb.old/dist/include/gdb/ |
| signals.def | 21 SET (GDB_SIGNAL_0, 0, "0", "Signal 0") 23 SET (GDB_SIGNAL_HUP, 1, "SIGHUP", "Hangup") 24 SET (GDB_SIGNAL_INT, 2, "SIGINT", "Interrupt") 25 SET (GDB_SIGNAL_QUIT, 3, "SIGQUIT", "Quit") 26 SET (GDB_SIGNAL_ILL, 4, "SIGILL", "Illegal instruction") 27 SET (GDB_SIGNAL_TRAP, 5, "SIGTRAP", "Trace/breakpoint trap") 28 SET (GDB_SIGNAL_ABRT, 6, "SIGABRT", "Aborted") 29 SET (GDB_SIGNAL_EMT, 7, "SIGEMT", "Emulation trap") 30 SET (GDB_SIGNAL_FPE, 8, "SIGFPE", "Arithmetic exception") 31 SET (GDB_SIGNAL_KILL, 9, "SIGKILL", "Killed" [all...] |
| signals.h | 35 (1) This set of signals represents a widely-accepted attempt to 39 recognized that this set of signals has limitations (such as not 52 #define SET(symbol, constant, name, string) \ 55 #undef SET
|
| /src/external/gpl3/gdb/dist/include/gdb/ |
| signals.def | 21 SET (GDB_SIGNAL_0, 0, "0", "Signal 0") 23 SET (GDB_SIGNAL_HUP, 1, "SIGHUP", "Hangup") 24 SET (GDB_SIGNAL_INT, 2, "SIGINT", "Interrupt") 25 SET (GDB_SIGNAL_QUIT, 3, "SIGQUIT", "Quit") 26 SET (GDB_SIGNAL_ILL, 4, "SIGILL", "Illegal instruction") 27 SET (GDB_SIGNAL_TRAP, 5, "SIGTRAP", "Trace/breakpoint trap") 28 SET (GDB_SIGNAL_ABRT, 6, "SIGABRT", "Aborted") 29 SET (GDB_SIGNAL_EMT, 7, "SIGEMT", "Emulation trap") 30 SET (GDB_SIGNAL_FPE, 8, "SIGFPE", "Arithmetic exception") 31 SET (GDB_SIGNAL_KILL, 9, "SIGKILL", "Killed" [all...] |
| signals.h | 35 (1) This set of signals represents a widely-accepted attempt to 39 recognized that this set of signals has limitations (such as not 52 #define SET(symbol, constant, name, string) \ 55 #undef SET
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| unwind_stop_reasons.def | 19 SET (name, description) 29 #ifdef SET 32 SET (UNWIND_NO_REASON, "no reason") 37 SET (UNWIND_NULL_ID, "unwinder did not report frame ID") 40 SET (UNWIND_OUTERMOST, "outermost") 44 SET (UNWIND_UNAVAILABLE, \ 50 SET (UNWIND_INNER_ID, "previous frame inner to this frame (corrupt stack?)") 57 SET (UNWIND_SAME_ID, "previous frame identical to this frame (corrupt stack?)") 61 SET (UNWIND_NO_SAVED_PC, "frame did not save the PC") 64 SET (UNWIND_MEMORY_ERROR, "memory error while unwinding" [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| unwind_stop_reasons.def | 19 SET (name, description) 29 #ifdef SET 32 SET (UNWIND_NO_REASON, "no reason") 37 SET (UNWIND_NULL_ID, "unwinder did not report frame ID") 40 SET (UNWIND_OUTERMOST, "outermost") 44 SET (UNWIND_UNAVAILABLE, \ 50 SET (UNWIND_INNER_ID, "previous frame inner to this frame (corrupt stack?)") 57 SET (UNWIND_SAME_ID, "previous frame identical to this frame (corrupt stack?)") 61 SET (UNWIND_NO_SAVED_PC, "frame did not save the PC") 64 SET (UNWIND_MEMORY_ERROR, "memory error while unwinding" [all...] |
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| dwarf_sections.c | 34 #define SET(N, V) \ 56 SET(debug_info, 0); 57 SET(debug_abbrev, 0); 58 SET(debug_line, 0); 59 SET(debug_loc, 0); 60 SET(debug_aranges, 0); 61 SET(debug_macinfo, 0); 62 SET(debug_pubnames, 0); 63 SET(debug_str, 0); 64 SET(debug_frame, 0) [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/example-synacor/ |
| set.s | 1 # check the SET insn. 10 SET r2, 2 13 SET r1, 1 16 SET r0, r2
|
| ret.s | 10 SET r5, 2
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/example-synacor/ |
| set.s | 1 # check the SET insn. 10 SET r2, 2 13 SET r1, 1 16 SET r0, r2
|
| ret.s | 10 SET r5, 2
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-endian.c | 36 #define _SWAP_1(SET,RAW) SET (RAW) 40 #define _SWAP_2(SET,RAW) SET htons (RAW) 44 #define _SWAP_2(SET,RAW) SET (((RAW) >> 8) | ((RAW) << 8)) 48 #define _SWAP_4(SET,RAW) SET htonl (RAW) 52 #define _SWAP_4(SET,RAW) SET (((RAW) << 24) | (((RAW) & 0xff00) << 8) | (((RAW) & 0xff0000) >> 8) | ((RAW) >> 24) [all...] |
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-endian.c | 36 #define _SWAP_1(SET,RAW) SET (RAW) 40 #define _SWAP_2(SET,RAW) SET htons (RAW) 44 #define _SWAP_2(SET,RAW) SET (((RAW) >> 8) | ((RAW) << 8)) 48 #define _SWAP_4(SET,RAW) SET htonl (RAW) 52 #define _SWAP_4(SET,RAW) SET (((RAW) << 24) | (((RAW) & 0xff00) << 8) | (((RAW) & 0xff0000) >> 8) | ((RAW) >> 24) [all...] |
| /src/external/bsd/zstd/dist/build/VS_scripts/ |
| build.generic.cmd | 7 SET msbuild_version=%1
9 SET msbuild_platform=%2
10 IF "%msbuild_platform%" == "" SET msbuild_platform=x64
12 SET msbuild_configuration=%3
13 IF "%msbuild_configuration%" == "" SET msbuild_configuration=Release
15 SET msbuild_toolset=%4
31 SET msbuild="%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe"
32 IF %msbuild_version% == VS2013 SET msbuild="%programfiles(x86)%\MSBuild\12.0\Bin\MSBuild.exe"
33 IF %msbuild_version% == VS2015 SET msbuild="%programfiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe"
34 IF %msbuild_version% == VS2017 SET vswhere_params=-version [15,16) -products * [all...] |
| /src/external/mit/isl/dist/ |
| isl_test_list_templ.c | 8 #undef SET 9 #define SET CAT(isl_,SET_BASE) 13 /* Check that the conversion from SET to list of EL works as expected, 22 SET *set, *set2; local 25 set = FN(SET,read_from_str)(ctx, str); 26 list = FN(FN(SET,get),LIST(EL_BASE))(set); 28 set2 = FN(SET,empty)(FN(SET,get_space)(set)) [all...] |
| /src/usr.sbin/lpr/lpd/ |
| ttcompat.c | 52 /* Macros to clear/set/test flags. */ 53 #define SET(t, f) (t) |= (f) 72 SET(flags, ODDP); 74 SET(flags, EVENP); 76 SET(flags, EVENP|ODDP); 80 SET(flags, PASS8); 82 SET(flags, LITOUT); 89 SET(flags, CBREAK); 91 SET(flags, RAW); 110 SET(iflag, BRKINT|IXON|IMAXBEL) [all...] |
| /src/sys/arch/vax/consolerl/ |
| anyboo.com | 8 SET SNAP ON ! Enable ERROR_HALT snapshots
9 SET FBOX OFF ! System will turn on Fbox
|
| hkmboo.com | 8 SET SNAP ON ! Enable ERROR_HALT snapshots
9 SET FBOX OFF ! System will turn on Fbox
|
| hksboo.com | 8 SET SNAP ON ! Enable ERROR_HALT snapshots
9 SET FBOX OFF ! System will turn on Fbox
|
| hpmboo.com | 8 SET SNAP ON ! Enable ERROR_HALT snapshots
9 SET FBOX OFF ! System will turn on Fbox
|
| hpsboo.com | 8 SET SNAP ON ! Enable ERROR_HALT snapshots
9 SET FBOX OFF ! System will turn on Fbox
|