Searched defs:image_params (Results 1 – 3 of 3) sorted by relevance
61 struct image_params { struct62 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 …]
369 struct image_params image_params, *imgp; in do_execve() local
760 struct image_params image_params; in __elfN() member