Home
last modified time | relevance | path

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

/xnu-11417.121.6/EXTERNAL_HEADERS/mach-o/
H A Dloader.h116 #define MH_DYLINKER 0x7 /* dynamic link editor */ macro
/xnu-11417.121.6/bsd/kern/
H A Dmach_loader.c884 case MH_DYLINKER: in parse_machfile()
2148 if (filetype != MH_DYLINKER && (imgp->ip_flags & IMGPF_ROSETTA) == 0 && scp->vmaddr == 0) { in load_segment()
2370 filetype == MH_DYLINKER && in load_segment()