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 = 2
Indicates a chained function with a
pacibsp
signed return address.ChainedFunctionStoreLoad = 3
Indicates a chained function that uses a store/load instruction pair in the prolog/epilog for the LR register.
UnchainedFunctionNoStackSave = 0
Indicates an unchained function where LR is not saved on the stack.
UnchainedFunctionStackSave = 1
Indicates an unchained function where LR is saved on the stack.