Searched refs:S_ATTR_STRIP_STATIC_SYMS (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCSectionMachO.h115 /// S_ATTR_STRIP_STATIC_SYMS - Ok to strip static symbols in this section
117 S_ATTR_STRIP_STATIC_SYMS = 1U << 29, enumerator in enum:llvm::MCSectionMachO::__anon9958
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCSectionMachO.cpp61 ENTRY("strip_static_syms", S_ATTR_STRIP_STATIC_SYMS)
H A DMCObjectFileInfo.cpp584 MCSectionMachO::S_ATTR_STRIP_STATIC_SYMS |
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h513 #define S_ATTR_STRIP_STATIC_SYMS 0x20000000 /* ok to strip static symbols macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h514 #define S_ATTR_STRIP_STATIC_SYMS 0x20000000 /* ok to strip static symbols macro
/macosx-10.9.5/cctools-845/ld/
H A Dsymbols.c886 /* If S_ATTR_STRIP_STATIC_SYMS is set on this symbol's section,
890 S_ATTR_STRIP_STATIC_SYMS))
3189 * section can be checked for the S_ATTR_STRIP_STATIC_SYMS attribute flag.
3268 S_ATTR_STRIP_STATIC_SYMS) == S_ATTR_STRIP_STATIC_SYMS))
3349 S_ATTR_STRIP_STATIC_SYMS) == S_ATTR_STRIP_STATIC_SYMS))
6199 /* If S_ATTR_STRIP_STATIC_SYMS is set on this symbol's section,
6204 S_ATTR_STRIP_STATIC_SYMS))
/macosx-10.9.5/cctools-845/as/
H A Dread.c273 { "strip_static_syms", S_ATTR_STRIP_STATIC_SYMS },
/macosx-10.9.5/cctools-845/misc/
H A Dstrip.c2843 (s_flags & S_ATTR_STRIP_STATIC_SYMS) !=
2844 S_ATTR_STRIP_STATIC_SYMS){
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2659 if(section_attributes & S_ATTR_STRIP_STATIC_SYMS)

Completed in 298 milliseconds