Searched refs:scomm (Results 1 – 25 of 37) sorted by relevance
12
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
D | scomm-directive-4.s | 2 .scomm y4a,4,4 4 .scomm y4b,4,2 6 .scomm y2,2,4 8 .scomm y1,1,4
|
D | scomm-directive-8.d | 1 #name: C6X .scomm directive 8 3 #source: scomm-directive-8.s 4 #warning: invalid length for .scomm directive
|
D | scomm-directive-2.s | 1 .scomm x,4,4 2 .scomm x,8,4
|
D | scomm-directive-3.d | 1 #name: C6X .scomm directive 3 3 #source: scomm-directive-3.s
|
D | scomm-directive-2.d | 1 #name: C6X .scomm directive 2 3 #source: scomm-directive-2.s
|
D | scomm-directive-6.d | 1 #name: C6X .scomm directive 6 3 #source: scomm-directive-6.s
|
D | scomm-directive-5.d | 1 #name: C6X .scomm directive 5 3 #source: scomm-directive-5.s
|
D | scomm-directive-7.d | 1 #name: C6X .scomm directive 7 3 #source: scomm-directive-7.s
|
D | scomm-directive-1.d | 1 #name: C6X .scomm directive 1 3 #source: scomm-directive-1.s
|
D | scomm-directive-4.d | 1 #name: C6X .scomm directive 4 3 #source: scomm-directive-4.s
|
D | scomm-directive-5.s | 1 .scomm x
|
D | scomm-directive-7.s | 1 .scomm x,8,-4
|
D | scomm-directive-8.s | 1 .scomm x,-8,4
|
D | scomm-directive-6.s | 1 .scomm x,fish
|
D | scomm-directive-3.s | 2 .scomm x,8,4
|
D | scomm-directive-1.s | 2 .scomm y,4,5
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
D | common.s | 1 .scomm x,4,4
|
D | shlib-1.s | 44 .scomm c,4,4
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
D | ChangeLog-2011 | 1085 * gas/tic6x/scomm-directive-1.s: New test. 1086 * gas/tic6x/scomm-directive-1.d: New test. 1087 * gas/tic6x/scomm-directive-2.s: New test. 1088 * gas/tic6x/scomm-directive-2.d: New test. 1089 * gas/tic6x/scomm-directive-3.s: New test. 1090 * gas/tic6x/scomm-directive-3.d: New test. 1091 * gas/tic6x/scomm-directive-4.s: New test. 1092 * gas/tic6x/scomm-directive-4.d: New test. 1093 * gas/tic6x/scomm-directive-5.s: New test. 1094 * gas/tic6x/scomm-directive-5.d: New test. [all …]
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-tic6x.texi | 189 @cindex @code{.scomm} directive, TIC6X 190 @item .scomm @var{symbol}, @var{size}, @var{align}
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfnn-ia64.c | 1042 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); in elfNN_ia64_add_symbol_hook() local 1044 if (scomm == NULL) in elfNN_ia64_add_symbol_hook() 1046 scomm = bfd_make_section_with_flags (abfd, ".scommon", in elfNN_ia64_add_symbol_hook() 1050 if (scomm == NULL) in elfNN_ia64_add_symbol_hook() 1054 *secp = scomm; in elfNN_ia64_add_symbol_hook()
|
D | elf64-ia64-vms.c | 867 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); in elf64_ia64_add_symbol_hook() local 869 if (scomm == NULL) in elf64_ia64_add_symbol_hook() 871 scomm = bfd_make_section_with_flags (abfd, ".scommon", in elf64_ia64_add_symbol_hook() 875 if (scomm == NULL) in elf64_ia64_add_symbol_hook() 879 *secp = scomm; in elf64_ia64_add_symbol_hook()
|
D | elf64-alpha.c | 1229 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); in elf64_alpha_add_symbol_hook() local 1231 if (scomm == NULL) in elf64_alpha_add_symbol_hook() 1233 scomm = bfd_make_section_with_flags (abfd, ".scommon", in elf64_alpha_add_symbol_hook() 1237 if (scomm == NULL) in elf64_alpha_add_symbol_hook() 1241 *secp = scomm; in elf64_alpha_add_symbol_hook()
|
D | elf32-frv.c | 4110 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); in elf32_frv_add_symbol_hook() local 4112 if (scomm == NULL) in elf32_frv_add_symbol_hook() 4114 scomm = bfd_make_section_with_flags (abfd, ".scommon", in elf32_frv_add_symbol_hook() 4118 if (scomm == NULL) in elf32_frv_add_symbol_hook() 4122 *secp = scomm; in elf32_frv_add_symbol_hook()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2011 | 1541 (md_pseudo_table): Add "scomm". 1544 * doc/c-tic6x.texi: Document the .scomm directive.
|
12