Lines Matching full:abi
6 kernel-abi
9 Implementation of the ``kernel-abi`` reST-directive.
16 The ``kernel-abi`` (:py:class:`KernelCmd`) directive calls the
17 AbiParser class to parse the Kernel ABI files.
23 .. kernel-abi:: <ABI directory location>
26 The argument ``<ABI directory location>`` is required. It contains the
27 location of the ABI files to be parsed.
48 from abi.abi_parser import AbiParser
53 path = os.path.join(srctree, "Documentation/ABI")
66 # Parse ABI symbols only once
75 app.add_directive("kernel-abi", KernelCmd)
84 """KernelABI (``kernel-abi``) directive"""
163 logger.verbose("%s ABI: %i symbols (%i ReST lines)" % (abi_type, n_sym, n))
165 logger.verbose("%s ABI: %i files (%i ReST lines)" % (abi_type, n_sym, n))
167 logger.verbose("%s ABI: %i data (%i ReST lines)" % (abi_type, n_sym, n))