Home | History | Annotate | Download | only in bfd

Lines Matching defs:scomm

4097    file.  We use it to put .comm items in .scomm, and not .comm.  */
4115 asection *scomm = bfd_get_section_by_name (abfd, ".scommon");
4117 if (scomm == NULL)
4119 scomm = bfd_make_section_with_flags (abfd, ".scommon",
4123 if (scomm == NULL)
4127 *secp = scomm;