/external/libabigail/tests/data/ |
D | Makefile.am | 61 test-abidiff/empty-report.txt \ 62 test-abidiff/test-enum0-v0.cc.bi \ 63 test-abidiff/test-enum0-v1.cc.bi \ 64 test-abidiff/test-enum0-report.txt \ 65 test-abidiff/test-enum1-v0.cc.bi \ 66 test-abidiff/test-enum1-v1.cc.bi \ 67 test-abidiff/test-enum1-report.txt \ 68 test-abidiff/test-qual-type0-v0.cc.bi \ 69 test-abidiff/test-qual-type0-v1.cc.bi \ 70 test-abidiff/test-qual-type0-report.txt \ [all …]
|
/external/libabigail/tests/ |
D | test-abidiff-exit.cc | 483 in_suppression_path, abidiff_options, abidiff, cmd, diff_cmd, in main() local 516 abidiff = string(get_build_dir()) + "/tools/abidiff"; in main() 518 abidiff += " " + abidiff_options; in main() 524 abidiff += " --headers-dir1 " + *s; in main() 530 abidiff += " --headers-dir2 " + *s; in main() 533 abidiff += " --suppressions " + in_suppression_path; in main() 535 cmd = abidiff + " " + in_elfv0_path + " " + in_elfv1_path; in main()
|
D | runtestcanonicalizetypes.sh.in | 9 abidiff=@top_builddir@/tools/abidiff 21 cmd="$abidiff --no-default-suppression $obj $obj"
|
D | test-diff-suppr.cc | 2116 std::string abidiff = std::string(get_build_dir()) + "/tools/abidiff" + " " in perform() local 2120 abidiff += " --suppressions " + in_suppression_path; in perform() 2123 abidiff += " --hd1 " + in_base_path + headers_dir1; in perform() 2126 abidiff += " --hd2 " + in_base_path + headers_dir2; in perform() 2128 const std::string cmd = abidiff + " " + in_elfv0_path + " " + in_elfv1_path in perform()
|
D | test-diff-filter.cc | 854 abidiff_options, abidiff, cmd, in perform() local 873 abidiff = string(get_build_dir()) + "/tools/abidiff"; in perform() 874 abidiff += " " + abidiff_options; in perform() 876 cmd = abidiff + " " + in_elfv0_path + " " + in_elfv1_path; in perform()
|
D | test-diff-dwarf-abixml.cc | 65 abidiff, cmd, diff_cmd, ref_diff_report_path, out_diff_report_path; in main() local 85 abidiff = string(get_build_dir()) + "/tools/abidiff"; in main() 86 cmd = abidiff + " --no-default-suppression --no-architecture " in main()
|
D | runtestslowselfcompare.sh.in | 11 `$abidw --abidiff $objdir/libabigail.so`
|
D | runtestdefaultsupprs.py.in | 24 abidiff = '@abs_top_builddir@/tools/abidiff' variable
|
/external/libabigail/doc/manuals/ |
D | abidiff.rst | 4 abidiff title 7 abidiff compares the Application Binary Interfaces (ABI) of two shared 28 abidiff [options] <first-shared-library> <second-shared-library> 36 abidiff loads two default :ref:`suppression specifications files 44 variable is not set, then abidiff tries to load the suppression file 53 variable is not set, then abidiff tries to load the suppression file 82 is split out into a separate file, tells ``abidiff`` where to find 91 directories. In that case, ``abidiff`` will potentially look into 97 then ``abidiff`` knows where to find it. 101 Like ``--debug-info-dir1``, this options tells ``abidiff`` where [all …]
|
D | Makefile.am | 6 abidiff.rst \ 175 section1_manpages += abipkgdiff.1 abidiff.1 abidw.1 abilint.1 abicompat.1 194 -test -f $(BUILDDIR)/man/abidiff.1 && $(mkinstalldirs) $(DESTDIR)$(mandir)/man1
|
D | libabigail-concepts.rst | 36 By default, ``abidiff`` filters harmless changes from the diff report. 48 :ref:`abidiff <abidiff_label>`, :ref:`abipkgdiff <abipkgdiff_label>` 1148 Let's ask :ref:`abidiff <abidiff_label>` which ABI differences it sees 1151 $ abidiff libtest1-v0.so libtest1-v1.so 1168 So ``abidiff`` reports that the opaque_type's layout has changed 1179 Now to teach ``abidiff`` about this soft contract and have it 1192 Let's now invoke ``abidiff`` on the two versions of the library 1195 $ abidiff --suppressions test1.suppr libtest1-v0.so libtest1-v1.so 1199 As you can see, ``abidiff`` does not report the change anymore; it 1258 then running ``abidiff`` on these two versions of library yields: :: [all …]
|
D | libabigail-tools.rst | 18 abidiff
|
D | abipkgdiff.rst | 162 The typical output of ``abipkgdiff`` and ``abidiff`` when 166 $ abidiff libtest-v0.so libtest-v1.so 191 In abidiff (and abipkgdiff) parlance, the change on "struct leaf" 196 $ abidiff -l libtest-v0.so libtest-v1.so 232 is the default report kind emitted by the ``abidiff`` tool: :: 234 $ abidiff libtest-v0.so libtest-v1.so 485 :ref:`abidiff tool <abidiff_return_value_label>`.
|
/external/libabigail/ |
D | NEWS | 50 Bug 27569 - abidiff misses a function parameter addition 51 Bug 27598 - abidiff mishandles union member functions 63 Detect abixml canonical type instability during abidw --debug-abidiff 74 abidw: Remove temporary .typeid files when using --debug-abidiff 87 Bug 27985 - abidiff: bad array types in report 104 abidiff: support --dump-diff-tree with --leaf-changes-only 108 abidiff: do not qualify member names in diff report 165 Update tests/data/test-abidiff-exit/test-leaf-peeling-report.txt 188 Make abidiff and abidw support several --headers-dir{1,2} options 214 abidw: make --abidiff report any change against own ABIXML [all …]
|
D | Android.bp | 84 name: "abidiff", 87 "tools/abidiff.cc",
|
D | README-DOCKER.md | 37 # which abidiff 38 /opt/abigail-env/.spack-env/view/bin/abidiff
|
D | ChangeLog | 111 * tests/data/test-abidiff-exit/test-PR28316-report.txt: New test 113 * tests/data/test-abidiff-exit/test-PR28316-v{0,1}.cc: Source code 115 * tests/data/test-abidiff-exit/test-PR28316-v{0,1}.o: New binary 119 * tests/test-abidiff-exit.cc: Add the new test files above to this 250 Bug 27985 - abidiff: bad array types in report 255 * tests/data/test-abidiff/test-PR27985-report.txt: Reference 257 * tests/data/test-abidiff/test-PR27985-v{0,1}.c: Source code for 259 * tests/data/test-abidiff/test-PR27985-v{0,1}.o: New test binary inputs. 260 * tests/data/test-abidiff/test-PR27985-v{0,1}.o.abi: New test 264 * tests/test-abidiff.cc (specs): Add the tests above to the harness. [all …]
|
/external/libabigail/tools/ |
D | Makefile.am | 4 bin_PROGRAMS = abidiff abilint abidw abicompat abipkgdiff kmidiff abitidy program 14 abidiff_SOURCES = abidiff.cc
|
D | .gitignore | 2 abidiff
|
D | abidw.cc | 105 bool abidiff; member 142 abidiff(), in options() 371 opts.abidiff = true; in parse_command_line() 375 opts.abidiff = true; in parse_command_line() 672 if (opts.abidiff) in load_corpus_and_write_abixml()
|
/external/libabigail/relicensing-scripts/ |
D | files-with-lgplv3.txt | 7 ./bash-completion/abidiff 118 ./tests/test-abidiff-exit.cc 119 ./tests/test-abidiff.cc 122 ./tools/abidiff.cc
|
D | file-licenses.orig.txt | 8 ./bash-completion/abidiff:1:# SPDX-License-Identifier: LGPL-3.0-or-later 119 ./tests/test-abidiff-exit.cc:1:// SPDX-License-Identifier: LGPL-3.0-or-later 120 ./tests/test-abidiff.cc:1:// SPDX-License-Identifier: LGPL-3.0-or-later 123 ./tools/abidiff.cc:1:// SPDX-License-Identifier: LGPL-3.0-or-later
|
/external/libabigail/bash-completion/ |
D | Makefile.am | 5 abidiff \
|
D | abidw | 31 OPTS=" --abidiff
|
D | abidiff | 65 complete -F _abidiff_module abidiff
|