Home
last modified time | relevance | path

Searched refs:PR_SET_PTRACER_ANY (Results 1 – 11 of 11) sorted by relevance

/external/strace/tests-mx32/
Dset_ptracer_any.c46 # 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/
Dset_ptracer_any.c46 # 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/
Dset_ptracer_any.c46 # 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/
Dtest_common.h36 #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/
Ddeleted.c49 #ifdef PR_SET_PTRACER_ANY in main()
50 prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in main()
DChangeLog2042 * deleted.c (main): Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY).
/external/libcap/libcap/include/uapi/linux/
Dprctl.h155 # define PR_SET_PTRACER_ANY ((unsigned long)-1) macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h156 # define PR_SET_PTRACER_ANY ((unsigned long)-1) macro
/external/linux-kselftest/tools/testing/selftests/x86/
Dmov_ss_trap.c151 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0) == 0) in main()
/external/strace/
Dstrace.c1379 #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()
DChangeLog5159 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]: