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

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h86 int ip_flags; /* image flags */ member in struct:image_params
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c448 (imgp->ip_flags & IMGPF_INTERPRET) != 0) {
452 imgp->ip_flags |= IMGPF_INTERPRET;
722 int spawn = (imgp->ip_flags & IMGPF_SPAWN);
769 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;
1734 imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT : IMGPF_NONE);
1834 imgp->ip_flags |= IMGPF_SPAWN; /* spawn w/o exec */
1934 imgp->ip_flags |
[all...]
H A Dmach_loader.c296 int spawn = (imgp->ip_flags & IMGPF_SPAWN);
324 (imgp->ip_flags & IMGPF_IS_64BIT));
327 vm_compute_max_offset((imgp->ip_flags & IMGPF_IS_64BIT)),
342 if ((header->flags & MH_NO_HEAP_EXECUTION) && !(imgp->ip_flags & IMGPF_ALLOW_DATA_EXEC))
348 if (!(imgp->ip_flags & IMGPF_DISABLE_ASLR)) {
350 aslr_offset %= 1 << ((imgp->ip_flags & IMGPF_IS_64BIT) ? 16 : 8);
388 if ((imgp->ip_flags & IMGPF_IS_64BIT) &&

Completed in 79 milliseconds