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

1 2

  /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...]
  /external/openssh/
platform-tracing.c 21 #include <sys/prctl.h> /* For prctl() and PR_SET_DUMPABLE */
36 #if defined(HAVE_PRCTL) && defined(PR_SET_DUMPABLE)
38 if (prctl(PR_SET_DUMPABLE, 0) != 0 && strict)
  /bionic/tests/
bug_26110743_test.cpp 61 prctl(PR_SET_DUMPABLE, 0, 0, 0, 0);
64 prctl(PR_SET_DUMPABLE, dumpable, 0, 0, 0);
106 prctl(PR_SET_DUMPABLE, 0, 0, 0, 0);
109 prctl(PR_SET_DUMPABLE, dumpable, 0, 0, 0);
  /external/libcap/libcap/include/uapi/linux/
prctl.h 11 #define PR_SET_DUMPABLE 4
  /external/strace/xlat/
prctl_options.h 27 #if defined(PR_SET_DUMPABLE) || (defined(HAVE_DECL_PR_SET_DUMPABLE) && HAVE_DECL_PR_SET_DUMPABLE)
29 static_assert((PR_SET_DUMPABLE) == (4), "PR_SET_DUMPABLE != 4");
32 # define PR_SET_DUMPABLE 4
377 XLAT(PR_SET_DUMPABLE),
  /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/perfetto/src/profiling/memory/
client.cc 80 prctl(PR_SET_DUMPABLE, 0);
142 prctl(PR_SET_DUMPABLE, 1);
  /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...]
  /external/ltp/testcases/kernel/syscalls/migrate_pages/
migrate_pages02.c 241 if (prctl(PR_SET_DUMPABLE, 1))
  /external/strace/
prctl.c 266 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);
  /external/honggfuzz/linux/
arch.c 110 if (prctl(PR_SET_DUMPABLE, 1UL, 0UL, 0UL, 0UL) == -1) {
111 PLOG_E("prctl(PR_SET_DUMPABLE, 1)");
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 90 Os.prctl(OsConstants.PR_SET_DUMPABLE, 1, 0, 0, 0);
95 Os.prctl(OsConstants.PR_SET_DUMPABLE, dumpable, 0, 0, 0);
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 406 if (daemon->options & OPT_DEBUG) prctl(PR_SET_DUMPABLE, 1, 0, 0, 0);
    [all...]
  /external/syzkaller/executor/
common_linux.h     [all...]

Completed in 495 milliseconds

1 2