Searched refs:is_dumpable (Results 1 – 1 of 1) sorted by relevance
290 const int is_dumpable = prctl(PR_GET_DUMPABLE, 0, 0, 0, 0); in BPF_TEST_C() local291 BPF_ASSERT(is_dumpable == 1 || is_dumpable == 0); in BPF_TEST_C()292 const int prctl_ret = prctl(PR_SET_DUMPABLE, is_dumpable, 0, 0, 0, 0); in BPF_TEST_C()