Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
H A Ddeleted.c49 #ifdef PR_SET_PTRACER_ANY in main()
50 prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0); in main()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h106 #define PR_SET_PTRACER_ANY (-1UL) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h106 #define PR_SET_PTRACER_ANY (-1UL) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h106 #define PR_SET_PTRACER_ANY (-1UL) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h106 #define PR_SET_PTRACER_ANY (-1UL) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h106 #define PR_SET_PTRACER_ANY (-1UL) macro
/third_party/musl/include/sys/
H A Dprctl.h106 #define PR_SET_PTRACER_ANY (-1UL) macro
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs768 const PR_SET_PTRACER_ANY: usize = usize::MAX; consts
792 PTracer::Any => PR_SET_PTRACER_ANY as *mut _, in set_ptracer()

Completed in 6 milliseconds