/toolchain/binutils/binutils-2.25/include/gdb/ |
D | 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 …]
|
D | signals.h | 52 #define SET(symbol, constant, name, string) \ macro 55 #undef SET
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-ecoff.c | 154 #define SET(ptr, count, type, size) \ in ecoff_frob_file() macro 163 SET (line, cbLine, unsigned char *, sizeof (unsigned char)); in ecoff_frob_file() 164 SET (external_dnr, idnMax, void *, debug_swap->external_dnr_size); in ecoff_frob_file() 165 SET (external_pdr, ipdMax, void *, debug_swap->external_pdr_size); in ecoff_frob_file() 166 SET (external_sym, isymMax, void *, debug_swap->external_sym_size); in ecoff_frob_file() 167 SET (external_opt, ioptMax, void *, debug_swap->external_opt_size); in ecoff_frob_file() 168 SET (external_aux, iauxMax, union aux_ext *, sizeof (union aux_ext)); in ecoff_frob_file() 169 SET (ss, issMax, char *, sizeof (char)); in ecoff_frob_file() 170 SET (ssext, issExtMax, char *, sizeof (char)); in ecoff_frob_file() 171 SET (external_rfd, crfd, void *, debug_swap->external_rfd_size); in ecoff_frob_file() [all …]
|
D | obj-elf.c | 2455 #define SET(ptr, offset, type) \ in elf_frob_file_after_relocs() macro 2458 SET (line, cbLineOffset, unsigned char *); in elf_frob_file_after_relocs() 2459 SET (external_dnr, cbDnOffset, void *); in elf_frob_file_after_relocs() 2460 SET (external_pdr, cbPdOffset, void *); in elf_frob_file_after_relocs() 2461 SET (external_sym, cbSymOffset, void *); in elf_frob_file_after_relocs() 2462 SET (external_opt, cbOptOffset, void *); in elf_frob_file_after_relocs() 2463 SET (external_aux, cbAuxOffset, union aux_ext *); in elf_frob_file_after_relocs() 2464 SET (ss, cbSsOffset, char *); in elf_frob_file_after_relocs() 2465 SET (external_fdr, cbFdOffset, void *); in elf_frob_file_after_relocs() 2466 SET (external_rfd, cbRfdOffset, void *); in elf_frob_file_after_relocs() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
D | set.s | 1 # Test the 'r'-type operand and the mapping of SET to OR(I) and SETL. 2 Main SET $45,1123 3 SET $57,$67 4 SET $78,X 5 SET Y,1123 6 SET Y,$67 7 SET Y,X
|
D | set.l | 5 2 0000 E32D0463 Main SET \$45,1123 6 3 0004 C1394300 SET \$57,\$67 7 4 0008 C14E1F00 SET \$78,X 8 5 000c E3750463 SET Y,1123 9 6 0010 C1754300 SET Y,\$67 10 7 0014 C1751F00 SET Y,X
|
D | err-set.s | 2 Main SET $45,23 3 SET $57,$67 % Valid, Z is 0. 4 SET $78,X % Valid, Z is 0. 5 SET $7,Y % { dg-error "invalid operands.*value of 967 too large" "" }
|
D | err-loc-1.s | 3 Main SET $45,23 5 SET $57,$67
|
D | greg1.s | 2 D4 SET $123,456 3 E6 SET $234,7899
|
D | err-bspec-1.s | 2 Main SET $45,23
|
D | err-bspec-3.s | 2 Main SET $45,23
|
D | err-bspec-2.s | 2 Main SET $45,23
|
D | err-bspec-4.s | 2 Main SET $45,23
|
D | odd-1.s | 8 SET small,$2
|
D | err-bspec-5.s | 2 Main SET $45,23
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ecofflink.c | 597 #define SET(name, indx) \ in bfd_ecoff_debug_accumulate() macro 604 SET (".text", scText); in bfd_ecoff_debug_accumulate() 605 SET (".data", scData); in bfd_ecoff_debug_accumulate() 606 SET (".bss", scBss); in bfd_ecoff_debug_accumulate() 607 SET (".sdata", scSData); in bfd_ecoff_debug_accumulate() 608 SET (".sbss", scSBss); in bfd_ecoff_debug_accumulate() 610 SET (".rdata", scRData); in bfd_ecoff_debug_accumulate() 611 SET (".rodata", scRData); in bfd_ecoff_debug_accumulate() 612 SET (".init", scInit); in bfd_ecoff_debug_accumulate() 613 SET (".fini", scFini); in bfd_ecoff_debug_accumulate() [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
D | getaa.s | 5 SET $253,2 7 SET $253,3
|
D | pushja.s | 5 SET $253,2 7 SET $253,3
|
D | bza.s | 5 SET $253,2 7 SET $253,3
|
D | jumpa.s | 5 SET $253,2 7 SET $253,3
|
D | a.s | 5 SET $253,4
|
D | start.s | 5 SET $253,1
|
D | main1.s | 5 SET $253,1
|
/toolchain/binutils/binutils-2.25/ |
D | ltoptions.m4 | 36 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) 38 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 43 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) 45 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | sh-opc.h | 259 #define SH_VALID_BASE_ARCH_SET(SET) (((SET) & arch_sh_base_mask) != 0) argument 260 #define SH_VALID_MMU_ARCH_SET(SET) (((SET) & arch_sh_mmu_mask) != 0) argument 261 #define SH_VALID_CO_ARCH_SET(SET) (((SET) & arch_sh_co_mask) != 0) argument 262 #define SH_VALID_ARCH_SET(SET) \ argument 263 (SH_VALID_BASE_ARCH_SET (SET) \ 264 && SH_VALID_MMU_ARCH_SET (SET) \ 265 && SH_VALID_CO_ARCH_SET (SET)) 269 #define SH_ARCH_SET_HAS_FPU(SET) \ argument 270 (((SET) & (arch_sh_sp_fpu | arch_sh_dp_fpu)) != 0) 271 #define SH_ARCH_SET_HAS_DSP(SET) \ argument [all …]
|