HomeSort by relevance Sort by last modified time
    Searched refs:S_ATTR_STRIP_STATIC_SYMS (Results 1 - 4 of 4) 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/llvm/lib/MC/
MCSectionMachO.cpp 61 ENTRY("strip_static_syms", S_ATTR_STRIP_STATIC_SYMS)
MCObjectFileInfo.cpp 691 MCSectionMachO::S_ATTR_STRIP_STATIC_SYMS |
  /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 349 milliseconds