UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
syms_unwind_pe_x64.c File Reference

Go to the source code of this file.

Macros

#define SYMS_UNWIND_PE_X64_C
 

Functions

SYMS_API SYMS_UnwindResult syms_unwind_pe_x64 (SYMS_String8 data, SYMS_PeBinAccel *bin, SYMS_U64 bin_base, SYMS_MemoryView *memview, SYMS_RegX64 *regs)
 
SYMS_API SYMS_UnwindResult syms_unwind_pe_x64__epilog (SYMS_String8 bin_data, SYMS_PeBinAccel *bin, SYMS_U64 bin_base, SYMS_MemoryView *memview, SYMS_RegX64 *regs)
 
SYMS_API SYMS_U32 syms_unwind_pe_x64__slot_count_from_op_code (SYMS_UnwindPeOpCode op_code)
 
SYMS_API SYMS_B32 syms_unwind_pe_x64__voff_is_in_epilog (SYMS_String8 bin_data, SYMS_PeBinAccel *bin, SYMS_U64 voff, SYMS_PeIntelPdata *final_pdata)
 
SYMS_API SYMS_Reg64syms_unwind_pe_x64__gpr_reg (SYMS_RegX64 *regs, SYMS_UnwindPeX64GprReg reg_id)
 

Macro Definition Documentation

◆ SYMS_UNWIND_PE_X64_C

#define SYMS_UNWIND_PE_X64_C

Function Documentation

◆ syms_unwind_pe_x64()

SYMS_API SYMS_UnwindResult syms_unwind_pe_x64 ( SYMS_String8  data,
SYMS_PeBinAccel bin,
SYMS_U64  bin_base,
SYMS_MemoryView memview,
SYMS_RegX64 regs 
)

◆ syms_unwind_pe_x64__epilog()

SYMS_API SYMS_UnwindResult syms_unwind_pe_x64__epilog ( SYMS_String8  bin_data,
SYMS_PeBinAccel bin,
SYMS_U64  bin_base,
SYMS_MemoryView memview,
SYMS_RegX64 regs 
)

◆ syms_unwind_pe_x64__gpr_reg()

SYMS_API SYMS_Reg64 * syms_unwind_pe_x64__gpr_reg ( SYMS_RegX64 regs,
SYMS_UnwindPeX64GprReg  reg_id 
)

◆ syms_unwind_pe_x64__slot_count_from_op_code()

SYMS_API SYMS_U32 syms_unwind_pe_x64__slot_count_from_op_code ( SYMS_UnwindPeOpCode  op_code)

◆ syms_unwind_pe_x64__voff_is_in_epilog()

SYMS_API SYMS_B32 syms_unwind_pe_x64__voff_is_in_epilog ( SYMS_String8  bin_data,
SYMS_PeBinAccel bin,
SYMS_U64  voff,
SYMS_PeIntelPdata final_pdata 
)