Lines Matching defs:sbss
1346 if (startswith (name, ".sbss")
1484 { STRING_COMMA_LEN (".sbss"), -2, SHT_NOBITS, SHF_ALLOC + SHF_WRITE },
2173 asection *sbss;
2302 ret->sdata[0].bss_name = ".sbss";
2457 /* We have to create .dynsbss and .rela.sbss here so that they get mapped
2491 s = bfd_make_section_anyway_with_flags (abfd, ".rela.sbss", flags);
2615 file. We use it to put .comm items in .sbss, and not .bss. */
2632 put into .sbss. */
2636 if (htab->sbss == NULL)
2643 htab->sbss = bfd_make_section_anyway_with_flags (htab->elf.dynobj,
2644 ".sbss",
2646 if (htab->sbss == NULL)
2650 *secp = htab->sbss;
4941 must instead allocate it in .sbss. */
5846 || s == htab->sbss
8513 || strcmp (name, ".sbss") == 0))
8631 || strcmp (name, ".sbss") == 0)
8742 || strcmp (name, ".sbss") == 0)