Searched refs:abilint (Results 1 – 12 of 12) sorted by relevance
2 abilint title5 abilint parses the native XML representation of an ABI as emitted by7 ``abilint`` builds and in-memory model from it. It then tries to save15 Note also that ``abilint`` can also read an `ELF`_ input file, build the25 abilint [options] [<abi-file1>]41 out into a separate file, this options tells ``abilint`` where to
10 abilint.rst \175 section1_manpages += abipkgdiff.1 abidiff.1 abidw.1 abilint.1 abicompat.1
23 abilint
4 bin_PROGRAMS = abidiff abilint abidw abicompat abipkgdiff kmidiff program18 abilint_SOURCES = abilint.cc
4 abilint
328 string abilint = string(get_build_dir()) + "/tools/abilint"; in perform() local330 abilint +=string(" --suppr ") + in_suppr_spec_path; in perform()331 string cmd = abilint + " " + in_path + " > " + out_path; in perform()
7 abilint \
33 complete -F _abilint_module abilint
9 ./bash-completion/abilint124 ./tools/abilint.cc
10 ./bash-completion/abilint:1:# SPDX-License-Identifier: LGPL-3.0-or-later125 ./tools/abilint.cc:1:// SPDX-License-Identifier: LGPL-3.0-or-later
3050 * tools/abilint.cc (options): Add header_files string vector.3059 * doc/manuals/abilint.rst: Likewise.3994 * tools/abilint.cc: Likewise.5102 * tools/abilint.cc (main): Support linting corpus group abixml5347 * tools/abilint.cc: likewise5851 * tools/abilint.cc (main): Likewise. Also simplify logic around the5863 * tools/abilint.cc (main): use new write_translation_unit() API6328 abilint: fix return types bool -> int6329 * tools/abilint.cc: return int in main rather than bool.6997 * tools/abilint.cc: Update copyright for 2019[all …]
367 abilint: fix return types bool -> int