Expand description
Parsing of GCC-style Language-Specific Data Area (LSDA) For details see:
- https://refspecs.linuxfoundation.org/LSB_3.0.0/LSB-PDA/LSB-PDA/ehframechpt.html
- https://itanium-cxx-abi.github.io/cxx-abi/exceptions.pdf
- https://www.airs.com/blog/archives/460
- https://www.airs.com/blog/archives/464
A reference implementation may be found in the GCC source tree
(<root>/libgcc/unwind-c.c
as of this writing).
Structs
Enums
Constants
Functions
- round_up 🔒