Lines Matching full:sbss
59 // ".sdata.*", ".sbss", and ".sbss.*" will go into small data.
61 // sectionName is either ".sdata" or ".sbss". Looking for an exact match
63 if (Sec.equals(".sdata") || Sec.equals(".sbss") || Sec.equals(".scommon"))
65 // If either ".sdata." or ".sbss." is a substring of the section name
68 Sec.find(".sbss.") != StringRef::npos ||
98 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
326 TRACE(" default sbss\n");
330 StringRef Prefix(".sbss");
338 TRACE(" unique sbss(" << Name << ")\n");