Home
last modified time | relevance | path

Searched defs:image_params (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/sys/
HDimgact.h55 struct image_params { struct
56 struct proc *proc; /* our process struct */
57 struct label *execlabel; /* optional exec label */
58 struct vnode *vp; /* pointer to vnode of file to exec */
59 struct vm_object *object; /* The vm object for this vp */
60 struct vattr *attr; /* attributes of file */
61 const char *image_header; /* head of file to exec */
62 unsigned long entry_addr; /* entry address of target executable */
63 unsigned long reloc_base; /* load address of image */
64 char vmspace_destroyed; /* flag - we've blown away original vm space */
[all …]
/NextBSD/sys/kern/
HDkern_exec.c372 struct image_params image_params, *imgp; local
HDimgact_elf.c609 struct image_params image_params; in __elfN() member