Home
last modified time | relevance | path

Searched refs:abidw (Results 1 – 25 of 26) sorted by relevance

12

/third_party/libabigail/tests/
Druntestslowselfcompare.sh.in5 abidw=@top_builddir@/tools/abidw
11 `$abidw --abidiff $objdir/libabigail.so`
Dtest-annotate.cc153 string abidw; in main() local
155 abidw = string(get_build_dir()) + "/tools/abidw " in main()
172 string cmd = abidw + " " + in_elf_path + " > " + out_report_path; in main()
Dtest-alt-dwarf-file.cc93 string abidw, abidw_options; in main() local
95 abidw = string(get_build_dir()) + "/tools/abidw"; in main()
113 string cmd = abidw + " --debug-info-dir " + debug_info_dir in main()
Dtest-types-stability.cc89 string abidw = string(get_build_dir()) + "/tools/abidw"; in perform() local
91 string cmd = abidw + " --abidiff " in perform()
Dtest-read-common.cc96 string abidw = string(get_build_dir()) + "/tools/abidw"; in run_abidw() local
104 string cmd = abidw + " " + spec_options + drop_private_types + in run_abidw()
Dtest-read-dwarf.cc627 string abidw = string(get_build_dir()) + "/tools/abidw"; in perform() local
636 string cmd = abidw + " --no-architecture " in perform()
/third_party/libabigail/tools/
DBUILD.gn35 # Build abidw
36 ohos_executable("abidw") {
38 sources = [ "abidw.cc" ]
DMakefile.am4 bin_PROGRAMS = abidiff abilint abidw abicompat abipkgdiff kmidiff program
21 abidw_SOURCES = abidw.cc
D.gitignore3 abidw
/third_party/libabigail/doc/manuals/
Dabidw.rst3 abidw title
6 abidw reads a shared library in `ELF`_ format and emits an XML
23 To generate either ABI or KMI representation, by default ``abidw``
38 abidw [options] [<path-to-elf-file>]
59 ``abidw`` where to look for that debug info file.
67 directories. In that case, ``abidw`` will potentially look into
73 ``abidw`` knows where to find it.
77 This option instructs ``abidw`` to emit the XML representation of
83 This option instructs ``abidw`` to not emit the XML representation
122 Make ``abidw`` to consider the input path as a path to a directory
[all …]
DMakefile.am9 abidw.rst \
176 section1_manpages += abipkgdiff.1 abidiff.1 abidw.1 abilint.1 abicompat.1
Dlibabigail-tools.rst21 abidw
Dabilint.rst6 :doc:`abidw`. Once it has parsed the XML representation of the ABI,
Dabidiff.rst12 two ELF binaries (as emitted by ``abidw``) or an ELF binary against a
/third_party/libabigail/
DREADME_OpenHarmony.md34 "//third_party/libabigail/tools:abidw($host_toolchain)",
39 可以看出使用了libabigail中的abidiff和abidw这两个工具。
DNEWS80 abidw: Add --abixml-version
110 test-read-dwarf: Use abidw rather than using the library
111 abidw, dwarf-reader: Add an option to debug DIE canonicalization
182 abidw: fix --stats output for resolved classes and enums
183 abidw: remove always true test in resolve_declaration_only_classes
184 abidw: resolve declaration-only enums the same as classes
215 abidw: add support for CTF
334 Detect abixml canonical type instability during abidw --debug-abidiff
345 abidw: Remove temporary .typeid files when using --debug-abidiff
448 Bug 26127 - abidw --annotate emits incomplete function types
[all …]
DBUILD.gn26 "//third_party/libabigail/tools:abidw($host_toolchain)",
Dconfigure.ac109 [enable debugging of self comparison with 'abidw --debug-abidiff'(default is no)]),
115 [enable debugging of type canonicalization 'abidw --debug-tc'(default is no)]),
405 dnl enable the debugging of self comparison when doing abidw --debug-abidiff <binary>
407 AC_DEFINE([WITH_DEBUG_SELF_COMPARISON], 1, [compile support of debugging abidw --abidiff])
425 dnl enable the debugging of type canonicalization when doing abidw --debug-tc <binary>
429 [compile support of debugging type canonicalization while using abidw --debug-tc])
DChangeLog61 * doc/manuals/abidw.rst: Likewise.
82 * tools/abidw.cc (options::{assume_odr_for_cplusplus,
241 * doc/manuals/abidw.rst: Likewise.
291 * tools/abidw.cc: Likewise.
707 * tools/abidw.cc (set_suppressions, load_corpus_and_write_abixml)
1017 * tools/abidw.cc (load_corpus_and_write_abixml)
1532 * doc/manuals/abidw.rst: Likewise.
1564 * tools/abidw.cc (options::exported_interfaces_only): Define new
1692 to abidw.
1838 abidw: resolve declaration-only enums the same as classes
[all …]
/third_party/libabigail/bash-completion/
DMakefile.am6 abidw \
Dabidw51 complete -F _abidw_module abidw
/third_party/libabigail/relicensing-scripts/
Dfiles-with-lgplv3.txt8 ./bash-completion/abidw
123 ./tools/abidw.cc
Dfile-licenses.orig.txt9 ./bash-completion/abidw:1:# SPDX-License-Identifier: LGPL-3.0-or-later
124 ./tools/abidw.cc:1:// SPDX-License-Identifier: LGPL-3.0-or-later
/third_party/python/
DMakefile.pre.in757abidw "libpython$(LDVERSION).so" --no-architecture --out-file $(srcdir)/Doc/data/python$(LDVERSION…
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi83853 libabigail: abidw: 2.0.0-android-s-preview-1-2153-gaae57f59-soong

12