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

/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/libsyscall/
H A DMakefile184 $(CC) -arch $(ARCHS) -dynamiclib -isysroot $(SDKROOT) -L$(BUILDROOT) -F$(BUILDROOT) -install_name /usr/lib/system/$(LIB).dylib -nostdlib -mmacosx-version-min=10.8 -dead_strip -umbrella System -all_load -lsystem_kernel -single_module -compatibility_version 1 -o $(BUILDROOT)/$(LIB).dylib
191 install -m 755 $(BUILDROOT)/$(LIB).dylib $(DESTDIR)/usr/lib/system/$(LIB).dylib
/darwin-on-arm/xnu/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 */
633 struct dylib { struct
651 struct dylib dylib; /* th member in struct:dylib_command
[all...]
/darwin-on-arm/xnu/libkern/kxld/
H A DMakefile46 LIBKXLD_DYLIB=libkxld.dylib

Completed in 16 milliseconds