Lines Matching refs:ABI
5 Copyright (C) 2012-2016 Andrey Ponomarenko's ABI Laboratory
11 Project: ABI Compliance Checker (ABICC)
26 5. Usage (with ABI Dumper)
37 5. ABI Dumper (0.99.15 or newer)
94 5. USAGE (WITH ABI DUMPER)
100 Create ABI dumps for both library versions
101 using the ABI Dumper tool (https://github.com/lvc/abi-dumper):
103 abi-dumper OLD.so -o ABI-0.dump -lver 0
104 abi-dumper NEW.so -o ABI-1.dump -lver 1
106 Compare ABI dumps to create report:
108 abi-compliance-checker -l NAME -old ABI-0.dump -new ABI-1.dump