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

#include <syms_mach_parser.h>

Public Attributes

SYMS_FileFormat format
 
SYMS_Arch arch
 
SYMS_B32 is_swapped
 
SYMS_U32 load_command_count
 
SYMS_U64Range load_commands
 
SYMS_MachSymtabCommand symtab
 
SYMS_MachSegmentCommand64segments
 
SYMS_U32 segment_count
 
SYMS_MachSection64sections
 
SYMS_U32 section_count
 
SYMS_U64Range bind_ranges [SYMS_MachBindTable_COUNT]
 
SYMS_U64Range export_range
 
SYMS_U32 dylib_count
 
struct SYMS_MachParsedDylibdylibs
 

Member Data Documentation

◆ arch

SYMS_Arch SYMS_MachBinAccel::arch

◆ bind_ranges

SYMS_U64Range SYMS_MachBinAccel::bind_ranges[SYMS_MachBindTable_COUNT]

◆ dylib_count

SYMS_U32 SYMS_MachBinAccel::dylib_count

◆ dylibs

struct SYMS_MachParsedDylib* SYMS_MachBinAccel::dylibs

◆ export_range

SYMS_U64Range SYMS_MachBinAccel::export_range

◆ format

SYMS_FileFormat SYMS_MachBinAccel::format

◆ is_swapped

SYMS_B32 SYMS_MachBinAccel::is_swapped

◆ load_command_count

SYMS_U32 SYMS_MachBinAccel::load_command_count

◆ load_commands

SYMS_U64Range SYMS_MachBinAccel::load_commands

◆ section_count

SYMS_U32 SYMS_MachBinAccel::section_count

◆ sections

SYMS_MachSection64* SYMS_MachBinAccel::sections

◆ segment_count

SYMS_U32 SYMS_MachBinAccel::segment_count

◆ segments

SYMS_MachSegmentCommand64* SYMS_MachBinAccel::segments

◆ symtab

SYMS_MachSymtabCommand SYMS_MachBinAccel::symtab

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