Enum Arm64PackedUnwindInfoCR
- Namespace
- AsmResolver.PE.Exceptions
- Assembly
- AsmResolver.PE.dll
Defines all variants for frame chain setup code in an ARM64 function.
public enum Arm64PackedUnwindInfoCR : byte
Fields
ChainedFunctionPacibsp = 2Indicates a chained function with a
pacibspsigned return address.ChainedFunctionStoreLoad = 3Indicates a chained function that uses a store/load instruction pair in the prolog/epilog for the LR register.
UnchainedFunctionNoStackSave = 0Indicates an unchained function where LR is not saved on the stack.
UnchainedFunctionStackSave = 1Indicates an unchained function where LR is saved on the stack.