![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Classes | |
| union | SYMS_UnwindPeCode |
| struct | SYMS_UnwindPeInfo |
Macros | |
| #define | SYMS_UnwindPeCode_CodeFromFlags(x) ((x) & 0xf) |
| #define | SYMS_UnwindPeCode_InfoFromFlags(x) (((x) & 0xf0) >> 4) |
| #define | SYMS_UnwindPeInfo_VersionFromHeader(x) ((x) & 0x07) |
| #define | SYMS_UnwindPeInfo_FlagsFromHeader(x) (((x) & 0xf8) >> 3) |
| #define | SYMS_UnwindPeInfo_RegFromFrame(x) ((x) & 0x0f) |
| #define | SYMS_UnwindPeInfo_OffFromFrame(x) (((x) & 0xf0) >> 4) |
Functions | |
| SYMS_C_LINKAGE_BEGIN SYMS_API SYMS_UnwindResult | syms_unwind_pe_x64 (SYMS_String8 bin_data, SYMS_PeBinAccel *bin, SYMS_U64 bin_base, SYMS_MemoryView *memview, SYMS_RegX64 *regs_in_out) |
| SYMS_API SYMS_UnwindResult | syms_unwind_pe_x64__epilog (SYMS_String8 bin_data, SYMS_PeBinAccel *bin, SYMS_U64 base, SYMS_MemoryView *memview, SYMS_RegX64 *regs_in_out) |
| 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_Reg64 * | syms_unwind_pe_x64__gpr_reg (SYMS_RegX64 *regs, SYMS_UnwindPeX64GprReg reg_id) |
| #define SYMS_UnwindPeCode_CodeFromFlags | ( | x | ) | ((x) & 0xf) |
| #define SYMS_UnwindPeCode_InfoFromFlags | ( | x | ) | (((x) & 0xf0) >> 4) |
| #define SYMS_UnwindPeInfo_FlagsFromHeader | ( | x | ) | (((x) & 0xf8) >> 3) |
| #define SYMS_UnwindPeInfo_OffFromFrame | ( | x | ) | (((x) & 0xf0) >> 4) |
| #define SYMS_UnwindPeInfo_RegFromFrame | ( | x | ) | ((x) & 0x0f) |
| #define SYMS_UnwindPeInfo_VersionFromHeader | ( | x | ) | ((x) & 0x07) |
| SYMS_C_LINKAGE_BEGIN SYMS_API SYMS_UnwindResult syms_unwind_pe_x64 | ( | SYMS_String8 | bin_data, |
| SYMS_PeBinAccel * | bin, | ||
| SYMS_U64 | bin_base, | ||
| SYMS_MemoryView * | memview, | ||
| SYMS_RegX64 * | regs_in_out | ||
| ) |
| SYMS_API SYMS_UnwindResult syms_unwind_pe_x64__epilog | ( | SYMS_String8 | bin_data, |
| SYMS_PeBinAccel * | bin, | ||
| SYMS_U64 | base, | ||
| SYMS_MemoryView * | memview, | ||
| SYMS_RegX64 * | regs_in_out | ||
| ) |
| SYMS_API SYMS_Reg64 * syms_unwind_pe_x64__gpr_reg | ( | SYMS_RegX64 * | regs, |
| SYMS_UnwindPeX64GprReg | reg_id | ||
| ) |
| 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 | ||
| ) |