HomeSort by relevance Sort by last modified time
    Searched refs:S_ZEROFILL (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/MC/
MCSectionMachO.cpp 23 { nullptr, "S_ZEROFILL" }, // 0x01
159 return (getType() == MachO::S_ZEROFILL ||
MCObjectFileInfo.cpp 134 MachO::S_ZEROFILL,
137 = Ctx->getMachOSection("__DATA","__bss", MachO::S_ZEROFILL,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 162 #define S_ZEROFILL 0x1 /* zerofill, in-memory only */
635 if (!(msd->flags & S_ZEROFILL)) {
759 if ((msd->flags & SECTION_TYPE) != S_ZEROFILL) {
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 766 Segment, Section, MachO::S_ZEROFILL,
824 Segment, Section, MachO::S_ZEROFILL,
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 746 !(SectionType == MachO::S_ZEROFILL ||
756 (SectionType == MachO::S_ZEROFILL ||
780 Res = SectionType == MachO::S_ZEROFILL ||
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 159 /// S_ZEROFILL - Zero fill on demand section.
160 S_ZEROFILL = 0x01u,
    [all...]

Completed in 261 milliseconds