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
1064 if (!(imgp->ip_flags & IMGPF_IS_64BIT_ADDR)) { in exec_setup_tpro()1251 imgp->ip_flags |= IMGPF_IS_64BIT_ADDR | IMGPF_IS_64BIT_DATA; in exec_mach_imgact()1827 int new_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_mach_imgact()5627 int ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_copyout_strings()5832 int new_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_extract_strings()6160 int img_ptr_size = (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) ? 8 : 4; in exec_add_apple_strings()7891 if (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) { in exec_prefault_data()7948 if (imgp->ip_flags & IMGPF_IS_64BIT_ADDR) { in exec_prefault_data()
476 result->is_64bit_addr = ((imgp->ip_flags & IMGPF_IS_64BIT_ADDR) == IMGPF_IS_64BIT_ADDR); in load_machfile()577 result->is_64bit_addr = ((imgp->ip_flags & IMGPF_IS_64BIT_ADDR) == IMGPF_IS_64BIT_ADDR); in load_machfile()