Searched refs:rc (Results 1 – 6 of 6) sorted by relevance
/elf/ |
A D | tst-rtld-load-self.sh | 29 ${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 D | tst-unwind-main.c | 51 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 D | tst-rtld-argv0.sh | 34 --argv0 "$argv0" $test_program 2>&1 && rc=0 || rc=$? 35 echo "# exit status $rc" 37 exit $rc
|
A D | tst-rtld-preload.sh | 34 --preload "$preload" $test_program 2>&1 && rc=0 || rc=$? 35 echo "# exit status $rc" 37 exit $rc
|
A D | tst-execstack.c | 98 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 D | ldd.bash.in | 116 output=$(eval $add_env '"$@"' 2>&1; rc=$?; printf 'x'; exit $rc) 117 rc=$? 119 return $rc
|
Completed in 6 milliseconds