UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SYMS_ElfImgHeader Struct Reference

#include <syms_elf_parser.h>

Public Attributes

SYMS_B32 valid
 
SYMS_B32 is_32bit
 
SYMS_ElfEhdr64 ehdr
 
SYMS_Arch arch
 
SYMS_U64 sh_name_low_offset
 
SYMS_U64 sh_name_high_offset
 
SYMS_U64 base_address
 
SYMS_U64 entry_point
 

Member Data Documentation

◆ arch

SYMS_Arch SYMS_ElfImgHeader::arch

◆ base_address

SYMS_U64 SYMS_ElfImgHeader::base_address

◆ ehdr

SYMS_ElfEhdr64 SYMS_ElfImgHeader::ehdr

◆ entry_point

SYMS_U64 SYMS_ElfImgHeader::entry_point

◆ is_32bit

SYMS_B32 SYMS_ElfImgHeader::is_32bit

◆ sh_name_high_offset

SYMS_U64 SYMS_ElfImgHeader::sh_name_high_offset

◆ sh_name_low_offset

SYMS_U64 SYMS_ElfImgHeader::sh_name_low_offset

◆ valid

SYMS_B32 SYMS_ElfImgHeader::valid

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