Home | History | Annotate | Download | only in bfd

Lines Matching defs:scomm

867       asection *scomm = bfd_get_section_by_name (abfd, ".scommon");
869 if (scomm == NULL)
871 scomm = bfd_make_section_with_flags (abfd, ".scommon",
875 if (scomm == NULL)
879 *secp = scomm;