Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dimgact.h61 struct image_params { struct
62 struct proc *proc; /* our process struct */
83 char *execpath;
84 void *execpathp;
85 char *freepath;
86 void *canary;
87 int canarylen;
88 void *pagesizes;
89 int pagesizeslen;
90 vm_prot_t stack_prot;
[all …]
/f-stack/freebsd/kern/
H A Dkern_exec.c369 struct image_params image_params, *imgp; in do_execve() local
H A Dimgact_elf.c760 struct image_params image_params; in __elfN() member