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

/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h235 * LC_REQ_DYLD bit will be or'ed into the load command constant. If the dynamic
241 #define LC_REQ_DYLD 0x80000000 macro
273 #define LC_LOAD_WEAK_DYLIB (0x18 | LC_REQ_DYLD)
279 #define LC_RPATH (0x1c | LC_REQ_DYLD) /* runpath additions */
282 #define LC_REEXPORT_DYLIB (0x1f | LC_REQ_DYLD) /* load and re-export dylib */
286 #define LC_DYLD_INFO_ONLY (0x22|LC_REQ_DYLD) /* compressed dyld information only */
287 #define LC_LOAD_UPWARD_DYLIB (0x23 | LC_REQ_DYLD) /* load upward dylib */
293 #define LC_MAIN (0x28|LC_REQ_DYLD) /* replacement for LC_UNIXTHREAD */

Completed in 24 milliseconds