Searched
full:prctl (Results
276 -
300 of
806) sorted by null
<<11121314151617181920>>
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 439 prctl
|
/external/iputils/ |
ping_common.c | 110 if (prctl(PR_SET_KEEPCAPS, 1) < 0) { 111 perror("ping: prctl"); 120 if (prctl(PR_SET_KEEPCAPS, 0) < 0) { 121 perror("ping: prctl");
|
/external/libcap/libcap/ |
libcap.h | 193 /* prctl based API for altering character of current process */
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
syscallent.h | 193 "prctl", /* 172 */
|
/external/ltrace/sysdeps/linux-gnu/m68k/ |
syscallent.h | 194 "prctl", /* 172 */
|
/external/ltrace/sysdeps/linux-gnu/metag/ |
syscallent.h | 188 "prctl", /* 167 */
|
/external/ltrace/sysdeps/linux-gnu/mips/ |
syscallent.h | 214 "prctl", /* 192 */
|
/external/ltrace/sysdeps/linux-gnu/ppc/ |
syscallent.h | 193 "prctl", /* 171 */
|
/external/ltrace/sysdeps/linux-gnu/s390/ |
syscalls31.h | 194 "prctl", /* 172 */
|
syscalls64.h | 194 "prctl", /* 172 */
|
/external/ltrace/sysdeps/linux-gnu/sparc/ |
syscallent.h | 168 "prctl", /* 147 */
|
/external/ltrace/sysdeps/linux-gnu/x86/ |
syscallent.h | 194 "prctl", /* 172 */
|
syscallent1.h | 179 "prctl", /* 157 */
|
/external/minijail/ |
minijail0.1 | 13 and architectures that support the PR_ALT_SYSCALL option of prctl(2).
|
/external/strace/ |
sys_func.h | 172 extern SYS_FUNC(prctl);
|
/external/tlsdate/ |
configure.ac | 188 prctl 515 #include <sys/prctl.h> 519 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)) 521 prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, NULL, 0, 0);
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
hw_color_manager.cpp | 37 #include <sys/prctl.h>
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/ |
perf.h | 119 * prctl(PR_TASK_PERF_EVENTS_DISABLE) will (cheaply) disable all
|
/bionic/linker/ |
linker_mips.cpp | 30 #include <sys/prctl.h> 322 if (prctl(PR_SET_FP_MODE, PR_FP_MODE_FR|PR_FP_MODE_FRE)) {
|
/development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/lib/ |
libc.so | |
/development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr2/ |
libc.so | |
/development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr6/ |
libc.so | |
/development/ndk/platforms/android-3/arch-arm/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib/ |
libc.so | |
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/libr2/ |
libc.so | |
Completed in 385 milliseconds
<<11121314151617181920>>