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

/external/llvm/lib/MC/
H A DMCSectionMachO.cpp23 { nullptr, "S_ZEROFILL" }, // 0x01
159 return (getType() == MachO::S_ZEROFILL ||
H A DMCObjectFileInfo.cpp134 MachO::S_ZEROFILL,
137 = Ctx->getMachOSection("__DATA","__bss", MachO::S_ZEROFILL,
/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},
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp766 Segment, Section, MachO::S_ZEROFILL,
824 Segment, Section, MachO::S_ZEROFILL,
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp746 !(SectionType == MachO::S_ZEROFILL ||
756 (SectionType == MachO::S_ZEROFILL ||
780 Res = SectionType == MachO::S_ZEROFILL ||
/external/llvm/include/llvm/Support/
H A DMachO.h159 /// S_ZEROFILL - Zero fill on demand section.
160 S_ZEROFILL = 0x01u,

Completed in 2226 milliseconds