Searched defs:shared_file_mapping_slide_np (Results 1 – 1 of 1) sorted by relevance
162 struct shared_file_mapping_slide_np { struct163 mach_vm_address_t sms_address; /* address at which to create mapping */164 mach_vm_size_t sms_size; /* size of region to map */165 mach_vm_offset_t sms_file_offset; /* offset into file to be mapped */166 user_addr_t sms_slide_size; /* size of data at sms_slide_start */167 user_addr_t sms_slide_start; /* address from which to get relocation data */168 vm_prot_t sms_max_prot; /* protections, plus flags, see below */169 vm_prot_t sms_init_prot;