Home
last modified time | relevance | path

Searched refs:ip_simulator_binary (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/bsd/sys/
H A Dimgact.h135 unsigned int ip_simulator_binary; /* simulator binary flags */ member
/xnu-10063.101.15/bsd/kern/
H A Dmach_loader.c1542 if (imgp->ip_simulator_binary == IMGPF_SB_DEFAULT) { in validate_potential_simulator_binary()
1544 imgp->ip_simulator_binary = simulator_binary ? IMGPF_SB_TRUE : IMGPF_SB_FALSE; in validate_potential_simulator_binary()
1547 if (imgp->ip_simulator_binary != IMGPF_SB_TRUE) { in validate_potential_simulator_binary()
H A Dkern_exec.c3623 imgp->ip_simulator_binary = IMGPF_SB_DEFAULT; in posix_spawn()
5210 imgp->ip_simulator_binary = IMGPF_SB_DEFAULT; in __mac_execve()