HomeSort by relevance Sort by last modified time
    Searched defs:S_ATTR_STRIP_STATIC_SYMS (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCSectionMachO.h 115 /// S_ATTR_STRIP_STATIC_SYMS - Ok to strip static symbols in this section
117 S_ATTR_STRIP_STATIC_SYMS = 1U << 29,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 193 #define S_ATTR_STRIP_STATIC_SYMS 0x20000000UL /* ok to strip static symbols
    [all...]

Completed in 44 milliseconds