Home
last modified time | relevance | path

Searched refs:MH_DYLDLINK (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h131 #define MH_DYLDLINK 0x4 /* the object file is input for the macro
/xnu-8020.101.4/bsd/kern/
H A Dmach_loader.c847 if (header->flags & MH_DYLDLINK) { in parse_machfile()