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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h705 * A dynamically linked shared library may be a sub_library of another shared
706 * library. If so it will be linked with "-sub_library library_name" where
707 * Where "library_name" is the name of the sub_library shared library. When
714 * will be the umbrella framework (or dynamic library). Zero or more sub_library
716 * The name of a sub_library framework is recorded in the following structure.
721 uint32_t cmdsize; /* includes sub_library string */
722 union lc_str sub_library; /* the sub_library name */ member in struct:sub_library_command

Completed in 21 milliseconds