Lines Matching refs:header
4 The VNDK header checker consists of 3 tools:
5 [header-abi-dumper](#Header-ABI-Dumper),
6 [header-abi-linker](#Header-ABI-Linker), and
7 [header-abi-diff](#Header-ABI-Diff). The first two commands generate ABI dumps
18 `header-abi-dumper` dumps the ABIs (including classes, functions, variables,
24 the header files under the exported include directories.
29 header-abi-dumper -o <dump-file> <source_file> \
37 For more command line options, run `header-abi-dumper --help`.
42 `header-abi-linker` links several ABI dumps produced by `header-abi-dumper`.
49 header-abi-linker -o <linked-abi-dump> \
55 For more command line options, run `header-abi-linker --help`.
60 `header-abi-diff` compares two header ABI dumps produced by
61 `header-abi-dumper`. It produces a report outlining all the differences
67 header-abi-diff -old <old-abi-dump> -new <new-abi-dump> -o <report>
70 For more command line options, run `header-abi-diff --help`.