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

/macosx-10.9.5/llvmCore-3425.0.33/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::__anon9958
/macosx-10.9.5/Csu-79/
H A Dlazy_dylib_loader.c37 #ifndef S_LAZY_DYLIB_SYMBOL_POINTERS
38 #define S_LAZY_DYLIB_SYMBOL_POINTERS 0x10 macro
188 if ( type == S_LAZY_DYLIB_SYMBOL_POINTERS ) { // S_LAZY_DYLIB_SYMBOL_POINTERS
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h485 #define S_LAZY_DYLIB_SYMBOL_POINTERS 0x10 /* section with only lazy macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h486 #define S_LAZY_DYLIB_SYMBOL_POINTERS 0x10 /* section with only lazy macro
/macosx-10.9.5/cctools-845/misc/
H A Dstrip.c1091 section_type != S_LAZY_DYLIB_SYMBOL_POINTERS &&
1127 section_type != S_LAZY_DYLIB_SYMBOL_POINTERS &&
2061 section_type == S_LAZY_DYLIB_SYMBOL_POINTERS ||
2087 section_type == S_LAZY_DYLIB_SYMBOL_POINTERS ||
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2638 else if(section_type == S_LAZY_DYLIB_SYMBOL_POINTERS)
2639 printf(" S_LAZY_DYLIB_SYMBOL_POINTERS\n");
2684 section_type == S_LAZY_DYLIB_SYMBOL_POINTERS ||
7099 section_type == S_LAZY_DYLIB_SYMBOL_POINTERS ||
8300 section_type == S_LAZY_DYLIB_SYMBOL_POINTERS ||
8337 section_type == S_LAZY_DYLIB_SYMBOL_POINTERS ||
H A Dmain.c944 (sect_flags & SECTION_TYPE) == S_LAZY_DYLIB_SYMBOL_POINTERS ||

Completed in 399 milliseconds