| /openbsd/src/sys/arch/macppc/macppc/ |
| D | ofwreal.S | 65 .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/ |
| D | c-m88k.texi | 63 differs from @samp{.lcomm} only in that it permits you to specify 64 an alignment. @xref{Lcomm,,@code{.lcomm}}.
|
| D | c-i960.texi | 152 differs from @samp{.lcomm} only in that it permits you to specify 153 an alignment. @xref{Lcomm,,@code{.lcomm}}.
|
| D | c-sparc.texi | 173 @code{"bss"}. This behaves somewhat like @code{.lcomm}, but the
|
| D | c-mips.texi | 274 is set by the @code{.comm} or @code{.lcomm} directive that defines it. The
|
| D | as.texinfo | 3033 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.
|
| D | internals.texi | 1083 An @code{.lcomm} directive with no explicit alignment parameter will use this
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| D | c-xc16x.texi | 53 differs from @samp{.lcomm} only in that it permits you to specify
|
| D | c-i960.texi | 152 differs from @samp{.lcomm} only in that it permits you to specify 153 an alignment. @xref{Lcomm,,@code{.lcomm}}.
|
| D | c-sparc.texi | 173 @code{"bss"}. This behaves somewhat like @code{.lcomm}, but the
|
| D | c-mips.texi | 308 is set by the @code{.comm} or @code{.lcomm} directive that defines it. The
|
| D | as.texinfo | 3109 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.
|
| D | internals.texi | 1067 An @code{.lcomm} directive with no explicit alignment parameter will use this
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-ppc.c | 2886 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/ |
| D | tc-ppc.c | 2906 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/ |
| D | elf64-x86-64.c | 3464 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/ |
| D | ChangeLog-9295 | 2235 * 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
|
| D | ChangeLog-9697 | 162 * config/tc-alpha.c (s_alpha_section): Remove ".lcomm" handling. 4803 * config/tc-ppc.c (ppc_elf_lcomm): New function for .lcomm
|
| D | ChangeLog-0203 | 116 * config/obj-elf.c (elf_pseudo_table): Handle lcomm.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ChangeLog-9295 | 2235 * 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
|
| D | ChangeLog-9697 | 162 * config/tc-alpha.c (s_alpha_section): Remove ".lcomm" handling. 4803 * config/tc-ppc.c (ppc_elf_lcomm): New function for .lcomm
|
| D | ChangeLog-0203 | 116 * config/obj-elf.c (elf_pseudo_table): Handle lcomm.
|
| /openbsd/src/gnu/usr.bin/binutils/gas/po/ |
| D | tr.po | 634 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."
|
| D | gas.pot | 618 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/ |
| D | tr.po | 8717 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ı."
|