HomeSort by relevance Sort by last modified time
    Searched refs:PR_SET_DUMPABLE (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/strace/tests/
printpath-umovestr-undumpable.c 2 * Force legacy printpath/umovestr using PR_SET_DUMPABLE.
36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE
55 if (prctl(PR_SET_DUMPABLE, 0))
56 perror_msg_and_skip("PR_SET_DUMPABLE 0");
69 SKIP_MAIN_UNDEFINED("HAVE_PRCTL && PR_SET_DUMPABLE")
printstrn-umoven-undumpable.c 2 * Force legacy printpath/umovestr using PR_SET_DUMPABLE.
36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE
55 if (prctl(PR_SET_DUMPABLE, 0))
56 perror_msg_and_skip("PR_SET_DUMPABLE 0");
69 SKIP_MAIN_UNDEFINED("HAVE_PRCTL && PR_SET_DUMPABLE")
prctl-dumpable.c 2 * Check decoding of prctl PR_GET_DUMPABLE/PR_SET_DUMPABLE operations.
36 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE \
70 prctl(PR_SET_DUMPABLE, 3);
71 printf("prctl(PR_SET_DUMPABLE, 0x3 /* SUID_DUMP_??? */) = %s\n",
74 prctl(PR_SET_DUMPABLE, bogus_dumpable1);
76 printf("prctl(PR_SET_DUMPABLE, SUID_DUMP_USER) = %s\n", errstr);
78 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */)"
83 prctl(PR_SET_DUMPABLE, bogus_dumpable2);
84 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */) = %s\n",
88 prctl(PR_SET_DUMPABLE, i)
    [all...]
  /external/strace/tests-m32/
printpath-umovestr-undumpable.c 2 * Force legacy printpath/umovestr using PR_SET_DUMPABLE.
36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE
55 if (prctl(PR_SET_DUMPABLE, 0))
56 perror_msg_and_skip("PR_SET_DUMPABLE 0");
69 SKIP_MAIN_UNDEFINED("HAVE_PRCTL && PR_SET_DUMPABLE")
printstrn-umoven-undumpable.c 2 * Force legacy printpath/umovestr using PR_SET_DUMPABLE.
36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE
55 if (prctl(PR_SET_DUMPABLE, 0))
56 perror_msg_and_skip("PR_SET_DUMPABLE 0");
69 SKIP_MAIN_UNDEFINED("HAVE_PRCTL && PR_SET_DUMPABLE")
prctl-dumpable.c 2 * Check decoding of prctl PR_GET_DUMPABLE/PR_SET_DUMPABLE operations.
36 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE \
70 prctl(PR_SET_DUMPABLE, 3);
71 printf("prctl(PR_SET_DUMPABLE, 0x3 /* SUID_DUMP_??? */) = %s\n",
74 prctl(PR_SET_DUMPABLE, bogus_dumpable1);
76 printf("prctl(PR_SET_DUMPABLE, SUID_DUMP_USER) = %s\n", errstr);
78 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */)"
83 prctl(PR_SET_DUMPABLE, bogus_dumpable2);
84 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */) = %s\n",
88 prctl(PR_SET_DUMPABLE, i)
    [all...]
  /external/strace/tests-mx32/
printpath-umovestr-undumpable.c 2 * Force legacy printpath/umovestr using PR_SET_DUMPABLE.
36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE
55 if (prctl(PR_SET_DUMPABLE, 0))
56 perror_msg_and_skip("PR_SET_DUMPABLE 0");
69 SKIP_MAIN_UNDEFINED("HAVE_PRCTL && PR_SET_DUMPABLE")
printstrn-umoven-undumpable.c 2 * Force legacy printpath/umovestr using PR_SET_DUMPABLE.
36 #if defined HAVE_PRCTL && defined PR_SET_DUMPABLE
55 if (prctl(PR_SET_DUMPABLE, 0))
56 perror_msg_and_skip("PR_SET_DUMPABLE 0");
69 SKIP_MAIN_UNDEFINED("HAVE_PRCTL && PR_SET_DUMPABLE")
prctl-dumpable.c 2 * Check decoding of prctl PR_GET_DUMPABLE/PR_SET_DUMPABLE operations.
36 #if defined __NR_prctl && defined PR_GET_DUMPABLE && defined PR_SET_DUMPABLE \
70 prctl(PR_SET_DUMPABLE, 3);
71 printf("prctl(PR_SET_DUMPABLE, 0x3 /* SUID_DUMP_??? */) = %s\n",
74 prctl(PR_SET_DUMPABLE, bogus_dumpable1);
76 printf("prctl(PR_SET_DUMPABLE, SUID_DUMP_USER) = %s\n", errstr);
78 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */)"
83 prctl(PR_SET_DUMPABLE, bogus_dumpable2);
84 printf("prctl(PR_SET_DUMPABLE, %#llx /* SUID_DUMP_??? */) = %s\n",
88 prctl(PR_SET_DUMPABLE, i)
    [all...]
  /bionic/tests/
bug_26110743_test.cpp 58 prctl(PR_SET_DUMPABLE, 0, 0, 0, 0);
61 prctl(PR_SET_DUMPABLE, dumpable, 0, 0, 0);
102 prctl(PR_SET_DUMPABLE, 0, 0, 0, 0);
105 prctl(PR_SET_DUMPABLE, dumpable, 0, 0, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
prctl.h 11 #define PR_SET_DUMPABLE 4
  /external/strace/xlat/
prctl_options.h 11 #if !(defined(PR_SET_DUMPABLE) || (defined(HAVE_DECL_PR_SET_DUMPABLE) && HAVE_DECL_PR_SET_DUMPABLE))
12 # define PR_SET_DUMPABLE 4
155 XLAT(PR_SET_DUMPABLE),
  /external/libcap/libcap/include/uapi/linux/
prctl.h 11 #define PR_SET_DUMPABLE 4
  /system/core/libmemunreachable/tests/
MemUnreachable_test.cpp 251 ASSERT_EQ(0, prctl(PR_SET_DUMPABLE, 0));
257 ASSERT_EQ(0, prctl(PR_SET_DUMPABLE, 1));
  /bionic/libc/kernel/uapi/linux/
prctl.h 25 #define PR_SET_DUMPABLE 4
  /external/kernel-headers/original/uapi/linux/
prctl.h 14 #define PR_SET_DUMPABLE 4
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 344 internal_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0);
350 internal_prctl(PR_SET_DUMPABLE, 0, 0, 0, 0);
  /external/minijail/linux-x86/
libconstants.gen.c 887 #ifdef PR_SET_DUMPABLE
888 { "PR_SET_DUMPABLE", (unsigned long) PR_SET_DUMPABLE },
889 #endif // PR_SET_DUMPABLE
    [all...]
  /system/core/debuggerd/handler/
debuggerd_handler.cpp 497 // Set PR_SET_DUMPABLE to 1, so that crash_dump can ptrace us.
499 if (prctl(PR_SET_DUMPABLE, 1) != 0) {
530 // Restore PR_SET_DUMPABLE to its original value.
531 if (prctl(PR_SET_DUMPABLE, orig_dumpable) != 0) {
  /external/strace/
prctl.c 201 case PR_SET_DUMPABLE:
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 419 sys_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0);
627 sys_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0);
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 65 if (prctl(PR_SET_DUMPABLE, 1, 0, 0, 0) == -1) {
66 PLOG(ERROR) << "prctl(PR_SET_DUMPABLE) failed for pid " << getpid();
  /external/honggfuzz/linux/
arch.c 127 if (prctl(PR_SET_DUMPABLE, 1UL, 0UL, 0UL, 0UL) == -1) {
128 PLOG_E("prctl(PR_SET_DUMPABLE, 1)");
  /system/core/logd/
main.cpp 114 if (!eng && (prctl(PR_SET_DUMPABLE, 0) < 0)) {
115 android::prdebug("failed to clear PR_SET_DUMPABLE");
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 76 Os.prctl(OsConstants.PR_SET_DUMPABLE, 1, 0, 0, 0);
81 Os.prctl(OsConstants.PR_SET_DUMPABLE, dumpable, 0, 0, 0);
    [all...]

Completed in 724 milliseconds

1 2 3