Home
last modified time | relevance | path

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

/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/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/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()
DChangeLog1445 * deleted.c (main): Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY).
/external/libcap/libcap/include/uapi/linux/
Dprctl.h128 # 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]:
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1079 PR_SET_PTRACER_ANY = -0x1 const
Dzerrors_linux_mipsle.go1336 PR_SET_PTRACER_ANY = 0xffffffff const
Dzerrors_linux_s390x.go1335 PR_SET_PTRACER_ANY = 0xffffffffffffffff const
Dzerrors_linux_arm.go1335 PR_SET_PTRACER_ANY = 0xffffffff const
Dzerrors_linux_ppc64le.go1338 PR_SET_PTRACER_ANY = 0xffffffffffffffff const
Dzerrors_linux_mips64.go1336 PR_SET_PTRACER_ANY = 0xffffffffffffffff const
Dzerrors_linux_ppc64.go1338 PR_SET_PTRACER_ANY = 0xffffffffffffffff const
Dzerrors_linux_amd64.go1337 PR_SET_PTRACER_ANY = 0xffffffffffffffff const
Dzerrors_linux_mips64le.go1336 PR_SET_PTRACER_ANY = 0xffffffffffffffff const
Dzerrors_linux_386.go1337 PR_SET_PTRACER_ANY = 0xffffffff const
Dzerrors_linux_mips.go1336 PR_SET_PTRACER_ANY = 0xffffffff const
Dzerrors_linux_arm64.go1338 PR_SET_PTRACER_ANY = 0xffffffffffffffff const