Home
last modified time | relevance | path

Searched refs:readelf (Results 1 – 25 of 122) sorted by relevance

12345

/external/elfutils/tests/
Drun-strip-g.sh25 tempfiles a.out strip.out debug.out readelf.out
35 testrun ${abs_top_builddir}/src/readelf -S strip.out > readelf.out
36 grep SYMTAB readelf.out || status=$?
44 testrun ${abs_top_builddir}/src/readelf -S debug.out > readelf.out
45 grep SYMTAB readelf.out || status=$?
60 testrun ${abs_top_builddir}/src/readelf -S strip.out > readelf.out
61 grep SYMTAB readelf.out || status=$?
69 testrun ${abs_top_builddir}/src/readelf -S debug.out > readelf.out
70 grep SYMTAB readelf.out || status=$?
85 testrun ${abs_top_builddir}/src/readelf -S strip.out > readelf.out
[all …]
Drun-readelf-compressed.sh28 tempfiles hello_i386.ko.bz2 readelf.out.1 readelf.out.2
30 testrun ${abs_top_builddir}/src/readelf -a hello_i386.ko > readelf.out.1
32 testrun ${abs_top_builddir}/src/readelf -a hello_i386.ko.bz2 > readelf.out.2
34 diff -u readelf.out.1 readelf.out.2
Drun-copyadd-sections.sh27 tempfiles ${out_file} ${out_file_mmap} readelf.out
35 testrun ${abs_top_builddir}/src/readelf -S ${out_file} > readelf.out
36 nr=$(grep '.extra' readelf.out | wc -l)
39 testrun ${abs_top_builddir}/src/readelf -S ${out_file}
51 testrun ${abs_top_builddir}/src/readelf -S ${out_file_mmap} > readelf.out
52 nr=$(grep '.extra' readelf.out | wc -l)
55 testrun ${abs_top_builddir}/src/readelf -S ${out_file_mmap}
Drun-strip-reloc.sh23 tempfiles readelf.out readelf.out1 readelf.out2
47 testrun ${abs_top_builddir}/src/readelf -a $outfile1 > readelf.out ||
50 testrun_compare ${abs_top_builddir}/src/readelf -a $outfile2 < readelf.out ||
62 testrun ${abs_top_builddir}/src/readelf -w $debugfile1 \
63 | grep -v ^DWARF\ section > readelf.out1 ||
66 testrun ${abs_top_builddir}/src/readelf -w $debugfile2 \
67 | grep -v ^DWARF\ section > readelf.out2 ||
70 testrun_compare cat readelf.out1 < readelf.out2 ||
Drun-macro-test.sh34 tempfiles readelf.macros.out
38 testrun ${abs_top_builddir}/src/readelf --debug-dump=info testfile-macinfo \
39 | grep macro_info > readelf.macros.out ||
41 testrun_compare cat readelf.macros.out <<\EOF
45 testrun ${abs_top_builddir}/src/readelf --debug-dump=info testfile-macros \
46 | grep GNU_macros > readelf.macros.out ||
48 testrun_compare cat readelf.macros.out <<\EOF
DMakefile.am102 run-nm-self.sh run-readelf-self.sh run-readelf-info-plus.sh \
103 run-readelf-compressed.sh \
104 run-readelf-const-values.sh \
106 run-readelf-test1.sh run-readelf-test2.sh run-readelf-test3.sh \
107 run-readelf-test4.sh run-readelf-twofiles.sh \
108 run-readelf-macro.sh run-readelf-loc.sh run-readelf-ranges.sh \
109 run-readelf-aranges.sh run-readelf-line.sh run-readelf-z.sh \
110 run-readelf-n.sh \
120 run-readelf-d.sh run-readelf-gdb_index.sh run-unstrip-n.sh \
122 run-test-archive64.sh run-readelf-vmcoreinfo.sh \
[all …]
Drun-readelf-zdebug.sh43 tempfiles readelf.out
62 cat loc.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug
64 …zdebug_loc' at offset 0x1a27/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=l…
81 cat aranges.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=aranges testfile-…
83 …ug_aranges' at offset 0x1a5f/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=a…
93 cat ranges.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=ranges testfile-de…
95 …bug_ranges' at offset 0x1a87/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=r…
354 cat macro.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=macro testfile-debug
356 …ebug_macro' at offset 0x1aa7/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=m…
410 cat line.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=line testfile-debug
[all …]
Drun-readelf-zdebug-rel.sh45 tempfiles readelf.out
121 cat info.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-…
123 …'.debug_info'/'.zdebug_info'/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=i…
125 cat info.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-…
143 cat loc.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug-re…
145 ….zdebug_loc' at offset 0x138/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=l…
147 …offset 0x185/at offset 0x150/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=l…
225 cat info.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-…
227 …'.debug_info'/'.zdebug_info'/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=i…
229 cat info.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-…
[all …]
Drun-copymany-sections.sh31 tempfiles ${out_file} ${out_file_mmap} readelf.out
39 testrun ${abs_top_builddir}/src/readelf -S ${out_file} > readelf.out
40 nr=$(grep '.extra' readelf.out | wc -l)
44 testrun ${abs_top_builddir}/src/readelf -S ${out_file}
Drun-annobingroup.sh30 testrun_compare ${abs_top_builddir}/src/readelf -g testfile-annobingroup.o << EOF
40 testrun_compare ${abs_top_builddir}/src/readelf -g stripped.elf << EOF
48 testrun_compare ${abs_top_builddir}/src/readelf -g debugfile1.elf << EOF
58 testrun_compare ${abs_top_builddir}/src/readelf -g remerged.elf << EOF
73 testrun_compare ${abs_top_builddir}/src/readelf -g testfile-annobingroup-i386.o << EOF
86 testrun_compare ${abs_top_builddir}/src/readelf -g stripped.elf << EOF
97 testrun_compare ${abs_top_builddir}/src/readelf -g debugfile2.elf << EOF
110 testrun_compare ${abs_top_builddir}/src/readelf -g remerged.elf << EOF
127 testrun_compare ${abs_top_builddir}/src/readelf -g testfile-annobingroup-x86_64.o << EOF
Drun-readelf-n.sh33 testrun_compare ${abs_top_builddir}/src/readelf -n testfile-gnu-property-note.o << EOF
42 testrun_compare ${abs_top_builddir}/src/readelf -n testfile-gnu-property-note << EOF
60 testrun_compare ${abs_top_builddir}/src/readelf -n testfile11 << EOF
76 testrun_compare ${abs_top_builddir}/src/readelf -n testfile-annobingroup.o << EOF
184 testrun_compare ${abs_top_builddir}/src/readelf -n testfile_gnu_props.32le.o << EOF
194 testrun_compare ${abs_top_builddir}/src/readelf -n testfile_gnu_props.64le.o << EOF
210 testrun_compare ${abs_top_builddir}/src/readelf -n testfile_gnu_props.32be.o << EOF
220 testrun_compare ${abs_top_builddir}/src/readelf -n testfile_gnu_props.64be.o << EOF
Drun-readelf-ranges.sh25 testrun_compare ${abs_top_builddir}/src/readelf --debug-dump=ranges testfileloc<<\EOF
47 testrun_compare ${abs_top_builddir}/src/readelf -N --debug-dump=ranges testfileloc<<\EOF
69 testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=ranges testfileloc<<\EOF
84 testrun_compare ${abs_top_builddir}/src/readelf --debug-dump=ranges testfile-dwarf-5<<\EOF
121 testrun_compare ${abs_top_builddir}/src/readelf --debug-dump=ranges testfile-dwarf-4<<\EOF
143 testrun_compare ${abs_top_builddir}/src/readelf --debug-dump=ranges testfile-splitdwarf-5<<\EOF
183 testrun_compare ${abs_top_builddir}/src/readelf --debug-dump=info testfile-splitdwarf-5<<\EOF
215 testrun_compare ${abs_top_builddir}/src/readelf --debug-dump=ranges testfile-splitdwarf-4<<\EOF
Drun-strip-remove-keep.sh33 echo readelf testfile.elf
34 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.elf <<\EOF
68 echo readelf testfile.debug
69 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
119 echo readelf testfile.elf
120 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.elf <<\EOF
155 echo readelf testfile.debug
156 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF
208 echo readelf testfile.elf
209 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.elf <<\EOF
[all …]
/external/elfutils/po/
Dde.po57 #: lib/xmalloc.c:52 lib/xmalloc.c:65 lib/xmalloc.c:77 src/readelf.c:3414
58 #: src/readelf.c:11274 src/unstrip.c:2346 src/unstrip.c:2552
630 #: libelf/elf_error.c:87 src/readelf.c:6129
718 #: libelf/elf_error.c:191 src/readelf.c:9790 src/readelf.c:10390
719 #: src/readelf.c:10491 src/readelf.c:10673
1471 #: src/elfcompress.c:1336 src/elflint.c:77 src/readelf.c:153
1502 #: src/elflint.c:154 src/readelf.c:346
1521 #: src/elflint.c:219 src/readelf.c:545
3477 #: src/nm.c:746 src/nm.c:1207 src/objdump.c:777 src/readelf.c:605
3478 #: src/readelf.c:1412 src/readelf.c:1563 src/readelf.c:1764 src/readelf.c:1970
[all …]
Dja.po53 #: lib/xmalloc.c:52 lib/xmalloc.c:65 lib/xmalloc.c:77 src/readelf.c:3414
54 #: src/readelf.c:11274 src/unstrip.c:2346 src/unstrip.c:2552
627 #: libelf/elf_error.c:87 src/readelf.c:6129
714 #: libelf/elf_error.c:191 src/readelf.c:9790 src/readelf.c:10390
715 #: src/readelf.c:10491 src/readelf.c:10673
1471 #: src/elfcompress.c:1336 src/elflint.c:77 src/readelf.c:153
1503 #: src/elflint.c:154 src/readelf.c:346
1522 #: src/elflint.c:219 src/readelf.c:545
3556 #: src/nm.c:746 src/nm.c:1207 src/objdump.c:777 src/readelf.c:605
3557 #: src/readelf.c:1412 src/readelf.c:1563 src/readelf.c:1764 src/readelf.c:1970
[all …]
Duk.po61 #: lib/xmalloc.c:52 lib/xmalloc.c:65 lib/xmalloc.c:77 src/readelf.c:3414
62 #: src/readelf.c:11274 src/unstrip.c:2346 src/unstrip.c:2552
624 #: libelf/elf_error.c:87 src/readelf.c:6129
710 #: libelf/elf_error.c:191 src/readelf.c:9790 src/readelf.c:10390
711 #: src/readelf.c:10491 src/readelf.c:10673
1476 #: src/elfcompress.c:1336 src/elflint.c:77 src/readelf.c:153
1510 #: src/elflint.c:154 src/readelf.c:346
1529 #: src/elflint.c:219 src/readelf.c:545
3750 #: src/nm.c:746 src/nm.c:1207 src/objdump.c:777 src/readelf.c:605
3751 #: src/readelf.c:1412 src/readelf.c:1563 src/readelf.c:1764 src/readelf.c:1970
[all …]
Dfr.po19 #: lib/xmalloc.c:51 lib/xmalloc.c:65 lib/xmalloc.c:79 src/readelf.c:2822
20 #: src/readelf.c:3161 src/unstrip.c:2087 src/unstrip.c:2295
413 #: libelf/elf_error.c:108 src/readelf.c:4779
494 #: libelf/elf_error.c:208 src/readelf.c:6242 src/readelf.c:6343
576 #: src/ranlib.c:136 src/readelf.c:449 src/size.c:219 src/strings.c:227
587 #: src/ranlib.c:141 src/readelf.c:454 src/size.c:224 src/strings.c:232
1045 #: src/elflint.c:86 src/readelf.c:118
1049 #: src/elflint.c:159 src/readelf.c:272
1068 #: src/elflint.c:223 src/readelf.c:425
3142 #: src/ldgeneric.c:661 src/ldgeneric.c:1122 src/readelf.c:629 src/strip.c:543
[all …]
Dit.po20 #: lib/xmalloc.c:51 lib/xmalloc.c:65 lib/xmalloc.c:79 src/readelf.c:2822
21 #: src/readelf.c:3161 src/unstrip.c:2087 src/unstrip.c:2295
414 #: libelf/elf_error.c:108 src/readelf.c:4779
495 #: libelf/elf_error.c:208 src/readelf.c:6242 src/readelf.c:6343
577 #: src/ranlib.c:136 src/readelf.c:449 src/size.c:219 src/strings.c:227
588 #: src/ranlib.c:141 src/readelf.c:454 src/size.c:224 src/strings.c:232
1046 #: src/elflint.c:86 src/readelf.c:118
1050 #: src/elflint.c:159 src/readelf.c:272
1069 #: src/elflint.c:223 src/readelf.c:425
3143 #: src/ldgeneric.c:661 src/ldgeneric.c:1122 src/readelf.c:629 src/strip.c:543
[all …]
Dzh_CN.po20 #: lib/xmalloc.c:51 lib/xmalloc.c:65 lib/xmalloc.c:79 src/readelf.c:2822
21 #: src/readelf.c:3161 src/unstrip.c:2087 src/unstrip.c:2295
414 #: libelf/elf_error.c:108 src/readelf.c:4779
495 #: libelf/elf_error.c:208 src/readelf.c:6242 src/readelf.c:6343
577 #: src/ranlib.c:136 src/readelf.c:449 src/size.c:219 src/strings.c:227
588 #: src/ranlib.c:141 src/readelf.c:454 src/size.c:224 src/strings.c:232
1046 #: src/elflint.c:86 src/readelf.c:118
1050 #: src/elflint.c:159 src/readelf.c:272
1069 #: src/elflint.c:223 src/readelf.c:425
3143 #: src/ldgeneric.c:661 src/ldgeneric.c:1122 src/readelf.c:629 src/strip.c:543
[all …]
Dru.po19 #: lib/xmalloc.c:51 lib/xmalloc.c:65 lib/xmalloc.c:79 src/readelf.c:2822
20 #: src/readelf.c:3161 src/unstrip.c:2087 src/unstrip.c:2295
413 #: libelf/elf_error.c:108 src/readelf.c:4779
494 #: libelf/elf_error.c:208 src/readelf.c:6242 src/readelf.c:6343
576 #: src/ranlib.c:136 src/readelf.c:449 src/size.c:219 src/strings.c:227
587 #: src/ranlib.c:141 src/readelf.c:454 src/size.c:224 src/strings.c:232
1045 #: src/elflint.c:86 src/readelf.c:118
1049 #: src/elflint.c:159 src/readelf.c:272
1068 #: src/elflint.c:223 src/readelf.c:425
3142 #: src/ldgeneric.c:661 src/ldgeneric.c:1122 src/readelf.c:629 src/strip.c:543
[all …]
Dnl.po20 #: lib/xmalloc.c:51 lib/xmalloc.c:65 lib/xmalloc.c:79 src/readelf.c:2822
21 #: src/readelf.c:3161 src/unstrip.c:2087 src/unstrip.c:2295
414 #: libelf/elf_error.c:108 src/readelf.c:4779
495 #: libelf/elf_error.c:208 src/readelf.c:6242 src/readelf.c:6343
577 #: src/ranlib.c:136 src/readelf.c:449 src/size.c:219 src/strings.c:227
588 #: src/ranlib.c:141 src/readelf.c:454 src/size.c:224 src/strings.c:232
1046 #: src/elflint.c:86 src/readelf.c:118
1050 #: src/elflint.c:159 src/readelf.c:272
1069 #: src/elflint.c:223 src/readelf.c:425
3143 #: src/ldgeneric.c:661 src/ldgeneric.c:1122 src/readelf.c:629 src/strip.c:543
[all …]
Dpl.po62 #: lib/xmalloc.c:52 lib/xmalloc.c:65 lib/xmalloc.c:77 src/readelf.c:3414
63 #: src/readelf.c:11274 src/unstrip.c:2346 src/unstrip.c:2552
623 #: libelf/elf_error.c:87 src/readelf.c:6129
709 #: libelf/elf_error.c:191 src/readelf.c:9790 src/readelf.c:10390
710 #: src/readelf.c:10491 src/readelf.c:10673
1467 #: src/elfcompress.c:1336 src/elflint.c:77 src/readelf.c:153
1501 #: src/elflint.c:154 src/readelf.c:346
1520 #: src/elflint.c:219 src/readelf.c:545
3695 #: src/nm.c:746 src/nm.c:1207 src/objdump.c:777 src/readelf.c:605
3696 #: src/readelf.c:1412 src/readelf.c:1563 src/readelf.c:1764 src/readelf.c:1970
[all …]
Des.po60 #: lib/xmalloc.c:52 lib/xmalloc.c:65 lib/xmalloc.c:77 src/readelf.c:3414
61 #: src/readelf.c:11274 src/unstrip.c:2346 src/unstrip.c:2552
628 #: libelf/elf_error.c:87 src/readelf.c:6129
714 #: libelf/elf_error.c:191 src/readelf.c:9790 src/readelf.c:10390
715 #: src/readelf.c:10491 src/readelf.c:10673
1480 #: src/elfcompress.c:1336 src/elflint.c:77 src/readelf.c:153
1513 #: src/elflint.c:154 src/readelf.c:346
1532 #: src/elflint.c:219 src/readelf.c:545
3777 #: src/nm.c:746 src/nm.c:1207 src/objdump.c:777 src/readelf.c:605
3778 #: src/readelf.c:1412 src/readelf.c:1563 src/readelf.c:1764 src/readelf.c:1970
[all …]
/external/elfutils/src/
DChangeLog7 * readelf.c (print_debug_line_section): Check we are not at end of
12 * readelf.c (print_debug_line_section): Check terminating NUL byte
17 * readelf (handle_core_note): Pass desc to ebl_core_note.
33 * readelf.c (handle_notes_data): Handle
39 * readelf.c (handle_notes_data): Pass n_descsz to
46 * readelf.c (process_elf_file): Use dwelf_elf_begin to open pure_elf.
87 * readelf (handle_notes): Likewise.
96 * readelf.c (section_name): Remove ehdr argument, lookup shstrndx.
117 * readelf.c (print_debug_frame_section): Make sure readp is never
145 * readelf.c (print_debug_macro_section): Use elf_getdata. Print
[all …]
/external/v8/tools/toolchain/
DBUILD.gn13 readelf = "${toolprefix}readelf"
35 readelf = "${toolprefix}readelf"
57 readelf = "${toolprefix}readelf"
79 readelf = "${toolprefix}readelf"

12345