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