Home | History | Annotate | Download | only in macho

Lines Matching refs:S_ZEROFILL

162 #define S_ZEROFILL          0x1         /* zerofill, in-memory only */
635 if (!(msd->flags & S_ZEROFILL)) {
759 if ((msd->flags & SECTION_TYPE) != S_ZEROFILL) {
1006 if (!(msd->flags & S_ZEROFILL)) {
1355 {".bss", "__DATA", "__bss", S_ZEROFILL, 0},