Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dimgact.h58 struct image_params { struct
59 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 …]
/freebsd/sys/kern/
H A Dkern_exec.c398 struct image_params image_params, *imgp; in do_execve() local
H A Dimgact_elf.c784 struct image_params image_params; in __elfN() member