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

  /external/llvm/lib/MC/
MCSectionMachO.cpp 34 { nullptr, /*FIXME??*/ "S_GB_ZEROFILL" }, // 0x0C
160 getType() == MachO::S_GB_ZEROFILL ||
  /external/llvm/lib/Object/
MachOObjectFile.cpp 747 SectionType == MachO::S_GB_ZEROFILL);
757 SectionType == MachO::S_GB_ZEROFILL);
781 SectionType == MachO::S_GB_ZEROFILL;
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 184 /// S_GB_ZEROFILL - Zero fill on demand section (that can be larger than 4
186 S_GB_ZEROFILL = 0x0cu,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 174 #define S_GB_ZEROFILL 0xc /* >4GB zero fill on demand section */
    [all...]

Completed in 131 milliseconds