tree: b686045d96e8098346b484be2cbd226bf14fe3e2 [path history] [tgz]
  1. check-abi
  2. cppabi.cpp
  3. expand_types.cpp
  4. README.md
tools/check_abi/README.md

This is a tool for looking at the ELF symbols exported by a C/C++ shared library.

Currently it has some rough edges, but it will take a file of expected symbols and tell you the difference from what is ewxpected.

Currently you also need to compile the C++ programs in the same directory to support the script

Besides the compiled programs in this directory it also relies on GNU nm to extract the symbols and some standard POSIX utilities for text manipulation.