Searched refs:IMGPF_IS_64BIT (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h127 #define IMGPF_IS_64BIT 0x00000008 /* exec to a 64Bit binary */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c769 imgp->ip_flags |= IMGPF_IS_64BIT;
826 imgp->ip_new_thread = fork_create_child(task, p, FALSE, (imgp->ip_flags & IMGPF_IS_64BIT));
847 if (imgp->ip_flags & IMGPF_IS_64BIT) {
951 int new_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT) ? 8 : 4;
2526 int ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT) ? 8 : 4;
2728 int new_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT) ? 8 : 4;
2985 if( imgp->ip_flags & IMGPF_IS_64BIT) {
3937 if (imgp->ip_flags & IMGPF_IS_64BIT) {
3981 if (imgp->ip_flags & IMGPF_IS_64BIT) {
H A Dmach_loader.c324 (imgp->ip_flags & IMGPF_IS_64BIT));
327 vm_compute_max_offset((imgp->ip_flags & IMGPF_IS_64BIT)),
350 aslr_offset %= 1 << ((imgp->ip_flags & IMGPF_IS_64BIT) ? 16 : 8);
388 if ((imgp->ip_flags & IMGPF_IS_64BIT) &&

Completed in 32 milliseconds