Lines Matching full: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)
59 abi-compliance-checker --gcc-path=/usr/local/bin/gcc-4.9 ...
83 This command will install the abi-compliance-checker program into the
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
136 abi-compliance-checker -lib NAME -old OLD.xml -new NEW.xml