/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mach-o/ |
D | comm-1.s | 3 .comm noalign, 1 4 .comm alignis0, 2, 0 5 .comm column1 , 3,1 6 .comm onespace, 4,2 7 .comm tabbed , 5 , 3 8 .comm nowhtspace,6,4 9 .comm bar, 7, 8 10 .comm maxalign, 8, 15 11 .comm hugearray, 1234567,2
|
D | symbols-base.s | 16 .comm zcommon0, 10, 3 17 .comm mcommon0, 10, 3 18 .comm acommon0, 10, 3 65 .comm zcommon1, 10, 3 66 .comm mcommon1, 10, 3 67 .comm acommon1, 10, 3
|
D | symbols-base-64.s | 16 .comm zcommon0, 10, 3 17 .comm mcommon0, 10, 3 18 .comm acommon0, 10, 3 65 .comm zcommon1, 10, 3 66 .comm mcommon1, 10, 3 67 .comm acommon1, 10, 3
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/ |
D | non-c-lang-syms.s | 5 .comm _test_equiv.eq.1_, 16, 4 6 .comm _test_equiv.eq.100, 16, 5 7 .comm _test_equiv.eq._, 16, 6 8 .comm _test_equiv.eq., 16, 7 10 .comm _test$equiv.eq.1_, 16, 4 11 .comm _test$equiv.eq.100, 16, 5 12 .comm _test$equiv.eq._, 16, 6 13 .comm _test$equiv.eq., 16, 7
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/ |
D | align.s | 1 .comm default_align_4,16 2 .comm align_1,32,1 3 .comm align_2,64,2 4 .comm align_4,128,3 5 .comm align_8,256,4
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfcomm/ |
D | sort-common.s | 1 .comm var_1byte_align,1,1 2 .comm var_2byte_align,2,2 3 .comm var_4byte_align,4,4 4 .comm var_8byte_align,8,8 5 .comm var_16byte_align,16,16
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | msp430-dis.c | 44 char * comm) in msp430dis_read_two_bytes() argument 58 if (comm) in msp430dis_read_two_bytes() 59 sprintf (comm, _("Warning: disassembly unreliable - not enough bytes available")); in msp430dis_read_two_bytes() 64 if (comm) in msp430dis_read_two_bytes() 65 sprintf (comm, _("Error: read from memory failed")); in msp430dis_read_two_bytes() 75 char * comm) in msp430dis_opcode_unsigned() argument 79 if (msp430dis_read_two_bytes (addr, info, buffer, comm)) in msp430dis_opcode_unsigned() 95 char * comm) in msp430dis_opcode_signed() argument 99 if (msp430dis_read_two_bytes (addr, info, buffer, comm)) in msp430dis_opcode_signed() 120 char *comm, in msp430_nooperands() argument [all …]
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/pe/ |
D | aligncomm-c.s | 2 .comm _h, 16 3 .comm _i, 16 4 .comm _j, 16 5 .comm _k, 16
|
D | aligncomm-d.s | 2 .comm _h, 16, 8 3 .comm _i, 16, 4 4 .comm _j, 16, 2 5 .comm _k, 16, 1
|
D | aligncomm-b.s | 2 .comm _h, 16, 8 3 .comm _i, 16, 4 4 .comm _j, 16, 2 5 .comm _k, 16, 1
|
D | aligncomm-a.s | 2 .comm _h, 16 3 .comm _i, 16 4 .comm _j, 16 5 .comm _k, 16
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/ |
D | scomm-directive-4.s | 1 .comm x4a,4,4 3 .comm x4b,4,2 5 .comm x2,2,4 7 .comm x1,1,4
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/ |
D | aix-weak-1a.s | 1 .comm a,4 2 .comm b,4 14 .comm e,4 16 .comm f,4
|
D | aix-weak-1b.s | 9 .comm c,4 10 .comm d,4 22 .comm g,4 24 .comm h,4
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
D | pcrel.s | 4 .comm comm,4 16 jmp comm 27 jmp comm - abs 38 jmp comm - abs2
|
D | absrel.s | 4 .comm comm,4 16 mov comm, %eax 27 mov comm - abs, %eax 38 mov comm - abs2,%eax
|
D | pcrel.d | 14 … 10 .*10: R_386_PC32 comm| f: e9 ec ff ff ff[ ]*jmp 0 .*10: DISP32 comm| f: e9 f0 ff ff ff … 25 …*44: R_386_PC32 comm|40: e9 87 ed ff ff[ ]*jmp ffffedcc .*41: DISP32 comm|40: e9 8b ed ff ff … 36 …*7b: R_386_PC32 comm|77: e9 0e 67 ff ff[ ]*jmp ffff678a .*78: DISP32 comm|77: e9 12 67 ff ff …
|
D | absrel.d | 14 …0 00 00[ ]*mov 0x0,%eax 10: (R_386_|dir)?32 comm.*|a1 04 00 00 00[ ]*mov 0x4,%eax 10: dir3… 25 …]*mov 0xffffedcc,%eax 47: (R_386_|dir)?32 comm.*|a1 d0 ed ff ff[ ]*mov 0xffffedd0,%eax 47: … 36 …]*mov 0xffff678a,%eax 7e: (R_386_|dir)?32 comm.*|a1 8e 67 ff ff[ ]*mov 0xffff678e,%eax 7e: …
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/ |
D | localcom-1.s | 20 .comm a,4,4 22 .comm b,4,4 24 .comm c,4,4 26 .comm d,4,4
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/ |
D | reloc-overflow-2.s | 2 .comm var_3,1,1 3 .comm var_2,1,1 4 .comm var_1,1,1
|
D | emit-relocs-312.s | 1 .comm gempy,4 2 .comm jempy,4 3 .comm lempy,4
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/ |
D | comref1.s | 3 .comm c1,4,1 4 .comm c2,4,1 5 .comm c3,4,1
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/msp430/ |
D | opcode.s | 50 .comm a,2,2 51 .comm b,2,2 52 .comm c,4,2 53 .comm d,4,2
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/ |
D | endsym.s | 1 .comm end,4,4 2 .comm end2,2,2
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/ |
D | pr18591.s | 2 .comm pad,0x80000000,8 3 .comm foo,8,8
|