Searched refs:s_lcomm (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | read.h | 177 extern void s_lcomm (int needs_align);
|
D | read.c | 403 {"lcomm", s_lcomm, 0}, 2520 s_lcomm (int needs_align) in s_lcomm() function
|
D | ChangeLog-9697 | 955 * 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
|
D | ChangeLog-9295 | 2235 * 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 …]
|
D | ChangeLog-0203 | 131 (s_lcomm, s_lcomm_bytes): Use s_comm_internal. 3280 (float_cons, cons, s_globl, s_space, s_set, s_lcomm): Remove decl.
|
D | ChangeLog-9899 | 4336 s_lcomm rather than obj_coff_lcomm.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i960.c | 2656 {"bss", s_lcomm, 1},
|
D | obj-coff.c | 174 s_lcomm (0); in obj_coff_bss()
|
D | tc-hppa.c | 8284 s_lcomm (needs_align); in pa_lcomm()
|