Searched refs:LC_REQ_DYLD (Results 1 – 7 of 7) sorted by relevance
241 #define LC_REQ_DYLD 0x80000000 macro273 #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 */
64 LC_REQ_DYLD = 0x80000000 variable88 LC_LOAD_WEAK_DYLIB = 0x00000018 | LC_REQ_DYLD92 LC_RPATH = 0x0000001c | LC_REQ_DYLD95 LC_REEXPORT_DYLIB = 0x0000001f | LC_REQ_DYLD99 LC_DYLD_INFO_ONLY = 0x00000022 | LC_REQ_DYLD100 LC_LOAD_UPWARD_DYLIB = 0x00000023 | LC_REQ_DYLD
86 LC_REQ_DYLD = 0x80000000u enumerator
92 LC_REQ_DYLD = 0x80000000u enumerator
622 uint32_t cmd = lc.cmd & ~LC_REQ_DYLD;