Unused searches for unused functions in an executable by examining the disassembly. It uses either BFD or bddisasm to parse object files, and reduces the list of functions until only unused ones remain.
To build, use Meson:
meson setup build # or another directory name
meson compile -C build
Unused is licensed under the GNU General Public License 3.0.