Home | History | Annotate | Download | only in tests

Lines Matching refs:rel

20 # - testfile-zdebug-rel.c
38 # -c -o testfile-debug-rel.o testfile-zdebug-rel.c
40 # -c -o testfile-debug-rel-g.o testfile-zdebug-rel.c
42 # -c -o testfile-debug-rel-z.o testfile-zdebug-rel.c
44 testfiles testfile-debug-rel.o testfile-debug-rel-g.o testfile-debug-rel-z.o
57 name (strp) "testfile-zdebug-rel.c"
121 cat info.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-rel.o
123 cat info.out | sed -e "s/'.debug_info'/'.zdebug_info'/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-rel-g.o
125 cat info.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-rel-z.o
138 cat loc.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug-rel.o
140 cat loc.out | sed -e "s/'.debug_loc' at offset 0x185/'.zdebug_loc' at offset 0x138/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug-rel-g.o
142 cat loc.out | sed -e "s/at offset 0x185/at offset 0x150/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug-rel-z.o