/external/kernel-headers/original/linux/ |
prctl.h | 135 * execve) will either fail or not grant them. This affects suid/sgid, 143 * in execve returning -EPERM.
|
/external/oprofile/libop/ |
op_interface.h | 24 /** execve() */
|
/external/valgrind/main/none/tests/amd64/ |
allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ));
|
/external/valgrind/main/none/tests/arm/ |
allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ));
|
/external/valgrind/main/none/tests/mips32/ |
allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ));
|
/external/valgrind/main/none/tests/ppc32/ |
allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ));
|
/external/valgrind/main/none/tests/ppc64/ |
allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ));
|
/external/valgrind/main/none/tests/s390x/ |
allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ));
|
/external/valgrind/main/none/tests/x86/ |
allexec.c | 24 FORKEXECWAIT (execve(exec, NULL, environ));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xw32defs.h | 38 #define execve _execve macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/ |
Xw32defs.h | 38 #define execve _execve macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/ |
Xw32defs.h | 38 #define execve _execve macro
|
/sdk/emulator/qtools/tests/ |
macros.h | 66 /* execve */
|
/external/oprofile/module/ia64/ |
oprofile_stubs.S | 12 * This interceptor for execve was stolen from ia64/kernel/entry.S 55 * execve() is special because in case of success, we need to 96 (p6) cmp.ne pKern, pUser=r0, r0 // a successful execve() lands us in user-mode...
|
/external/bison/lib/ |
spawni.c | 65 # define execve __execve macro 131 execve (new_argv[0], new_argv, envp); 294 execve (file, argv, envp); 299 /* Oh, oh. 'execve' returns. This is bad. */ 345 execve (startp, argv, envp);
|
/external/valgrind/main/coregrind/ |
pub_core_ume.h | 3 /*--- User-mode execve. pub_core_ume.h ---*/ 35 // PURPOSE: This module implements user-mode execve, ie. program loading 61 char* executable_path; // OUT: path passed to execve()
|
launcher-linux.c | 330 fail the execve. */ 363 /* Build the stage2 invocation, and execve it. Bye! */ 371 execve(toolfile, argv, new_env);
|
/bionic/libc/unistd/ |
system.c | 63 execve(_PATH_BSHELL, argp, environ);
|
/external/oprofile/daemon/liblegacy/ |
opd_proc.c | 249 /* we can quite easily get a fork() after the execve() because the 252 * after the execve is done by the child. 255 * both the clone() and the execve() cases to work.
|
opd_proc.h | 85 * opd_handle_exec - deal with notification of execve()
|
/development/ndk/sources/android/libportable/arch-mips/ |
filefd.c | 46 * The signalfd(2) semantics are maintained across execve(2) by exporting 476 * Export PORTABLE environment variables before execve(). 480 int WRAP(execve)(const char *filename, char *const argv[], char *const envp[]) function 497 rv = REAL(execve)(filename, argv, envp);
|
/docs/source.android.com/src/devices/tech/security/ |
enhancements43.jd | 60 elevate privileges via execve. (This requires Linux kernel version 3.5
|
/external/valgrind/main/coregrind/m_ume/ |
priv_ume.h | 2 /*--- User-mode execve(). priv_ume.h ---*/
|
/external/valgrind/main/include/ |
pub_tool_clientstate.h | 53 these no-pass-at-execve arguments -- that is what
|
/external/valgrind/main/none/tests/ |
Makefile.am | 82 execve.vgtest execve.stdout.exp execve.stderr.exp \ 178 discard exec-sigmask execve faultstatus fcntl_setown \
|