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

Go to the source code of this file.

Functions

SYMS_API SYMS_CoffSectionHeadersyms_pecoff_sec_hdr_from_n (SYMS_String8 data, SYMS_U64 sec_hrds_off, SYMS_U64 n)
 
SYMS_API SYMS_U64Range syms_pecoff_name_range_from_hdr_off (SYMS_String8 data, SYMS_U64 sec_hdr_off)
 
SYMS_API SYMS_String8 syms_pecoff_name_from_hdr_off (SYMS_Arena *arena, SYMS_String8 data, SYMS_U64 sec_hdr_off)
 
SYMS_API SYMS_U64Array syms_pecoff_voff_accelerator_from_coff_hdr_array (SYMS_Arena *arena, SYMS_CoffSectionHeader *sec_hdrs, SYMS_U64 sec_count)
 
SYMS_API SYMS_SecInfoArray syms_pecoff_sec_info_from_coff_sec (SYMS_Arena *arena, SYMS_String8 data, SYMS_U64 sec_hdrs_off, SYMS_U64 sec_count)
 

Variables

SYMS_READ_ONLY SYMS_GLOBAL SYMS_CoffSectionHeader syms_pecoff_sec_hdr_nil = {0}
 

Function Documentation

◆ syms_pecoff_name_from_hdr_off()

SYMS_API SYMS_String8 syms_pecoff_name_from_hdr_off ( SYMS_Arena arena,
SYMS_String8  data,
SYMS_U64  sec_hdr_off 
)

◆ syms_pecoff_name_range_from_hdr_off()

SYMS_API SYMS_U64Range syms_pecoff_name_range_from_hdr_off ( SYMS_String8  data,
SYMS_U64  sec_hdr_off 
)

◆ syms_pecoff_sec_hdr_from_n()

SYMS_API SYMS_CoffSectionHeader * syms_pecoff_sec_hdr_from_n ( SYMS_String8  data,
SYMS_U64  sec_hrds_off,
SYMS_U64  n 
)

◆ syms_pecoff_sec_info_from_coff_sec()

SYMS_API SYMS_SecInfoArray syms_pecoff_sec_info_from_coff_sec ( SYMS_Arena arena,
SYMS_String8  data,
SYMS_U64  sec_hdrs_off,
SYMS_U64  sec_count 
)

◆ syms_pecoff_voff_accelerator_from_coff_hdr_array()

SYMS_API SYMS_U64Array syms_pecoff_voff_accelerator_from_coff_hdr_array ( SYMS_Arena arena,
SYMS_CoffSectionHeader sec_hdrs,
SYMS_U64  sec_count 
)

Variable Documentation

◆ syms_pecoff_sec_hdr_nil

SYMS_READ_ONLY SYMS_GLOBAL SYMS_CoffSectionHeader syms_pecoff_sec_hdr_nil = {0}