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

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sect.c199 sect->flags = S_ZEROFILL;
436 case S_ZEROFILL: /* sect->data should be NULL, so we'll never get here */
H A Dkxld_util.c371 require_action((sects[j].flags & S_ZEROFILL) ||
540 require_action((sects[j].flags & S_ZEROFILL) ||
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h443 #define S_ZEROFILL 0x1 /* zero fill on demand section */ macro

Completed in 23 milliseconds