Searched refs:PR_SET_PTRACER_ANY (Results 1 – 11 of 11) sorted by relevance
/external/strace/tests-mx32/ |
D | set_ptracer_any.c | 46 # ifndef PR_SET_PTRACER_ANY in main() 47 # define PR_SET_PTRACER_ANY -1UL in main() macro 49 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in main()
|
/external/strace/tests-m32/ |
D | set_ptracer_any.c | 46 # ifndef PR_SET_PTRACER_ANY in main() 47 # define PR_SET_PTRACER_ANY -1UL in main() macro 49 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in main()
|
/external/strace/tests/ |
D | set_ptracer_any.c | 46 # ifndef PR_SET_PTRACER_ANY in main() 47 # define PR_SET_PTRACER_ANY -1UL in main() macro 49 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in main()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/make/ |
D | test_common.h | 36 #ifndef PR_SET_PTRACER_ANY 37 #define PR_SET_PTRACER_ANY ((unsigned long)-1) macro 44 const int prctl_result = prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); \
|
/external/elfutils/tests/ |
D | deleted.c | 49 #ifdef PR_SET_PTRACER_ANY in main() 50 prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in main()
|
D | ChangeLog | 2042 * deleted.c (main): Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY).
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 155 # define PR_SET_PTRACER_ANY ((unsigned long)-1) macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 156 # define PR_SET_PTRACER_ANY ((unsigned long)-1) macro
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | mov_ss_trap.c | 151 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0) == 0) in main()
|
/external/strace/ |
D | strace.c | 1379 #if defined HAVE_PRCTL && defined PR_SET_PTRACER && defined PR_SET_PTRACER_ANY in startup_child() 1381 prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY); in startup_child()
|
D | ChangeLog | 5159 prctl: use print_xlat_ex to print PR_SET_PTRACER_ANY. 5160 We cannot simply use print_xlat as PR_SET_PTRACER_ANY is defined 5164 for printing PR_SET_PTRACER_ANY named constant. 8394 definitions for PR_SET_PTRACER and PR_SET_PTRACER_ANY constants, 23269 PR_SET_PTRACER_ANY, which is also -1) in security/yama/yama_lsm.c. 45247 (startup_child) [HAVE_PRCTL && PR_SET_PTRACER && PR_SET_PTRACER_ANY]:
|