Searched refs:PR_GET_DUMPABLE (Results 1 – 3 of 3) sorted by relevance
/bionic/tests/ |
D | bug_26110743_test.cpp | 60 int dumpable = prctl(PR_GET_DUMPABLE, 0, 0, 0, 0); in TEST() 105 int dumpable = prctl(PR_GET_DUMPABLE, 0, 0, 0, 0); in TEST()
|
/bionic/linker/ |
D | linker_logger.cpp | 90 if (prctl(PR_GET_DUMPABLE, 0, 0, 0, 0) == 0) { in ResetState()
|
/bionic/libc/kernel/uapi/linux/ |
D | prctl.h | 24 #define PR_GET_DUMPABLE 3 macro
|