Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_lnx_arm64::frame_record Struct Reference

Structure representing a frame record in the AArch64 stack unwind mechanism. More...

#include <lnx_arch_arm64.hpp>

Public Attributes

uint64_t fp
 Frame Pointer (FP/X29).
 
uint64_t lr
 Link Register (LR/X30).
 

Detailed Description

Structure representing a frame record in the AArch64 stack unwind mechanism.

Member Data Documentation

◆ fp

uint64_t arion_lnx_arm64::frame_record::fp

Frame Pointer (FP/X29).

◆ lr

uint64_t arion_lnx_arm64::frame_record::lr

Link Register (LR/X30).


The documentation for this struct was generated from the following file: