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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c1191 asection *scomm = bfd_get_section_by_name (abfd, ".scommon");
1193 if (scomm == NULL)
1195 scomm = bfd_make_section_with_flags (abfd, ".scommon",
1199 if (scomm == NULL)
1203 *secp = scomm;
1186 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); local
H A Delf32-frv.c4165 file. We use it to put .comm items in .scomm, and not .comm. */
4184 asection *scomm = bfd_get_section_by_name (abfd, ".scommon");
4186 if (scomm == NULL)
4188 scomm = bfd_make_section_with_flags (abfd, ".scommon",
4192 if (scomm == NULL)
4196 *secp = scomm;
4179 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); local
H A Delfxx-ia64.c1611 asection *scomm = bfd_get_section_by_name (abfd, ".scommon");
1613 if (scomm == NULL)
1615 scomm = bfd_make_section_with_flags (abfd, ".scommon",
1619 if (scomm == NULL)
1623 *secp = scomm;
1607 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); local

Completed in 159 milliseconds