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

  /external/llvm/include/llvm/MC/
MCSectionMachO.h 129 /// S_ATTR_EXT_RELOC - Section has external relocation entries.
130 S_ATTR_EXT_RELOC = 1U << 9,
  /external/llvm/lib/MC/
MCSectionMachO.cpp 67 ENTRY(0 /*FIXME*/, S_ATTR_EXT_RELOC)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 183 #define S_ATTR_EXT_RELOC 0x00000200 /* section has external
765 msd->flags |= S_ATTR_EXT_RELOC;
    [all...]

Completed in 1139 milliseconds