/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | proto.str | 28 "" swap 1 internalmode maybecatstr 29 swap 30 "" swap 0 internalmode maybecatstr 50 "enum " swap catstr 52 swap " _dummy_first_" swap catstr catstr 57 "#ifdef _BFD_MAKE_TABLE_" swap catstr swap 58 "\n\nstatic const char *const " swap catstr catstr 67 swap 77 " " swap catstr " };\n" catstr swap 78 " \"@@overflow: " swap catstr "@@\",\n};\n#endif\n\n" catstr [all …]
|
D | doc.str | 49 swap 61 swap
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ecofflink.c | 1204 const struct ecoff_debug_swap *swap, in bfd_ecoff_debug_externals() argument 1258 if (! bfd_ecoff_debug_one_external (abfd, debug, swap, in bfd_ecoff_debug_externals() 1271 const struct ecoff_debug_swap *swap, in bfd_ecoff_debug_one_external() argument 1275 const bfd_size_type external_ext_size = swap->external_ext_size; in bfd_ecoff_debug_one_external() 1277 = swap->swap_ext_out; in bfd_ecoff_debug_one_external() 1309 + symhdr->iextMax * swap->external_ext_size)); in bfd_ecoff_debug_one_external() 1324 const struct ecoff_debug_swap *swap) in ecoff_align_debug() argument 1331 debug_align = swap->debug_align; in ecoff_align_debug() 1333 rfd_align = debug_align / swap->external_rfd_size; in ecoff_align_debug() 1373 + symhdr->crfd * swap->external_rfd_size), in ecoff_align_debug() [all …]
|
D | elf64-alpha.c | 1357 const struct ecoff_debug_swap *swap; in elf64_alpha_read_ecoff_info() local 1360 swap = get_elf_backend_data (abfd)->elf_backend_ecoff_debug_swap; in elf64_alpha_read_ecoff_info() 1363 ext_hdr = (char *) bfd_malloc (swap->external_hdr_size); in elf64_alpha_read_ecoff_info() 1364 if (ext_hdr == NULL && swap->external_hdr_size != 0) in elf64_alpha_read_ecoff_info() 1368 swap->external_hdr_size)) in elf64_alpha_read_ecoff_info() 1372 (*swap->swap_hdr_in) (abfd, ext_hdr, symhdr); in elf64_alpha_read_ecoff_info() 1391 READ (external_dnr, cbDnOffset, idnMax, swap->external_dnr_size, void *); in elf64_alpha_read_ecoff_info() 1392 READ (external_pdr, cbPdOffset, ipdMax, swap->external_pdr_size, void *); in elf64_alpha_read_ecoff_info() 1393 READ (external_sym, cbSymOffset, isymMax, swap->external_sym_size, void *); in elf64_alpha_read_ecoff_info() 1394 READ (external_opt, cbOptOffset, ioptMax, swap->external_opt_size, void *); in elf64_alpha_read_ecoff_info() [all …]
|
D | bfd-in.h | 596 const struct ecoff_debug_swap *swap, bfd_boolean relocatable, 601 const struct ecoff_debug_swap *swap, const char *name, 605 const struct ecoff_debug_swap *swap); 608 const struct ecoff_debug_swap *swap, file_ptr where); 611 const struct ecoff_debug_swap *swap,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
D | mips16e.s | 26 jal foo # mustn't swap with previous jalr 36 1: jr $2 # can't swap with move
|
D | micromips@loc-swap-2.d | 5 #source: loc-swap-2.s 37 1 0 0 0 loc-swap-2.s
|
D | loc-swap-2.d | 5 #source: loc-swap-2.s 37 1 0 0 0 loc-swap-2.s
|
D | mips16@loc-swap-2.d | 5 #source: loc-swap-2.s 37 1 0 0 0 loc-swap-2.s
|
D | micromips@loc-swap.d | 5 #source: loc-swap.s 41 1 0 0 0 loc-swap\.s
|
D | loc-swap.d | 5 #source: loc-swap.s 40 1 0 0 0 loc-swap\.s
|
D | mips16@loc-swap.d | 5 #source: loc-swap.s 40 1 0 0 0 loc-swap\.s
|
D | branch-swap.d | 3 #name: MIPS branch-swap
|
D | loc-swap-dis.d | 4 #source: loc-swap.s
|
D | mipsr6@loc-swap-dis.d | 4 #source: loc-swap.s
|
D | micromips@loc-swap-dis.d | 4 #source: loc-swap.s
|
D | mips16@loc-swap-dis.d | 4 #source: loc-swap.s
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | cris.cpu | 460 (define-pmacro cris-swap-codes 723 (name h-swap) 732 (.pmacro (x y) ((.str x) y)) cris-swap-codes (.iota 15 1))))) 1638 (dnop swapoption "Swap option" () h-swap f-dest) 3639 (define-pmacro (swap-r x) 3640 "Perform bit-wise swap within each byte" 3655 (define-pmacro (swap-b x) 3656 "Perform byte-wise swap within each word" 3665 (define-pmacro (swap-w x) 3666 "Perform word-wise swap within each dword" [all …]
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldwrite.c | 79 bfd_boolean swap; in build_link_order() local 81 swap = FALSE; in build_link_order() 87 swap = TRUE; in build_link_order() 100 swap = TRUE; in build_link_order() 108 if (swap) in build_link_order()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
D | x86-64-avx-swap-intel.d | 3 #name: x86-64 AVX swap (Intel mode) 4 #source: x86-64-avx-swap.s
|
D | avx512bw-opts.s | 1 # Check 32bit AVX512BW swap instructions
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
D | x86-64-avx-swap.d | 1 #source: ../x86-64-avx-swap.s 4 #name: x86-64 (ILP32) AVX swap
|
D | x86-64-avx-swap-intel.d | 1 #source: ../x86-64-avx-swap.s 4 #name: x86-64 (ILP32) AVX swap (Intel mode)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
D | ChangeLog-2011 | 154 * gas/mips/micromips@loc-swap-2.d: Correct test case. 308 * gas/mips/loc-swap-2.s, gas/mips/loc-swap-2.d, 309 gas/mips/micromips@loc-swap-2.d, 310 gas/mips/mips16@loc-swap-2.d: New test. 348 "mips5" and "alnv_ps-swap" tests. 364 * gas/mips/micromips@loc-swap.d: Likewise. 365 * gas/mips/micromips@loc-swap-dis.d: Likewise. 457 * gas/mips/micromips@alnv_ps-swap.d: Likewise. 484 * gas/mips/micromips@loc-swap-dis.d: Likewise. 485 * gas/mips/micromips@loc-swap.d: Likewise. [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/ |
D | am33_2.s | 61 swap r5,r4
|