Lines Matching full:abi
16 my $prefix="Documentation/ABI";
65 # Parse an ABI file, storing its contents at %data
78 $fn =~ s,Documentation/ABI/,,;
377 # Having titles inside ABI files will only work if extra
408 my @matches = $d =~ m,Documentation/ABI/([\w\/\-]+),g;
415 $d =~ s,\bDocumentation/ABI/$f\b,:ref:`$xref`,g;
461 printf "Has the following ABI:\n\n";
484 # Searches for ABI symbols
530 # Parses all ABI files located at $prefix dir
546 # Warn about duplicated ABI entries
561 abi_book.pl - parse the Linux ABI files and produce a ReST book.
572 B<search> [SEARCH_REGEX] - search for [SEARCH_REGEX] inside ABI
574 B<rest> - output the ABI in ReST markup language
576 B<validate> - validate the ABI contents
586 Changes the location of the ABI search. By default, it uses
587 the Documentation/ABI directory.
592 selecting between a rst-compliant source ABI (--rst-source), or a
617 Parse the Linux ABI files from ABI DIR (usually located at Documentation/ABI),
618 allowing to search for ABI symbols or to produce a ReST book containing
619 the Linux ABI documentation.
627 $ scripts/get_abi.pl search usb --dir Documentation/ABI/stable
643 $ scripts/get_abi.pl rest --dir Documentation/ABI/obsolete