Home
last modified time | relevance | path

Searched refs:testrun (Results 1 – 25 of 37) sorted by relevance

12

/external/valgrind/none/tests/s390x/
Dclc.c27 void testrun(char *a1, char *a2, int l) in testrun() function
38 testrun(b1 + offset1, b1 + offset2, l); in multiplex()
39 testrun(b1 + offset1, b2 + offset2, l); in multiplex()
40 testrun(b1 + offset1, b3 + offset2, l); in multiplex()
41 testrun(b1 + offset1, b4 + offset2, l); in multiplex()
42 testrun(b2 + offset1, b2 + offset2, l); in multiplex()
43 testrun(b2 + offset1, b3 + offset2, l); in multiplex()
44 testrun(b2 + offset1, b4 + offset2, l); in multiplex()
45 testrun(b3 + offset1, b3 + offset2, l); in multiplex()
46 testrun(b3 + offset1, b4 + offset2, l); in multiplex()
[all …]
Dclcle.c35 void testrun(void *_a1, unsigned long _l1, void *_a3, unsigned long _l3, char pad) in testrun() function
49 testrun(b1, l1, b1, l3, pad); in multiplex()
50 testrun(b1, l1, b2, l3, pad); in multiplex()
51 testrun(b1, l1, b3, l3, pad); in multiplex()
52 testrun(b1, l1, b4, l3, pad); in multiplex()
53 testrun(b2, l1, b2, l3, pad); in multiplex()
54 testrun(b2, l1, b3, l3, pad); in multiplex()
55 testrun(b2, l1, b4, l3, pad); in multiplex()
56 testrun(b3, l1, b3, l3, pad); in multiplex()
57 testrun(b3, l1, b4, l3, pad); in multiplex()
[all …]
/external/elfutils/src/tests/
Drun-low_high_pc.sh28 testrun ${abs_builddir}/low_high_pc -e ./testfile_low_high_pc
29 testrun ${abs_builddir}/low_high_pc -e ${abs_builddir}/low_high_pc
30 testrun ${abs_builddir}/low_high_pc -e ${abs_top_builddir}/src/strip
31 testrun ${abs_builddir}/low_high_pc -e ${abs_top_builddir}/src/strip.o
32 testrun ${abs_builddir}/low_high_pc -e ${abs_top_builddir}/libelf/libelf.so
Drun-strip-test.sh30 testrun ${abs_top_builddir}/src/strip -o testfile.temp $debugout $original
37 testrun ${abs_top_builddir}/src/elflint -q testfile.temp || status=$?
43 testrun ${abs_top_builddir}/src/elflint -q -d testfile.debug.temp || status=$?
46 testrun ${abs_top_builddir}/src/unstrip -o testfile.unstrip testfile.temp testfile.debug.temp
49 testrun ${abs_top_builddir}/src/elfcmp --hash-inexact $original testfile.unstrip
53 testrun ${abs_top_builddir}/src/readelf -S testfile.temp > testfile.sections || status=$?
Drun-elflint-test.sh28 testrun ${abs_top_builddir}/src/elflint -q testfile32
31 testrun ${abs_top_builddir}/src/elflint -q testfile33
34 testrun ${abs_top_builddir}/src/elflint -q --gnu-ld testfile42
37 testrun ${abs_top_builddir}/src/elflint -q testfile46
41 testrun ${abs_top_builddir}/src/elflint -q --gnu-ld testlib_dynseg.so
Drun-strip-groups.sh52 testrun ${abs_top_builddir}/src/strip -o $outfile -f $dbgfile $infile
53 testrun ${abs_top_builddir}/src/elflint -q $infile
54 testrun ${abs_top_builddir}/src/elflint -q $outfile
55 testrun ${abs_top_builddir}/src/elflint -q -d $dbgfile
Drun-unstrip-test.sh32 testrun ${abs_top_builddir}/src/unstrip -o testfile.unstrip $stripped $debugfile
34 testrun ${abs_top_builddir}/src/elfcmp --hash-inexact $original testfile.unstrip
41 testrun ${abs_top_builddir}/src/unstrip $stripped testfile.inplace
43 testrun ${abs_top_builddir}/src/elfcmp --hash-inexact $original testfile.inplace
Drun-strip-reloc.sh35 testrun ${abs_top_builddir}/src/strip -o $outfile1 -f $debugfile1 $infile ||
38 testrun ${abs_top_builddir}/src/strip --reloc-debug-sections -o $outfile2 \
43 testrun ${abs_top_builddir}/src/readelf -a $outfile1 > readelf.out ||
58 testrun ${abs_top_builddir}/src/readelf -w $debugfile1 \
62 testrun ${abs_top_builddir}/src/readelf -w $debugfile2 \
Dtest-subr.sh60 testrun "$@" > $outfile 2>&1 || :
78 testrun() function
134 testrun $* $file \
148 testrun $* $file > /dev/null \
Drun-native-test.sh70 testrun "$@" -e $1 > /dev/null
74 testrun "$@" -p $$ > /dev/null
77 test $native -eq 0 || testrun "$@" -p $native > /dev/null
Drun-rerequest_tag.sh22 testrun ${abs_builddir}/rerequest_tag testfile56
23 testrun ${abs_builddir}/rerequest_tag testfile57
Drun-bug1-test.sh22 testrun ${abs_builddir}/rdwrmmap testfile28
30 testrun ${abs_builddir}/rdwrmmap testfile29
Dbacktrace-subr.sh104testrun ${abs_builddir}/backtrace -e ./backtrace.$arch.exec --core=./backtrace.$arch.core 1>backtr…
117 …(set +ex; testrun ${abs_builddir}/backtrace --backtrace-exec=${abs_builddir}/$child 1>$child.bt 2>…
148 …(set +ex; testrun ${abs_builddir}/backtrace -e ${abs_builddir}/$child --core=$core 1>$core.bt 2>$c…
Drun-addr2line-test.sh58 cat stdin.nl | testrun ${abs_top_builddir}/src/addr2line -f -e testfile > stdin.nl.out || exit 1
67 echo -n "0x08048468" | testrun ${abs_top_builddir}/src/addr2line -f -e testfile > stdin.nonl.out ||…
71 echo -n "foo" | testrun ${abs_top_builddir}/src/addr2line -f -e testfile > stdin.nl.out || exit 1
Drun-deleted.sh28 pid=$(testrun ${abs_builddir}/deleted)
36 testrun ${abs_top_builddir}/src/stack -p $pid 1>bt 2>bt.err || true
Drun-macro-test.sh38 testrun ${abs_top_builddir}/src/readelf --debug-dump=info testfile-macinfo \
45 testrun ${abs_top_builddir}/src/readelf --debug-dump=info testfile-macros \
Drun-early-offscn.sh22 testrun ${abs_builddir}/early-offscn testfile 0x500
Drun-test-flag-nobits.sh22 testrun ${abs_builddir}/test-flag-nobits testfile
Drun-readelf-twofiles.sh22 testrun >/dev/null ${abs_top_builddir}/src/readelf -w testfile14 testfile14
Drun-ecp-test2.sh24 testrun ${abs_builddir}/ecp testfile2 testfile2.tmp
Drun-ecp-test.sh24 testrun ${abs_builddir}/ecp testfile10 testfile10.tmp
Drun-dwfl-report-elf-align.sh41 testrun ${abs_builddir}/dwfl-report-elf-align ./testfile-dwfl-report-elf-align-shlib.so \
Drun-arextract.sh30 testrun ${abs_builddir}/arextract $archive `basename $f` arextract.test || exit 1
Drun-elf_cntl_gelf_getshdr.sh23 testrun ${abs_builddir}/test-elf_cntl_gelf_getshdr READ ${abs_builddir}/test-elf_cntl_gelf_getshdr \
/external/ltrace/
D.gitignore32 testrun.log
33 testrun.sum

12