Home
last modified time | relevance | path

Searched refs:lcomm (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/src/sys/arch/macppc/macppc/
Dofwreal.S65 .lcomm fwsave,SVSIZE,8
66 .lcomm fwbatsave,BATSIZE,8
67 .lcomm clsave,SVSIZE,8
68 .lcomm clbatsave,BATSIZE,8
69 .lcomm ofsrsave,16*4,4 /* 16 words of 4 bytes to store OF segment registers */
70 .lcomm srsave,16*4,4 /* 16 words of 4 bytes to swap OF segment registers*/
364 .lcomm firmstk,NBPG,16
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-m88k.texi63 differs from @samp{.lcomm} only in that it permits you to specify
64 an alignment. @xref{Lcomm,,@code{.lcomm}}.
Dc-i960.texi152 differs from @samp{.lcomm} only in that it permits you to specify
153 an alignment. @xref{Lcomm,,@code{.lcomm}}.
Dc-sparc.texi173 @code{"bss"}. This behaves somewhat like @code{.lcomm}, but the
Dc-mips.texi274 is set by the @code{.comm} or @code{.lcomm} directive that defines it. The
Das.texinfo3033 The @code{.lcomm} pseudo-op defines a symbol in the bss section; see
3034 @ref{Lcomm,,@code{.lcomm}}.
3730 * Lcomm:: @code{.lcomm @var{symbol} , @var{length}}
4630 @section @code{.lcomm @var{symbol} , @var{length}}
4632 @cindex @code{lcomm} directive
4643 Some targets permit a third argument to be used with @code{.lcomm}. This
4648 The syntax for @code{.lcomm} differs slightly on the HPPA. The syntax is
4649 @samp{@var{symbol} .lcomm, @var{length}}; @var{symbol} is optional.
Dinternals.texi1083 An @code{.lcomm} directive with no explicit alignment parameter will use this
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-xc16x.texi53 differs from @samp{.lcomm} only in that it permits you to specify
Dc-i960.texi152 differs from @samp{.lcomm} only in that it permits you to specify
153 an alignment. @xref{Lcomm,,@code{.lcomm}}.
Dc-sparc.texi173 @code{"bss"}. This behaves somewhat like @code{.lcomm}, but the
Dc-mips.texi308 is set by the @code{.comm} or @code{.lcomm} directive that defines it. The
Das.texinfo3109 The @code{.lcomm} pseudo-op defines a symbol in the bss section; see
3110 @ref{Lcomm,,@code{.lcomm}}.
3800 * Lcomm:: @code{.lcomm @var{symbol} , @var{length}}
4760 @section @code{.lcomm @var{symbol} , @var{length}}
4762 @cindex @code{lcomm} directive
4773 Some targets permit a third argument to be used with @code{.lcomm}. This
4778 The syntax for @code{.lcomm} differs slightly on the HPPA. The syntax is
4779 @samp{@var{symbol} .lcomm, @var{length}}; @var{symbol} is optional.
Dinternals.texi1067 An @code{.lcomm} directive with no explicit alignment parameter will use this
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-ppc.c2886 ppc_comm (lcomm) in ppc_comm() argument
2887 int lcomm; in ppc_comm()
2921 if (! lcomm)
2981 if (! lcomm
2987 if (! lcomm)
3010 else if (lcomm)
3020 if (lcomm)
4326 ppc_pe_comm (lcomm) in ppc_pe_comm() argument
4327 int lcomm; in ppc_pe_comm()
4358 if (! lcomm)
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-ppc.c2906 ppc_comm (lcomm) in ppc_comm() argument
2907 int lcomm; in ppc_comm()
2941 if (! lcomm)
3001 if (! lcomm
3007 if (! lcomm)
3030 else if (lcomm)
3040 if (lcomm)
4346 ppc_pe_comm (lcomm) in ppc_pe_comm() argument
4347 int lcomm; in ppc_pe_comm()
4378 if (! lcomm)
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf64-x86-64.c3464 asection *lcomm; in elf64_x86_64_add_symbol_hook() local
3469 lcomm = bfd_get_section_by_name (abfd, "LARGE_COMMON"); in elf64_x86_64_add_symbol_hook()
3470 if (lcomm == NULL) in elf64_x86_64_add_symbol_hook()
3472 lcomm = bfd_make_section_with_flags (abfd, in elf64_x86_64_add_symbol_hook()
3477 if (lcomm == NULL) in elf64_x86_64_add_symbol_hook()
3479 elf_section_flags (lcomm) |= SHF_X86_64_LARGE; in elf64_x86_64_add_symbol_hook()
3481 *secp = lcomm; in elf64_x86_64_add_symbol_hook()
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-92952235 * read.c (s_lcomm): For .lcomm 1, set align to 0, not 1.
6976 * read.c (s_lcomm): Use an alignment power of 3 for 8 byte .lcomm
7030 (ppc_comm): Set sy_tc.output for a .lcomm symbol.
7328 * read.c (s_lcomm): Align lcomm data.
12491 allocate lcomm in .data rather than in .bss. It seems that some
DChangeLog-9697162 * config/tc-alpha.c (s_alpha_section): Remove ".lcomm" handling.
4803 * config/tc-ppc.c (ppc_elf_lcomm): New function for .lcomm
DChangeLog-0203116 * config/obj-elf.c (elf_pseudo_table): Handle lcomm.
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-92952235 * read.c (s_lcomm): For .lcomm 1, set align to 0, not 1.
6976 * read.c (s_lcomm): Use an alignment power of 3 for 8 byte .lcomm
7030 (ppc_comm): Set sy_tc.output for a .lcomm symbol.
7328 * read.c (s_lcomm): Align lcomm data.
12491 allocate lcomm in .data rather than in .bss. It seems that some
DChangeLog-9697162 * config/tc-alpha.c (s_alpha_section): Remove ".lcomm" handling.
4803 * config/tc-ppc.c (ppc_elf_lcomm): New function for .lcomm
DChangeLog-0203116 * config/obj-elf.c (elf_pseudo_table): Handle lcomm.
/openbsd/src/gnu/usr.bin/binutils/gas/po/
Dtr.po634 msgid "lcomm length (%d.) <0! Ignored."
635 msgstr "lcomm uzunluğu (%d.) <0! Yoksayıldı."
7881 msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
7882 msgstr ".lcomm uzunluğu \"%s\" zaten %ld. %ld olarak değiştirilmedi."
Dgas.pot618 msgid "lcomm length (%d.) <0! Ignored."
7646 msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/po/
Dtr.po8717 msgid "Length of .lcomm \"%s\" is already %ld. Not changed to %ld."
8718 msgstr ".lcomm uzunluğu \"%s\" zaten %ld. %ld olarak değiştirilmedi."
13009 #~ msgid "lcomm length (%d.) <0! Ignored."
13010 #~ msgstr "lcomm uzunluğu (%d.) <0! Yoksayıldı."

12