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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-frv.c2644 file. We use it to put .comm items in .scomm, and not .comm. */
2663 asection *scomm = bfd_get_section_by_name (abfd, ".scommon");
2665 if (scomm == NULL)
2667 scomm = bfd_make_section (abfd, ".scommon");
2668 if (scomm == NULL
2669 || !bfd_set_section_flags (abfd, scomm, (SEC_ALLOC
2675 *secp = scomm;
2658 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); local
H A Delfxx-ia64.c1422 asection *scomm = bfd_get_section_by_name (abfd, ".scommon");
1424 if (scomm == NULL)
1426 scomm = bfd_make_section (abfd, ".scommon");
1427 if (scomm == NULL
1428 || !bfd_set_section_flags (abfd, scomm, (SEC_ALLOC
1434 *secp = scomm;
1418 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); local
H A Delf64-alpha.c2377 asection *scomm = bfd_get_section_by_name (abfd, ".scommon");
2379 if (scomm == NULL)
2381 scomm = bfd_make_section (abfd, ".scommon");
2382 if (scomm == NULL
2383 || !bfd_set_section_flags (abfd, scomm, (SEC_ALLOC
2389 *secp = scomm;
2371 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); local

Completed in 87 milliseconds