Home
last modified time | relevance | path

Searched refs:rc (Results 1 – 6 of 6) sorted by relevance

/elf/
A Dtst-rtld-load-self.sh29 ${test_wrapper} $rtld $rtld 2>&1 && rc=0 || rc=$?
30 echo "# exit status $rc"
34 ${test_wrapper} $rtld --list $rtld 2>&1 && rc=0 || rc=$?
35 echo "# exit status $rc"
36 test $rc -eq 0 || result=1
39 ${test_wrapper} $rtld --verify $rtld 2>&1 && rc=0 || rc=$?
40 echo "# exit status $rc"
41 test $rc -eq 2 || result=1
45 $rtld $rtld 2>&1 && rc=0 || rc=$?
46 echo "# exit status $rc"
[all …]
A Dtst-unwind-main.c51 int rc = pthread_create (&thr, NULL, &func, NULL); in main() local
52 if (rc) in main()
53 error (1, rc, "pthread_create"); in main()
54 rc = pthread_join (thr, NULL); in main()
55 if (rc) in main()
56 error (1, rc, "pthread_join"); in main()
A Dtst-rtld-argv0.sh34 --argv0 "$argv0" $test_program 2>&1 && rc=0 || rc=$?
35 echo "# exit status $rc"
37 exit $rc
A Dtst-rtld-preload.sh34 --preload "$preload" $test_program 2>&1 && rc=0 || rc=$?
35 echo "# exit status $rc"
37 exit $rc
A Dtst-execstack.c98 int rc = pthread_create (&thr[i], NULL, &waiter_thread, &f); in do_test() local
99 if (rc) in do_test()
100 error (1, rc, "pthread_create"); in do_test()
210 int rc = pthread_create (&th, NULL, &tryme_thread, f); in do_test() local
211 if (rc) in do_test()
212 error (1, rc, "pthread_create"); in do_test()
A Dldd.bash.in116 output=$(eval $add_env '"$@"' 2>&1; rc=$?; printf 'x'; exit $rc)
117 rc=$?
119 return $rc

Completed in 5 milliseconds