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

/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
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h148 #define MH_NOMULTIDEFS 0x200 /* this umbrella guarantees no multiple
263 #define LC_SUB_UMBRELLA 0x13 /* sub umbrella */
655 * A dynamically linked shared library may be a subframework of an umbrella
656 * framework. If so it will be linked with "-umbrella umbrella_name" where
657 * Where "umbrella_name" is the name of the umbrella framework. A subframework
658 * can only be linked against by its umbrella framework or other subframeworks
659 * that are part of the same umbrella framework. Otherwise the static link
660 * editor produces an error and states to link against the umbrella framework.
661 * The name of the umbrella framework for subframeworks is recorded in the
666 uint32_t cmdsize; /* includes umbrella strin
667 union lc_str umbrella; /* the umbrella framework name */ member in struct:sub_framework_command
[all...]

Completed in 22 milliseconds