Home
last modified time | relevance | path

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

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