Home
last modified time | relevance | path

Searched refs:s_lcomm (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Dread.h177 extern void s_lcomm (int needs_align);
Dread.c403 {"lcomm", s_lcomm, 0},
2520 s_lcomm (int needs_align) in s_lcomm() function
DChangeLog-9697955 * read.c (s_lcomm_internal): Renamed from s_lcomm, added arg to
958 (s_lcomm, s_lcomm_bytes): New helpers that call s_lcomm_internal.
965 pseudo, instead of s_lcomm which wants a power of two for alignment.
4190 * read.c (s_lcomm): Align bss_seg on 8 byte boundary if OBJ_EVAX.
4893 * read.c (s_lcomm): Set section flags for .sbss section.
5780 * read.c (s_lcomm): If S_SET_SIZE is defined, set the size of the
DChangeLog-92952235 * read.c (s_lcomm): For .lcomm 1, set align to 0, not 1.
2793 * read.c (s_lcomm): Do ELF/ECOFF test at run time, not compile
6770 * read.c (s_lcomm, s_comm): Print symbol name being redefined.
6976 * read.c (s_lcomm): Use an alignment power of 3 for 8 byte .lcomm
7328 * read.c (s_lcomm): Align lcomm data.
7357 (s_lcomm) [TC_ALPHA]: Align object to largest power of two that
7496 * read.c (s_lcomm): Treat Alpha like MIPS in handling of .sbss
8300 * read.c (s_lcomm): Do not require a comma after the name.
8305 * read.c (s_lcomm): Set bss flag for .sbss section if used.
8478 * read.c (s_lcomm): Put small objects in .sbss for MIPS ELF as
[all …]
DChangeLog-0203131 (s_lcomm, s_lcomm_bytes): Use s_comm_internal.
3280 (float_cons, cons, s_globl, s_space, s_set, s_lcomm): Remove decl.
DChangeLog-98994336 s_lcomm rather than obj_coff_lcomm.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i960.c2656 {"bss", s_lcomm, 1},
Dobj-coff.c174 s_lcomm (0); in obj_coff_bss()
Dtc-hppa.c8284 s_lcomm (needs_align); in pa_lcomm()