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

12

/macosx-10.9.5/cctools-845/as/
H A Dsections.c56 * S_ZEROFILL or S_THREAD_LOCAL_ZEROFILL.
95 * it is not set for section types of S_ZEROFILL or S_THREAD_LOCAL_ZEROFILL.
161 if(frcP != NULL && (frchain_now == frcP || type == S_ZEROFILL ||
163 if(type != S_ZEROFILL && type != S_THREAD_LOCAL_ZEROFILL)
172 if(type != S_ZEROFILL && type != S_THREAD_LOCAL_ZEROFILL){
197 if(type != S_ZEROFILL && type != S_THREAD_LOCAL_ZEROFILL)
203 if((frcP->frch_section.flags & SECTION_TYPE) == S_ZEROFILL ||
213 if(type != S_ZEROFILL && type != S_THREAD_LOCAL_ZEROFILL)
247 if(type != S_ZEROFILL && type != S_THREAD_LOCAL_ZEROFILL)
257 if(type == S_ZEROFILL || typ
[all...]
H A Dwrite_object.c270 if(section_type == S_ZEROFILL ||
275 if(section_type != S_ZEROFILL &&
291 if(section_type != S_ZEROFILL &&
1640 if(frcP->frch_section.flags != S_ZEROFILL &&
H A Dlayout.c249 if(section_type == S_ZEROFILL ||
274 if(section_type == S_ZEROFILL ||
295 if(section_type != S_ZEROFILL &&
H A Dread.c495 { "zerofill", s_zerofill, S_ZEROFILL },
2184 bss = section_new(SEG_DATA, SECT_BSS, S_ZEROFILL, 0, 0);
/macosx-10.9.5/cctools-845/libstuff/
H A Dofile_get_word.c52 if(s->flags == S_ZEROFILL ||
80 if(s64->flags == S_ZEROFILL ||
H A Dofile.c3558 s->flags != S_ZEROFILL &&
3567 s->flags != S_ZEROFILL &&
3579 s->flags != S_ZEROFILL &&
3588 s->flags != S_ZEROFILL &&
3616 s->flags != S_ZEROFILL &&
3686 s64->flags != S_ZEROFILL &&
3698 s64->flags != S_ZEROFILL &&
3709 s64->flags != S_ZEROFILL &&
/macosx-10.9.5/cctools-845/misc/
H A Dstrings.c376 if((s->flags & S_ZEROFILL) != S_ZEROFILL &&
390 if((s->flags & S_ZEROFILL) != S_ZEROFILL &&
414 if((s64->flags & S_ZEROFILL) != S_ZEROFILL &&
428 if((s64->flags & S_ZEROFILL) != S_ZEROFILL &&
H A Dctf_insert.c504 (s->flags & S_ZEROFILL) != S_ZEROFILL &&
528 (s64->flags & S_ZEROFILL) != S_ZEROFILL &&
H A Dcodesign_allocate.c681 (s->flags & S_ZEROFILL) != S_ZEROFILL &&
701 (s64->flags & S_ZEROFILL) != S_ZEROFILL &&
H A Dinstall_name_tool.c735 (s->flags & S_ZEROFILL) != S_ZEROFILL &&
756 (s64->flags & S_ZEROFILL) != S_ZEROFILL &&
H A Dpagestuff.c589 if((s->flags & SECTION_TYPE) != S_ZEROFILL &&
600 if(((s->flags & SECTION_TYPE) == S_ZEROFILL ||
634 if((s64->flags & SECTION_TYPE) != S_ZEROFILL &&
645 if(((s64->flags & SECTION_TYPE) == S_ZEROFILL ||
H A Dsegedit.c453 if(flags == S_ZEROFILL || flags == S_THREAD_LOCAL_ZEROFILL)
1111 if(sect_flags == S_ZEROFILL ||
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCSectionMachO.h53 /// S_ZEROFILL - Zero fill on demand section.
54 S_ZEROFILL = 0x01U, enumerator in enum:llvm::MCSectionMachO::__anon9958
/macosx-10.9.5/llvmCore-3425.0.33/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.9.5/llvmCore-3425.0.33/lib/MC/MCParser/
H A DDarwinAsmParser.cpp640 Segment, Section, MCSectionMachO::S_ZEROFILL,
698 Segment, Section, MCSectionMachO::S_ZEROFILL,
/macosx-10.9.5/xnu-2422.115.4/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.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h444 #define S_ZEROFILL 0x1 /* zero fill on demand section */ macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h445 #define S_ZEROFILL 0x1 /* zero fill on demand section */ macro
/macosx-10.9.5/cctools-845/otool/
H A Dmain.c1355 case S_ZEROFILL:
1417 if((sect_flags & SECTION_TYPE) == S_ZEROFILL)
2438 if((s.flags & SECTION_TYPE) == S_ZEROFILL){
2479 if((s64.flags & SECTION_TYPE) == S_ZEROFILL){
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexmacosx.c84 from S_ZEROFILL to S_REGULAR. Note that the number of sections and
844 because their flag fields have the value S_ZEROFILL. Dumping these
879 fields require changing (from S_ZEROFILL to S_REGULAR). The
908 case S_ZEROFILL:
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c84 from S_ZEROFILL to S_REGULAR. Note that the number of sections and
844 because their flag fields have the value S_ZEROFILL. Dumping these
879 fields require changing (from S_ZEROFILL to S_REGULAR). The
908 case S_ZEROFILL:
/macosx-10.9.5/cctools-845/ld/
H A Dpass1.c4606 section_type != S_ZEROFILL &&
4666 section_type != S_ZEROFILL){
4673 if(section_type == S_ZEROFILL ||
5685 section_type != S_ZEROFILL &&

Completed in 329 milliseconds

12