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

/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h301 * A variable length string in a load command is represented by an lc_str
308 union lc_str { union
607 union lc_str name; /* library's target pathname */
635 union lc_str name; /* library's path name */
668 union lc_str umbrella; /* the umbrella framework name */
683 union lc_str client; /* the client name */
702 union lc_str sub_umbrella; /* the sub_umbrella framework name */
723 union lc_str sub_library; /* the sub_library name */
738 union lc_str name; /* library's path name */
740 union lc_str linked_module
[all...]
/macosx-10.10/objc4-646/
H A Dmarkgc.c235 * A variable length string in a load command is represented by an lc_str
242 union lc_str {
250 union lc_str name; /* library's path name */
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dmacho++.h107 const char *string(const load_command *cmd, const lc_str &str) const;
H A Dmacho++.cpp362 // Translate a union lc_str into the string it denotes.
365 const char *MachOBase::string(const load_command *cmd, const lc_str &str) const
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmacho++.h107 const char *string(const load_command *cmd, const lc_str &str) const;
H A Dmacho++.cpp362 // Translate a union lc_str into the string it denotes.
365 const char *MachOBase::string(const load_command *cmd, const lc_str &str) const

Completed in 202 milliseconds