Searched refs:IMGPF_IS_64BIT_ADDR (Results 1 – 3 of 3) sorted by relevance
145 #define IMGPF_IS_64BIT_ADDR 0x00000008 /* exec to a 64Bit address space */ macro
1073 if (!(imgp->ip_flags & IMGPF_IS_64BIT_ADDR)) { in exec_setup_tpro()1264 imgp->ip_flags |= IMGPF_IS_64BIT_ADDR | IMGPF_IS_64BIT_DATA; in exec_mach_imgact()1846 int new_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_mach_imgact()5695 int ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_copyout_strings()5900 int new_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_extract_strings()6228 int img_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_add_apple_strings()7973 if (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) { in exec_prefault_data()8030 if (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) { in exec_prefault_data()
470 result->is_64bit_addr = ((imgp->ip_flags & IMGPF_IS_64BIT_ADDR) == IMGPF_IS_64BIT_ADDR); in load_machfile()571 result->is_64bit_addr = ((imgp->ip_flags & IMGPF_IS_64BIT_ADDR) == IMGPF_IS_64BIT_ADDR); in load_machfile()