HomeSort by relevance Sort by last modified time
    Searched refs:testrun (Results 1 - 25 of 35) sorted by null

1 2

  /external/elfutils/src/tests/
run-rerequest_tag.sh 22 testrun ${abs_builddir}/rerequest_tag testfile56
23 testrun ${abs_builddir}/rerequest_tag testfile57
run-low_high_pc.sh 28 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
run-test-flag-nobits.sh 22 testrun ${abs_builddir}/test-flag-nobits testfile
run-bug1-test.sh 22 testrun ${abs_builddir}/rdwrmmap testfile28
30 testrun ${abs_builddir}/rdwrmmap testfile29
run-early-offscn.sh 22 testrun ${abs_builddir}/early-offscn testfile 0x500
run-ecp-test2.sh 24 testrun ${abs_builddir}/ecp testfile2 testfile2.tmp
run-readelf-twofiles.sh 22 testrun >/dev/null ${abs_top_builddir}/src/readelf -w testfile14 testfile14
run-strip-groups.sh 52 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
run-elflint-test.sh 28 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
run-strip-test.sh 30 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=$?
run-ecp-test.sh 24 testrun ${abs_builddir}/ecp testfile10 testfile10.tmp
run-unstrip-test.sh 32 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
run-native-test.sh 70 testrun "$@" -e $1 > /dev/null
74 testrun "$@" -p $$ > /dev/null
77 test $native -eq 0 || testrun "$@" -p $native > /dev/null
run-dwfl-report-elf-align.sh 41 testrun ${abs_builddir}/dwfl-report-elf-align ./testfile-dwfl-report-elf-align-shlib.so \
run-deleted.sh 28 pid=$(testrun ${abs_builddir}/deleted)
36 testrun ${abs_top_builddir}/src/stack -p $pid 1>bt 2>bt.err || true
run-macro-test.sh 38 testrun ${abs_top_builddir}/src/readelf --debug-dump=info testfile-macinfo \
45 testrun ${abs_top_builddir}/src/readelf --debug-dump=info testfile-macros \
run-arextract.sh 30 testrun ${abs_builddir}/arextract $archive `basename $f` arextract.test || exit 1
run-backtrace-data.sh 25 (set +ex; testrun ${abs_builddir}/backtrace-data 1>data.bt 2>data.err; true)
run-backtrace-dwarf.sh 27 (set +ex; testrun ${abs_builddir}/backtrace-dwarf 1>dwarf.bt 2>dwarf.err; true)
run-elf_cntl_gelf_getshdr.sh 23 testrun ${abs_builddir}/test-elf_cntl_gelf_getshdr READ ${abs_builddir}/test-elf_cntl_gelf_getshdr \
run-linkmap-cut.sh 29 testrun ${abs_top_builddir}/src/stack --core=linkmap-cut.core -e linkmap-cut -m >bt || true
run-ranlib-test.sh 33 testrun ${abs_top_builddir}/src/ranlib ranlib-test.a
run-ranlib-test2.sh 26 testrun ${abs_top_builddir}/src/ranlib $original
  /external/valgrind/none/tests/s390x/
clc.c 27 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(b3 + offset1, b4 + offset2, l)
    [all...]
clcle.c 35 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(b3, l1, b4, l3, pad)
    [all...]

Completed in 689 milliseconds

1 2