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

/macosx-10.9.5/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 */
/macosx-10.9.5/cctools-845/include/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 */
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoader.h75 #define LC_MAIN (0x28|LC_REQ_DYLD) /* replacement for LC_UNIXTHREAD */
H A DImageLoaderMachO.cpp60 #define LC_LOAD_UPWARD_DYLIB (0x23|LC_REQ_DYLD) /* load of dylib whose initializers run later */
441 // do nothing, just prevent LC_REQ_DYLD exception from occuring
448 if ( (cmd->cmd & LC_REQ_DYLD) != 0 ) {
H A DdyldAPIsInLibSystem.cpp61 #define LC_LOAD_UPWARD_DYLIB (0x23|LC_REQ_DYLD) /* load of dylib whose initializers run later */
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOBinder.hpp208 if ( cmd->cmd() & LC_REQ_DYLD )
H A DMachOFileAbstraction.hpp66 #define LC_LOAD_UPWARD_DYLIB (0x23|LC_REQ_DYLD) /* load of dylib whose initializers run later */

Completed in 105 milliseconds