/external/strace/tests/ |
prctl-spec-inject.c | 44 do_prctl(kernel_ulong_t cmd, kernel_ulong_t arg2, kernel_ulong_t arg3) function 101 rc = do_prctl(52, 1, bogus_arg3); 105 rc = do_prctl(52, bogus_arg2, bogus_arg3); 110 rc = do_prctl(52, 0, bogus_arg3); 126 rc = do_prctl(53, 1, bogus_arg3); 131 rc = do_prctl(53, bogus_arg2, bogus_arg3); 139 rc = do_prctl(53, 0, set_strs[i].arg);
|
/external/strace/tests-m32/ |
prctl-spec-inject.c | 44 do_prctl(kernel_ulong_t cmd, kernel_ulong_t arg2, kernel_ulong_t arg3) function 101 rc = do_prctl(52, 1, bogus_arg3); 105 rc = do_prctl(52, bogus_arg2, bogus_arg3); 110 rc = do_prctl(52, 0, bogus_arg3); 126 rc = do_prctl(53, 1, bogus_arg3); 131 rc = do_prctl(53, bogus_arg2, bogus_arg3); 139 rc = do_prctl(53, 0, set_strs[i].arg);
|
/external/strace/tests-mx32/ |
prctl-spec-inject.c | 44 do_prctl(kernel_ulong_t cmd, kernel_ulong_t arg2, kernel_ulong_t arg3) function 101 rc = do_prctl(52, 1, bogus_arg3); 105 rc = do_prctl(52, bogus_arg2, bogus_arg3); 110 rc = do_prctl(52, 0, bogus_arg3); 126 rc = do_prctl(53, 1, bogus_arg3); 131 rc = do_prctl(53, bogus_arg2, bogus_arg3); 139 rc = do_prctl(53, 0, set_strs[i].arg);
|