Expand description
Apple Compact Unwind (__unwind_info) parser and register restoration.
Parses the __unwind_info section to find compact unwind encodings for
a given PC, decodes the encoding, and applies it to restore registers.
Enums§
- Compact
Entry - Decoded compact unwind entry.
Functions§
- apply_
entry - Applies a compact unwind entry to restore the previous register context.
- decode_
arm64 - decode_
encoding - Decodes a compact unwind encoding into a CompactEntry for the given CPU type.
- decode_
x86_ 64 - lookup_
encoding - Looks up the compact unwind encoding for a given PC.