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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSectionMachO.h53 /// S_ZEROFILL - Zero fill on demand section.
54 S_ZEROFILL = 0x01U, enumerator in enum:llvm::MCSectionMachO::__anon10027
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCSectionMachO.cpp23 { 0, "S_ZEROFILL" }, // 0x01
161 return (getType() == MCSectionMachO::S_ZEROFILL ||
H A DMCObjectFileInfo.cpp110 MCSectionMachO::S_ZEROFILL,
113 = Ctx->getMachOSection("__DATA","__bss", MCSectionMachO::S_ZEROFILL,
H A DMCMachOStreamer.cpp334 MCSectionMachO::S_ZEROFILL,
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCParser/
H A DDarwinAsmParser.cpp640 Segment, Section, MCSectionMachO::S_ZEROFILL,
698 Segment, Section, MCSectionMachO::S_ZEROFILL,
/macosx-10.10/xnu-2782.1.97/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) ||
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h444 #define S_ZEROFILL 0x1 /* zero fill on demand section */ macro
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c84 from S_ZEROFILL to S_REGULAR. Note that the number of sections and
848 because their flag fields have the value S_ZEROFILL. Dumping these
883 fields require changing (from S_ZEROFILL to S_REGULAR). The
912 case S_ZEROFILL:
/macosx-10.10/emacs-93/
H A Dunexmacosx.c84 from S_ZEROFILL to S_REGULAR. Note that the number of sections and
848 because their flag fields have the value S_ZEROFILL. Dumping these
883 fields require changing (from S_ZEROFILL to S_REGULAR). The
912 case S_ZEROFILL:

Completed in 93 milliseconds