Searched refs:IMGPF_ROSETTA (Results 1 – 3 of 3) sorted by relevance
161 #define IMGPF_ROSETTA 0x10000000 /* load rosetta runtime */ macro
476 pmap_flags |= (imgp->ip_flags & IMGPF_ROSETTA) ? PMAP_CREATE_ROSETTA : 0; in load_machfile()867 } else if (imgp->ip_flags & IMGPF_ROSETTA) { in parse_machfile()1234 if (depth == 2 && (imgp->ip_flags & IMGPF_ROSETTA)) { in parse_machfile()1482 if ((ret == LOAD_SUCCESS) && (depth == 1) && (imgp->ip_flags & IMGPF_ROSETTA)) { in parse_machfile()2141 if (filetype != MH_DYLINKER && (imgp->ip_flags & IMGPF_ROSETTA) == 0 && scp->vmaddr == 0) { in load_segment()3004 if (imgp->ip_flags & IMGPF_ROSETTA) { in load_dylinker()
1095 if (imgp->ip_flags & IMGPF_ROSETTA) { in exec_setup_tpro()1799 if (imgp->ip_flags & IMGPF_ROSETTA) { in exec_mach_imgact()4114 imgp->ip_flags |= (IMGPF_ROSETTA | IMGPF_ALT_ROSETTA); in posix_spawn()