Searched refs:abilint (Results 1 – 13 of 13) 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
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()
4 bin_PROGRAMS = abidiff abilint abidw abicompat abipkgdiff kmidiff abitidy program18 abilint_SOURCES = abilint.cc
4 abilint
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
86 AC_ARG_ENABLE(show-type-use-in-abilint,87 AS_HELP_STRING([--enable-show-type-use-in-abilint=yes|no],88 ['enable abilint --show-type-use'(default is no)]),388 dnl enable support of abilint --show-type-use <type-id>390 AC_DEFINE([WITH_SHOW_TYPE_USE_IN_ABILINT], 1, [compile support of abilint --show-type-use])391 AC_MSG_NOTICE([support of abilint --show-type-use <type-id> is enabled])393 AC_MSG_NOTICE([support of abilint --show-type-use <type-id> is disabled])1042 Enable abilint --show-type-use <type-id> : ${ENABLE_SHOW_TYPE_USE_IN_ABILINT}
1343 * tools/abilint.cc (main): Support writing corpus groups.1980 * tools/abilint.cc: remove conditionally compiled code for zip2075 * tools/abilint.cc: Guard the use of2083 * tools/abilint.cc:2089 * tools/abilint.cc:3013 * tools/abilint.cc: Likewise.3075 * tools/abilint.cc: Likewise.3205 * bash-completion/abilint: Likewise.3331 * tools/abilint.cc: Likewise.3383 * bash-completion/abilint: Likewise.[all …]
524 abilint: fix return types bool -> int