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

/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c541 case MH_DYLINKER:
591 if ((header->flags & MH_PIE) || (header->filetype == MH_DYLINKER)) {
1099 if (LOAD_SUCCESS == ret && filetype == MH_DYLINKER &&
/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h91 * MH_DYLINKER and MH_BUNDLE file types also have the headers included as part
116 #define MH_DYLINKER 0x7 /* dynamic link editor */ macro

Completed in 29 milliseconds