Searched defs:image_params (Results 1 – 3 of 3) sorted by relevance
58 struct image_params { struct59 struct proc *proc; /* our process */60 struct label *execlabel; /* optional exec label */61 struct vnode *vp; /* pointer to vnode of file to exec */62 struct vm_object *object; /* The vm object for this vp */63 struct vattr *attr; /* attributes of file */64 const char *image_header; /* header of file to exec */65 unsigned long entry_addr; /* entry address of target executable */66 unsigned long reloc_base; /* load address of image */67 unsigned long et_dyn_addr; /* PIE load base */[all …]
398 struct image_params image_params, *imgp; in do_execve() local
784 struct image_params image_params; in __elfN() member