Searched defs:image_params (Results 1 – 3 of 3) sorted by relevance
60 struct image_params { struct61 struct proc *proc; /* our process struct */62 struct label *execlabel; /* optional exec label */63 struct vnode *vp; /* pointer to vnode of file to exec */64 struct vm_object *object; /* The vm object for this vp */65 struct vattr *attr; /* attributes of file */66 const char *image_header; /* head of file to exec */67 unsigned long entry_addr; /* entry address of target executable */68 unsigned long reloc_base; /* load address of image */69 char vmspace_destroyed; /* flag - we've blown away original vm space */[all …]
374 struct image_params image_params, *imgp; in do_execve() local
747 struct image_params image_params; in __elfN() member