Searched defs:S_ZEROFILL (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c162 #define S_ZEROFILL 0x1 /* zerofill, in-memory only */ macro
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},

Completed in 154 milliseconds