Searched refs:linux_common_execve (Results 1 – 3 of 3) sorted by relevance
59 int linux_common_execve(struct thread *, struct image_args *);
214 linux_common_execve(struct thread *td, struct image_args *eargs) in linux_common_execve() function
2744 error = linux_common_execve(td, &eargs); in linux_execve()