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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h123 #define IMGPF_IS_64BIT 0x00000008 /* exec to a 64Bit binary */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c757 imgp->ip_flags |= IMGPF_IS_64BIT;
822 imgp->ip_vfork_thread = fork_create_child(task, p, FALSE, (imgp->ip_flags & IMGPF_IS_64BIT));
840 if (imgp->ip_flags & IMGPF_IS_64BIT) {
864 ((imgp->ip_flags & IMGPF_IS_64BIT) == IMGPF_IS_64BIT));
968 if (imgp->ip_flags & IMGPF_IS_64BIT) {
2168 int ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT) ? 8 : 4;
2237 if (imgp->ip_flags & IMGPF_IS_64BIT) {
H A Dmach_loader.c260 pmap = pmap_create((vm_map_size_t) 0, (imgp->ip_flags & IMGPF_IS_64BIT));
263 vm_compute_max_offset((imgp->ip_flags & IMGPF_IS_64BIT)),
291 if ((imgp->ip_flags & IMGPF_IS_64BIT) &&

Completed in 34 milliseconds