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

  /external/llvm/lib/MC/
MCSectionMachO.cpp 67 ENTRY(nullptr /*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...]
  /external/llvm/include/llvm/Support/
MachO.h 244 /// S_ATTR_LOC_RELOC - Section has local relocation entries.
245 S_ATTR_LOC_RELOC = 0x00000100u,
    [all...]

Completed in 248 milliseconds