Lines Matching refs:abi
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
9 reference ABI dumps in [prebuilts/abi-dumps]. If there are no ABI dumps under
10 [prebuilts/abi-dumps], follow the instructions in
13 [prebuilts/abi-dumps]: https://android.googlesource.com/platform/prebuilts/abi-dumps
18 `header-abi-dumper` dumps the ABIs (including classes, functions, variables,
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> \
50 <abi-dump1> <abi-dump2> <abi-dump3> ... \
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`.