Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dimgact.h164 #define IMGPF_SB_FALSE 2 /* Binary is not a simulator binary */ macro
/xnu-8792.61.2/bsd/kern/
H A Dmach_loader.c1532 imgp->ip_simulator_binary = simulator_binary ? IMGPF_SB_TRUE : IMGPF_SB_FALSE; in validate_potential_simulator_binary()