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

Go to the source code of this file.

Classes

struct  SYMS_PeMipsPdata
 
struct  SYMS_PeArmPdata
 
struct  SYMS_PeIntelPdata
 
struct  SYMS_PeGuid
 
struct  SYMS_PeCvHeaderPDB20
 
struct  SYMS_PeCvHeaderPDB70
 
struct  SYMS_PeImportEntry
 
struct  SYMS_PeDelayedImportEntry
 
struct  SYMS_PeExportTable
 

Macros

#define SYMS_DOS_MAGIC   0x5a4d
 
#define SYMS_PE_MAGIC   0x00004550u
 
#define SYMS_PE32_MAGIC   0x010bu
 
#define SYMS_PE32PLUS_MAGIC   0x020bu
 
#define SYMS_CODEVIEW_PDB20_MAGIC   0x3031424e
 
#define SYMS_CODEVIEW_PDB70_MAGIC   0x53445352
 

Typedefs

typedef struct SYMS_PeMipsPdata SYMS_PeMipsPdata
 
typedef struct SYMS_PeArmPdata SYMS_PeArmPdata
 
typedef struct SYMS_PeIntelPdata SYMS_PeIntelPdata
 
typedef struct SYMS_PeGuid SYMS_PeGuid
 
typedef struct SYMS_PeCvHeaderPDB20 SYMS_PeCvHeaderPDB20
 
typedef struct SYMS_PeCvHeaderPDB70 SYMS_PeCvHeaderPDB70
 
typedef struct SYMS_PeImportEntry SYMS_PeImportEntry
 
typedef struct SYMS_PeDelayedImportEntry SYMS_PeDelayedImportEntry
 
typedef struct SYMS_PeExportTable SYMS_PeExportTable
 

Functions

 SYMS_STATIC_ASSERT (sizeof(SYMS_PeGuid)==16)
 

Macro Definition Documentation

◆ SYMS_CODEVIEW_PDB20_MAGIC

#define SYMS_CODEVIEW_PDB20_MAGIC   0x3031424e

◆ SYMS_CODEVIEW_PDB70_MAGIC

#define SYMS_CODEVIEW_PDB70_MAGIC   0x53445352

◆ SYMS_DOS_MAGIC

#define SYMS_DOS_MAGIC   0x5a4d

◆ SYMS_PE32_MAGIC

#define SYMS_PE32_MAGIC   0x010bu

◆ SYMS_PE32PLUS_MAGIC

#define SYMS_PE32PLUS_MAGIC   0x020bu

◆ SYMS_PE_MAGIC

#define SYMS_PE_MAGIC   0x00004550u

Typedef Documentation

◆ SYMS_PeArmPdata

◆ SYMS_PeCvHeaderPDB20

◆ SYMS_PeCvHeaderPDB70

◆ SYMS_PeDelayedImportEntry

◆ SYMS_PeExportTable

◆ SYMS_PeGuid

◆ SYMS_PeImportEntry

◆ SYMS_PeIntelPdata

◆ SYMS_PeMipsPdata

Function Documentation

◆ SYMS_STATIC_ASSERT()

SYMS_STATIC_ASSERT ( sizeof(SYMS_PeGuid = =16)