Searched refs:PR_SET_PTRACER (Results 1 – 4 of 4) sorted by relevance
8 egrep $regex ${header_dir}/prctl.h | grep -v PR_SET_PTRACER | \
155 #define PR_SET_PTRACER 0x59616d61 macro
151 if (prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY, 0, 0, 0) == 0) in main()
54 #ifndef PR_SET_PTRACER55 # define PR_SET_PTRACER 0x59616d61 macro1456 prctl(PR_SET_PTRACER, tracer_pid, 0, 0, 0); in setup_trace_fixture()