Home
last modified time | relevance | path

Searched refs:abidiff (Results 1 – 25 of 35) sorted by relevance

12

/external/libabigail/tests/data/
DMakefile.am61 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/
Dtest-abidiff-exit.cc483 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()
Druntestcanonicalizetypes.sh.in9 abidiff=@top_builddir@/tools/abidiff
21 cmd="$abidiff --no-default-suppression $obj $obj"
Dtest-diff-suppr.cc2116 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()
Dtest-diff-filter.cc854 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()
Dtest-diff-dwarf-abixml.cc65 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()
Druntestslowselfcompare.sh.in11 `$abidw --abidiff $objdir/libabigail.so`
Druntestdefaultsupprs.py.in24 abidiff = '@abs_top_builddir@/tools/abidiff' variable
/external/libabigail/doc/manuals/
Dabidiff.rst4 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 …]
DMakefile.am6 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
Dlibabigail-concepts.rst36 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 …]
Dlibabigail-tools.rst18 abidiff
Dabipkgdiff.rst162 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/
DNEWS50 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 …]
DAndroid.bp84 name: "abidiff",
87 "tools/abidiff.cc",
DREADME-DOCKER.md37 # which abidiff
38 /opt/abigail-env/.spack-env/view/bin/abidiff
DChangeLog111 * 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/
DMakefile.am4 bin_PROGRAMS = abidiff abilint abidw abicompat abipkgdiff kmidiff abitidy program
14 abidiff_SOURCES = abidiff.cc
D.gitignore2 abidiff
Dabidw.cc105 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/
Dfiles-with-lgplv3.txt7 ./bash-completion/abidiff
118 ./tests/test-abidiff-exit.cc
119 ./tests/test-abidiff.cc
122 ./tools/abidiff.cc
Dfile-licenses.orig.txt8 ./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/
DMakefile.am5 abidiff \
Dabidw31 OPTS=" --abidiff
Dabidiff65 complete -F _abidiff_module abidiff

12