HomeSort by relevance Sort by last modified time
    Searched refs:bogus_dumpable2 (Results 1 - 3 of 3) sorted by null

  /external/strace/tests/
prctl-dumpable.c 59 static const kernel_ulong_t bogus_dumpable2 = local
83 prctl(PR_SET_DUMPABLE, bogus_dumpable2);
85 (unsigned long long) bogus_dumpable2, errstr);
91 long rc = prctl(PR_GET_DUMPABLE, bogus_dumpable2);
  /external/strace/tests-m32/
prctl-dumpable.c 59 static const kernel_ulong_t bogus_dumpable2 = local
83 prctl(PR_SET_DUMPABLE, bogus_dumpable2);
85 (unsigned long long) bogus_dumpable2, errstr);
91 long rc = prctl(PR_GET_DUMPABLE, bogus_dumpable2);
  /external/strace/tests-mx32/
prctl-dumpable.c 59 static const kernel_ulong_t bogus_dumpable2 = local
83 prctl(PR_SET_DUMPABLE, bogus_dumpable2);
85 (unsigned long long) bogus_dumpable2, errstr);
91 long rc = prctl(PR_GET_DUMPABLE, bogus_dumpable2);

Completed in 166 milliseconds