Home
last modified time | relevance | path

Searched refs:scomm (Results 1 – 25 of 37) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
Dscomm-directive-4.s2 .scomm y4a,4,4
4 .scomm y4b,4,2
6 .scomm y2,2,4
8 .scomm y1,1,4
Dscomm-directive-8.d1 #name: C6X .scomm directive 8
3 #source: scomm-directive-8.s
4 #warning: invalid length for .scomm directive
Dscomm-directive-2.s1 .scomm x,4,4
2 .scomm x,8,4
Dscomm-directive-3.d1 #name: C6X .scomm directive 3
3 #source: scomm-directive-3.s
Dscomm-directive-2.d1 #name: C6X .scomm directive 2
3 #source: scomm-directive-2.s
Dscomm-directive-6.d1 #name: C6X .scomm directive 6
3 #source: scomm-directive-6.s
Dscomm-directive-5.d1 #name: C6X .scomm directive 5
3 #source: scomm-directive-5.s
Dscomm-directive-7.d1 #name: C6X .scomm directive 7
3 #source: scomm-directive-7.s
Dscomm-directive-1.d1 #name: C6X .scomm directive 1
3 #source: scomm-directive-1.s
Dscomm-directive-4.d1 #name: C6X .scomm directive 4
3 #source: scomm-directive-4.s
Dscomm-directive-5.s1 .scomm x
Dscomm-directive-7.s1 .scomm x,8,-4
Dscomm-directive-8.s1 .scomm x,-8,4
Dscomm-directive-6.s1 .scomm x,fish
Dscomm-directive-3.s2 .scomm x,8,4
Dscomm-directive-1.s2 .scomm y,4,5
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
Dcommon.s1 .scomm x,4,4
Dshlib-1.s44 .scomm c,4,4
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-20111085 * 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/
Dc-tic6x.texi189 @cindex @code{.scomm} directive, TIC6X
190 @item .scomm @var{symbol}, @var{size}, @var{align}
/toolchain/binutils/binutils-2.25/bfd/
Delfnn-ia64.c1042 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()
Delf64-ia64-vms.c867 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()
Delf64-alpha.c1229 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()
Delf32-frv.c4110 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/
DChangeLog-20111541 (md_pseudo_table): Add "scomm".
1544 * doc/c-tic6x.texi: Document the .scomm directive.

12