Searched refs:S_LAZY_DYLIB_SYMBOL_POINTERS (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSectionMachO.h88 /// S_LAZY_DYLIB_SYMBOL_POINTERS - Section with lazy symbol pointers to
90 S_LAZY_DYLIB_SYMBOL_POINTERS = 0x10U, enumerator in enum:llvm::MCSectionMachO::__anon10027
/macosx-10.10/Csu-85/
H A Dlazy_dylib_loader.c37 #ifndef S_LAZY_DYLIB_SYMBOL_POINTERS
38 #define S_LAZY_DYLIB_SYMBOL_POINTERS 0x10 macro
202 if ( type == S_LAZY_DYLIB_SYMBOL_POINTERS ) { // S_LAZY_DYLIB_SYMBOL_POINTERS
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h485 #define S_LAZY_DYLIB_SYMBOL_POINTERS 0x10 /* section with only lazy macro

Completed in 172 milliseconds