With increasing adoption of tools like BOLT and use of binary analysis by the Linux kernel, there may be demand for additional metadata to aid control flow discovery.
Examples include:
- Identifying static linker generated stubs/veneers/thunks.
- Identifying function pointer destinations.
If there are to be metadata added to toolchains such as LLVM and GCC, it would be useful to document these in the ABI to help with interoperability of tools.
This issue is a placeholder for further discussion.