Searched refs:testrun (Results 1 - 17 of 17) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dclc.c27 void testrun(char *a1, char *a2, int l) function
38 testrun(b1 + offset1, b1 + offset2, l);
39 testrun(b1 + offset1, b2 + offset2, l);
40 testrun(b1 + offset1, b3 + offset2, l);
41 testrun(b1 + offset1, b4 + offset2, l);
42 testrun(b2 + offset1, b2 + offset2, l);
43 testrun(b2 + offset1, b3 + offset2, l);
44 testrun(b2 + offset1, b4 + offset2, l);
45 testrun(b3 + offset1, b3 + offset2, l);
46 testrun(b
[all...]
H A Dclcle.c35 void testrun(void *_a1, unsigned long _l1, void *_a3, unsigned long _l3, char pad) function
49 testrun(b1, l1, b1, l3, pad);
50 testrun(b1, l1, b2, l3, pad);
51 testrun(b1, l1, b3, l3, pad);
52 testrun(b1, l1, b4, l3, pad);
53 testrun(b2, l1, b2, l3, pad);
54 testrun(b2, l1, b3, l3, pad);
55 testrun(b2, l1, b4, l3, pad);
56 testrun(b3, l1, b3, l3, pad);
57 testrun(b
[all...]
/external/elfutils/tests/
H A Drun-early-offscn.sh30 testrun ./early-offscn testfile 0x500
H A Drun-bug1-test.sh30 testrun ./rdwrmmap testfile28
38 testrun ./rdwrmmap testfile29
H A Drun-ecp-test2.sh32 testrun ./ecp testfile2 testfile2.tmp
H A Drun-elflint-test.sh36 testrun ../src/elflint -q testfile32
39 testrun ../src/elflint -q testfile33
42 testrun ../src/elflint -q --gnu-ld testfile42
45 testrun ../src/elflint -q testfile46
H A Drun-strip-test.sh38 testrun ../src/strip -o testfile.temp $debugout $original
45 testrun ../src/elflint -q testfile.temp || status=$?
51 testrun ../src/elflint -q -d testfile.debug.temp || status=$?
54 testrun ../src/unstrip -o testfile.unstrip testfile.temp testfile.debug.temp
57 testrun ../src/elfcmp --hash-inexact $original testfile.unstrip
61 testrun ../src/readelf -S testfile.temp > testfile.sections || status=$?
H A Drun-unstrip-test.sh40 testrun ../src/unstrip -o testfile.unstrip $stripped $debugfile
42 testrun ../src/elfcmp --hash-inexact $original testfile.unstrip
H A Drun-ecp-test.sh32 testrun ./ecp testfile10 testfile10.tmp
H A Drun-native-test.sh71 testrun "$@" -e $1 > /dev/null
75 testrun "$@" -p $$ > /dev/null
78 test $native -eq 0 || testrun "$@" -p $native > /dev/null
H A Drun-arextract.sh38 testrun ./arextract $archive `basename $f` arextract.test || exit 1
H A Drun-ranlib-test.sh41 testrun ../src/ranlib ranlib-test.a
H A Drun-ranlib-test2.sh34 testrun ../src/ranlib $original
H A Dtest-subr.sh57 testrun "$@" > $outfile 2>&1 || :
75 testrun() function
H A Drun-arsymtest.sh44 testrun ./arsymtest $lib $tmpfile || exit 1
H A Drun-readelf-test1.sh37 testrun ../src/readelf -r testfile3 > testfile.temp
H A Drun-elflint-self.sh34 testrun ../src/elflint --quiet --gnu-ld $1 ||

Completed in 108 milliseconds