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

  /external/llvm/include/llvm/MC/
MCSectionMachO.h 131 /// S_ATTR_LOC_RELOC - Section has local relocation entries.
132 S_ATTR_LOC_RELOC = 1U << 8
  /external/llvm/lib/MC/
MCSectionMachO.cpp 68 ENTRY(0 /*FIXME*/, S_ATTR_LOC_RELOC)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 185 #define S_ATTR_LOC_RELOC 0x00000100 /* section has local
763 msd->flags |= S_ATTR_LOC_RELOC;
    [all...]

Completed in 435 milliseconds