Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dimgact.h168 #define IMGPF_SB_TRUE 1 /* Binary is a simulator binary */ macro
/xnu-12377.1.9/bsd/kern/
H A Dmach_loader.c1820 imgp->ip_simulator_binary = simulator_binary ? IMGPF_SB_TRUE : IMGPF_SB_FALSE; in validate_potential_simulator_binary()
1823 if (imgp->ip_simulator_binary != IMGPF_SB_TRUE) { in validate_potential_simulator_binary()