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

/xnu-2422.115.4/tools/
H A Dxcrun_cache.sh147 rsync -aq --exclude=\*_debug.dylib --exclude=\*_profile.dylib "${SDKPROPERTY}/usr/lib/system/" "${OBJROOT}/BuildTools/${SDKNAME}/usr/lib/system/"
218 rsync -aq $(dirname $(dirname "${TOOLPATH}"))/lib/libLTO.dylib $(dirname $(dirname "${NEWTOOLPATH}"))/lib/libLTO.dylib
/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h185 #define MH_NO_REEXPORTED_DYLIBS 0x100000 /* When this bit is set on a dylib,
194 linking against a dylib that
198 dylib if no symbols are being
199 referenced from the dylib. */
282 #define LC_REEXPORT_DYLIB (0x1f | LC_REQ_DYLD) /* load and re-export dylib */
283 #define LC_LAZY_LOAD_DYLIB 0x20 /* delay load of dylib until first use */
287 #define LC_LOAD_UPWARD_DYLIB (0x23 | LC_REQ_DYLD) /* load upward dylib */
634 struct dylib { struct
652 struct dylib dylib; /* th member in struct:dylib_command
[all...]
/xnu-2422.115.4/libkern/kxld/
H A DMakefile46 LIBKXLD_DYLIB=libkxld.dylib

Completed in 28 milliseconds