Home
last modified time | relevance | path

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

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