Searched refs:lcomm (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c197 { "lcomm", ppc_comm, 1 },
233 { "lcomm", ppc_elf_lcomm, 0 },
246 { "lcomm", ppc_pe_comm, 1 },
1853 /* The third argument to .lcomm is the alignment. */
1881 as_bad (_("Length of .lcomm \"%s\" is already %ld. Not changed to %ld."),
2956 /* The .comm and .lcomm pseudo-ops for XCOFF. XCOFF puts common
2959 aligns .comm and .lcomm to 4 bytes. */
2962 ppc_comm (int lcomm)
2996 if (! lcomm)
3022 /* The third argument to .lcomm appear
2948 ppc_comm(int lcomm) argument
4354 ppc_pe_comm(int lcomm) argument
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf64-x86-64.c3457 asection *lcomm;
3462 lcomm = bfd_get_section_by_name (abfd, "LARGE_COMMON");
3463 if (lcomm == NULL)
3465 lcomm = bfd_make_section_with_flags (abfd,
3470 if (lcomm == NULL)
3472 elf_section_flags (lcomm) |= SHF_X86_64_LARGE;
3474 *secp = lcomm;
3455 asection *lcomm; local

Completed in 47 milliseconds