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

  /external/llvm/include/llvm/MC/
MCSectionMachO.h 78 /// S_GB_ZEROFILL - Zero fill on demand section (that can be larger than 4
80 S_GB_ZEROFILL = 0x0CU,
  /external/llvm/lib/MC/
MCSectionMachO.cpp 34 { 0, /*FIXME??*/ "S_GB_ZEROFILL" }, // 0x0C
163 getType() == MCSectionMachO::S_GB_ZEROFILL ||
  /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 33 milliseconds