Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/services/
Dyama.cc20 #if !defined(PR_SET_PTRACER_ANY)
21 #define PR_SET_PTRACER_ANY ((unsigned long)-1) macro
39 set_ptracer_arg = PR_SET_PTRACER_ANY; in SetYamaPtracersRestriction()
/external/strace/tests/
Dset_ptracer_any.c41 #if defined HAVE_PRCTL && defined PR_SET_PTRACER && defined PR_SET_PTRACER_ANY in main()
44 (void) prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY); in main()
/external/elfutils/tests/
Ddeleted.c50 #ifdef PR_SET_PTRACER_ANY in main()
51 prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in main()
DChangeLog424 * 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.h155 # define PR_SET_PTRACER_ANY ((unsigned long)-1) macro
/external/valgrind/coregrind/m_gdbserver/
Dremote-utils.c192 #ifdef PR_SET_PTRACER_ANY in VG_()
193 ret = VG_(prctl) (PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in VG_()
/external/strace/
Dstrace.c1261 #if defined HAVE_PRCTL && defined PR_SET_PTRACER && defined PR_SET_PTRACER_ANY in startup_child()
1263 prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY); in startup_child()