Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dimgact.h60 struct image_params { struct
61 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 …]
/freebsd-12-stable/sys/kern/
Dkern_exec.c374 struct image_params image_params, *imgp; in do_execve() local
Dimgact_elf.c747 struct image_params image_params; in __elfN() member