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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h86 int ip_flags; /* image flags */ member in struct:image_params
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c394 imgp->ip_flags |= IMGPF_POWERPC;
460 (imgp->ip_flags & IMGPF_INTERPRET) != 0) {
465 if ((imgp->ip_flags & IMGPF_POWERPC) != 0)
469 imgp->ip_flags |= IMGPF_INTERPRET;
757 imgp->ip_flags |= IMGPF_IS_64BIT;
817 imgp->ip_flags |= IMGPF_POWERPC;
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));
903 imgp->ip_flags
[all...]
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 86 milliseconds