Home
last modified time | relevance | path

Searched refs:image_params (Results 1 – 13 of 13) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Dmach_loader.h98 struct image_params;
100 struct image_params *imgp,
109 struct image_params *imgp,
H A Dmach_fat.h39 load_return_t fatfile_getbestarch(vm_offset_t data_ptr, vm_size_t data_size, struct image_params *i…
41 vm_offset_t data_ptr, vm_size_t data_size, struct image_params *imgp, struct fat_arch *archret);
H A Dmach_fat.c67 struct image_params *imgp, in fatfile_getarch()
167 struct image_params *imgp, in fatfile_getbestarch()
188 struct image_params *imgp, in fatfile_getbestarch_for_cputype()
H A Dkern_exec.c363 struct image_params; /* Forward */
364 static int exec_activate_image(struct image_params *imgp);
365 static int exec_copyout_strings(struct image_params *imgp, user_addr_t *stackp);
367 static int execargs_alloc(struct image_params *imgp);
368 static int execargs_free(struct image_params *imgp);
369 static int exec_check_permissions(struct image_params *imgp);
370 static int exec_extract_strings(struct image_params *imgp);
371 static int exec_add_apple_strings(struct image_params *imgp, const load_result_t *load_result);
372 static int exec_handle_sugid(struct image_params *imgp);
377 static void exec_resettextvp(proc_t, struct image_params *);
[all …]
H A Dkern_exec_internal.h39 set_proc_name(struct image_params *imgp, proc_t p);
H A Dmach_loader.c153 struct image_params *imgp
167 struct image_params *imgp
194 struct image_params *imgp);
271 struct image_params *imgp
279 struct image_params *imgp,
295 struct image_params *imgp
362 arm64e_plugin_host(struct image_params *imgp, load_result_t *result) in arm64e_plugin_host()
433 struct image_params *imgp, in load_machfile()
767 struct image_params *imgp in parse_machfile()
1483 struct image_params *imgp __unused, in validate_potential_simulator_binary()
[all …]
H A Dubc_subr.c3876 struct image_params *imgp, in ubc_cs_blob_add()
4607 struct image_params *imgp, in ubc_cs_blob_revalidate()
/xnu-8020.140.41/bsd/sys/
H A Dimgact.h75 struct image_params { struct
H A Dubc_internal.h225 …, cpu_type_t, cpu_subtype_t, off_t, vm_address_t *, vm_size_t, struct image_params *, int, struct …
H A Dubc.h92 int ubc_cs_blob_revalidate(vnode_t, struct cs_blob *, struct image_params *, int, uint32_t);
/xnu-8020.140.41/security/
H A Dmac_framework.h95 struct image_params;
184 int mac_execve_enter(user_addr_t mac_p, struct image_params *imgp) __result_use_check;
457 struct image_params *imgp) __result_use_check;
511 struct cs_blob *cs_blob, struct image_params *imgp,
H A Dmac_process.c217 mac_execve_enter(user_addr_t mac_p, struct image_params *imgp) in mac_execve_enter()
H A Dmac_vfs.c1232 struct image_params *imgp) in mac_vnode_check_exec()
1329 struct image_params *imgp, in mac_vnode_check_signature()