commit | 0a2e360cb0866b17bb3ca00bf68d8db30dcb2a35 | [log] [tgz] |
---|---|---|
author | Giuliano Procida <gprocida@google.com> | Tue Nov 15 18:39:24 2022 +0000 |
committer | Matthias Maennich <maennich@google.com> | Tue Dec 13 18:09:26 2022 +0000 |
tree | 3732b980c0f7480b5d2b2406fea745be4ae5c2ea | |
parent | 3489c4f81fcd103bda29aab53d131d3d522f3143 [diff] |
Move `CRC` into `ElfSymbol` The CRCs are specifically Linux kernel symbol CRCs. PiperOrigin-RevId: 488699320 Change-Id: Id7b49abf082d5e36c1d164139fd4e0d3f200be4b
The STG (symbol-type graph) is an ABI representation and this project contains tools for the creation and comparison of such representations. At present parsers exist for libabigail's ABI XML (C types only) and BTF. The ABI diff tool, stgdiff, supports multiple reporting options. This software currently depends on libabigail for ELF symbol functionality, on libxml2 for XML parsing and on Linux UAPI headers for BTF types.
TBD
See CONTRIBUTING.md for details.