Home
last modified time | relevance | path

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

/third_party/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()
DChangeLog2606 * deleted.c (main): Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY).
/third_party/musl/ndk_musl_include/sys/
Dprctl.h106 #define PR_SET_PTRACER_ANY (-1UL) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dprctl.h106 #define PR_SET_PTRACER_ANY (-1UL) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dprctl.h106 #define PR_SET_PTRACER_ANY (-1UL) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dprctl.h106 #define PR_SET_PTRACER_ANY (-1UL) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dprctl.h106 #define PR_SET_PTRACER_ANY (-1UL) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dprctl.h106 #define PR_SET_PTRACER_ANY (-1UL) macro
/third_party/musl/include/sys/
Dprctl.h106 #define PR_SET_PTRACER_ANY (-1UL) macro
/third_party/rust/crates/rustix/src/process/
Dprctl.rs768 const PR_SET_PTRACER_ANY: usize = usize::MAX; constant
792 PTracer::Any => PR_SET_PTRACER_ANY as *mut _, in set_ptracer()