OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abs_top_builddir
(Results
1 - 25
of
82
) sorted by null
1
2
3
4
/external/elfutils/tests/
run-elflint-self.sh
21
testrun_on_self ${
abs_top_builddir
}/src/elflint --quiet --gnu-ld
run-readelf-self.sh
21
testrun_on_self_quiet ${
abs_top_builddir
}/src/readelf -a -w
run-strip-strmerge.sh
24
input=${
abs_top_builddir
}/tests/elfstrmerge
33
testrun ${
abs_top_builddir
}/src/elflint --gnu $input
35
testrun ${
abs_top_builddir
}/tests/elfstrmerge -o $merged $input
37
testrun ${
abs_top_builddir
}/src/elflint --gnu $merged
39
testrun ${
abs_top_builddir
}/src/strip -o $stripped -f $debugfile $merged
41
testrun ${
abs_top_builddir
}/src/elflint --gnu $stripped
43
testrun ${
abs_top_builddir
}/src/elflint --gnu -d $debugfile
45
testrun ${
abs_top_builddir
}/src/unstrip -o $remerged $stripped $debugfile
47
testrun ${
abs_top_builddir
}/src/elflint --gnu $remerged
49
testrun ${
abs_top_builddir
}/src/elfcmp $merged $remerge
[
all
...]
test-subr.sh
100
${
abs_top_builddir
}/src/*)
118
self_test_files=`echo ${
abs_top_builddir
}/src/addr2line \
119
${
abs_top_builddir
}/src/elfcmp ${
abs_top_builddir
}/src/elflint \
120
${
abs_top_builddir
}/src/nm ${
abs_top_builddir
}/src/objdump \
121
${
abs_top_builddir
}/src/readelf \
122
${
abs_top_builddir
}/src/size.o ${
abs_top_builddir
}/src/strip.o \
123
${
abs_top_builddir
}/libelf/libelf.so
[
all
...]
run-low_high_pc.sh
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-elflint-test.sh
23
testrun_compare ${
abs_top_builddir
}/src/elflint --gnu-ld testfile18 <<\EOF
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-elfstrmerge-test.sh
30
testrun ${
abs_top_builddir
}/tests/elfstrmerge -o ${mergedfile} ${testfile}
31
testrun ${
abs_top_builddir
}/src/elflint --gnu-ld ${mergedfile}
run-nm-self.sh
22
ET_REL=${
abs_top_builddir
}/src/nm.o
23
ET_EXEC=${
abs_top_builddir
}/src/nm
24
ET_DYN=${
abs_top_builddir
}/libelf/libelf.so
31
testrun ${
abs_top_builddir
}/src/nm $what_arg $format_arg $out_arg $self_file > /dev/null
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-arextract.sh
23
archive=${
abs_top_builddir
}/libelf/libelf.a
29
for f in ${
abs_top_builddir
}/libelf/*.o; do
run-compress-test.sh
28
testrun ${
abs_top_builddir
}/src/elfcompress -v -t none -o ${uncompressedfile} ${infile}
29
testrun ${
abs_top_builddir
}/src/elflint --gnu-ld ${uncompressedfile}
36
testrun ${
abs_top_builddir
}/src/elfcompress -v -t gnu -o ${gnucompressedfile} ${uncompressedfile}
37
testrun ${
abs_top_builddir
}/src/elflint --gnu-ld ${gnucompressedfile}
46
testrun ${
abs_top_builddir
}/src/elfcompress -v -t none -o ${gnuuncompressedfile} ${gnucompressedfile}
47
testrun ${
abs_top_builddir
}/src/elfcmp ${uncompressedfile} ${gnuuncompressedfile}
52
testrun ${
abs_top_builddir
}/src/elfcompress -v -t zlib -o ${elfcompressedfile} ${uncompressedfile}
53
testrun ${
abs_top_builddir
}/src/elflint --gnu-ld ${elfcompressedfile}
62
testrun ${
abs_top_builddir
}/src/elfcompress -v -t none -o ${elfuncompressedfile} ${elfcompressedfile}
63
testrun ${
abs_top_builddir
}/src/elfcmp ${uncompressedfile} ${elfuncompressedfile
[
all
...]
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-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
54
testrun ${
abs_top_builddir
}/src/strip $original
60
testrun ${
abs_top_builddir
}/src/readelf -S testfile.temp > testfile.sections || status=$?
run-dwelfgnucompressed.sh
81
testrun_compare ${
abs_top_builddir
}/tests/dwelfgnucompressed testfile-zgnu64 <<\EOF
88
testrun_compare ${
abs_top_builddir
}/tests/dwelfgnucompressed testfile-zgnu64be <<\EOF
95
testrun_compare ${
abs_top_builddir
}/tests/dwelfgnucompressed testfile-zgnu32 <<\EOF
102
testrun_compare ${
abs_top_builddir
}/tests/dwelfgnucompressed testfile-zgnu32be <<\EOF
run-readelf-test2.sh
22
testrun_compare ${
abs_top_builddir
}/src/readelf -x .strtab testfile28 <<\EOF
run-strip-reloc.sh
35
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 ||
46
testrun_compare ${
abs_top_builddir
}/src/readelf -a $outfile2 < readelf.out ||
58
testrun ${
abs_top_builddir
}/src/readelf -w $debugfile1 \
62
testrun ${
abs_top_builddir
}/src/readelf -w $debugfile2 \
107
runtest ${
abs_top_builddir
}/src/strip 0
108
runtest ${
abs_top_builddir
}/src/strip.o 1
run-lfs-symbols.sh
20
if ! grep -q -F '#define _FILE_OFFSET_BITS' ${
abs_top_builddir
}/config.h; then
49
bad=$(testrun ${
abs_top_builddir
}/src/nm -u "$1" | awk "$LFS")
68
dir=${
abs_top_builddir
}/$dir
75
dir=${
abs_top_builddir
}/backends
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-strptr.sh
23
testrun_compare ${
abs_top_builddir
}/tests/strptr testfile <<\EOF
62
testrun_compare ${
abs_top_builddir
}/tests/strptr testfile10 <<\EOF
run-addr2line-i-lex-test.sh
37
testrun_compare ${
abs_top_builddir
}/src/addr2line -i -e testfile-lex-inlines 0x0000000000000680 <<\EOF
41
testrun_compare ${
abs_top_builddir
}/src/addr2line -i -e testfile-lex-inlines 0x0000000000000681 <<\EOF
45
testrun_compare ${
abs_top_builddir
}/src/addr2line -i -e testfile-lex-inlines 0x0000000000000690 <<\EOF
50
testrun_compare ${
abs_top_builddir
}/src/addr2line -i -e testfile-lex-inlines 0x0000000000000691 <<\EOF
56
testrun_compare ${
abs_top_builddir
}/src/addr2line -f -i -e testfile-lex-inlines 0x0000000000000680 0x0000000000000681 0x0000000000000690 0x0000000000000691 <<\EOF
run-stack-d-test.sh
68
STACKCMD=${
abs_top_builddir
}/src/stack
77
testrun_compare ${
abs_top_builddir
}/src/stack -r -n 2 -e testfiledwarfinlines --core testfiledwarfinlines.core<<EOF
87
testrun_compare ${
abs_top_builddir
}/src/stack -r -n 2 -s -e testfiledwarfinlines --core testfiledwarfinlines.core<<EOF
98
testrun_compare ${
abs_top_builddir
}/src/stack -n 2 -d -e testfiledwarfinlines --core testfiledwarfinlines.core<<EOF
107
testrun_compare ${
abs_top_builddir
}/src/stack -n 2 -s -d -e testfiledwarfinlines --core testfiledwarfinlines.core<<EOF
run-addrname-test.sh
22
testrun_compare ${
abs_top_builddir
}/src/addr2line -f -e testfile34 \
39
testrun_compare ${
abs_top_builddir
}/src/addr2line -S -e testfile38 0x02 0x10a 0x211 0x31a <<\EOF
50
testrun_compare ${
abs_top_builddir
}/src/addr2line -S -e testfile41 0x1 0x104 <<\EOF
72
testrun_compare ${
abs_top_builddir
}/src/addr2line -S -M testmaps 0x40047c 0x10009db <<\EOF
138
testrun_compare ${
abs_top_builddir
}/src/addr2line -S -e testfile49 \
280
testrun_compare ${
abs_top_builddir
}/src/addr2line -S -e testfile64 1 4 5 8 9 c <<\EOF
296
testrun_compare ${
abs_top_builddir
}/src/addr2line -S --core=testfile65 0x7fff94bffa30 <<\EOF
311
testrun_compare ${
abs_top_builddir
}/src/addr2line -x -e testfile66 _start 0x2d8 0x2db 0x2dc 0x103d0 0x103d3 0x103d4<<EOF
327
testrun_compare ${
abs_top_builddir
}/src/addr2line -x -e testfile66 --core=testfile66.core _start 0x461b02d8 0x461c03d0<<\EOF
337
testrun_compare ${
abs_top_builddir
}/src/addr2line --core=./testfile69.core -S 0x7f0bc6a33535 0x7f0bc6a33546 <<\EO
[
all
...]
run-getsrc-die.sh
26
testrun_compare ${
abs_top_builddir
}/tests/getsrc_die testfile 0x08048468 0x0804845c <<\EOF
31
testrun_compare ${
abs_top_builddir
}/tests/getsrc_die testfile-inlines 0x00000000000005a0 0x00000000000005a1 0x00000000000005b0 0x00000000000005b1 0x00000000000005c0 0x00000000000005d0 0x00000000000005e0 0x00000000000005e1 0x00000000000005f1 0x00000000000005f2 <<\EOF
44
testrun_compare ${
abs_top_builddir
}/tests/getsrc_die testfile-lex-inlines 0x0000000000000680 0x0000000000000681 0x0000000000000690 0x0000000000000691 <<\EOF
/external/bison/tests/
bison.in
21
abs_top_builddir
='@
abs_top_builddir
@'
28
$PREBISON "$
abs_top_builddir
/src/bison" ${1+"$@"}
Completed in 622 milliseconds
1
2
3
4