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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c1212 asection *scomm = bfd_get_section_by_name (abfd, ".scommon");
1214 if (scomm == NULL)
1216 scomm = bfd_make_section_with_flags (abfd, ".scommon",
1220 if (scomm == NULL)
1224 *secp = scomm;
1207 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); local
H A Delfxx-ia64.c1627 asection *scomm = bfd_get_section_by_name (abfd, ".scommon");
1629 if (scomm == NULL)
1631 scomm = bfd_make_section_with_flags (abfd, ".scommon",
1635 if (scomm == NULL)
1639 *secp = scomm;
1623 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); local

Completed in 109 milliseconds