Searched refs:abidw (Results 1 – 25 of 26) sorted by relevance
12
/third_party/libabigail/tests/ |
D | runtestslowselfcompare.sh.in | 5 abidw=@top_builddir@/tools/abidw 11 `$abidw --abidiff $objdir/libabigail.so`
|
D | test-annotate.cc | 153 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()
|
D | test-alt-dwarf-file.cc | 93 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()
|
D | test-types-stability.cc | 89 string abidw = string(get_build_dir()) + "/tools/abidw"; in perform() local 91 string cmd = abidw + " --abidiff " in perform()
|
D | test-read-common.cc | 96 string abidw = string(get_build_dir()) + "/tools/abidw"; in run_abidw() local 104 string cmd = abidw + " " + spec_options + drop_private_types + in run_abidw()
|
D | test-read-dwarf.cc | 627 string abidw = string(get_build_dir()) + "/tools/abidw"; in perform() local 636 string cmd = abidw + " --no-architecture " in perform()
|
/third_party/libabigail/tools/ |
D | BUILD.gn | 35 # Build abidw 36 ohos_executable("abidw") { 38 sources = [ "abidw.cc" ]
|
D | Makefile.am | 4 bin_PROGRAMS = abidiff abilint abidw abicompat abipkgdiff kmidiff program 21 abidw_SOURCES = abidw.cc
|
D | .gitignore | 3 abidw
|
/third_party/libabigail/doc/manuals/ |
D | abidw.rst | 3 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 …]
|
D | Makefile.am | 9 abidw.rst \ 176 section1_manpages += abipkgdiff.1 abidiff.1 abidw.1 abilint.1 abicompat.1
|
D | libabigail-tools.rst | 21 abidw
|
D | abilint.rst | 6 :doc:`abidw`. Once it has parsed the XML representation of the ABI,
|
D | abidiff.rst | 12 two ELF binaries (as emitted by ``abidw``) or an ELF binary against a
|
/third_party/libabigail/ |
D | README_OpenHarmony.md | 34 "//third_party/libabigail/tools:abidw($host_toolchain)", 39 可以看出使用了libabigail中的abidiff和abidw这两个工具。
|
D | NEWS | 80 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 …]
|
D | BUILD.gn | 26 "//third_party/libabigail/tools:abidw($host_toolchain)",
|
D | configure.ac | 109 [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])
|
D | ChangeLog | 61 * 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/ |
D | Makefile.am | 6 abidw \
|
D | abidw | 51 complete -F _abidw_module abidw
|
/third_party/libabigail/relicensing-scripts/ |
D | files-with-lgplv3.txt | 8 ./bash-completion/abidw 123 ./tools/abidw.cc
|
D | file-licenses.orig.txt | 9 ./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/ |
D | Makefile.pre.in | 757 …abidw "libpython$(LDVERSION).so" --no-architecture --out-file $(srcdir)/Doc/data/python$(LDVERSION…
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 83853 libabigail: abidw: 2.0.0-android-s-preview-1-2153-gaae57f59-soong
|
12