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

Go to the source code of this file.

Macros

#define SYMS_MACH_C
 

Functions

SYMS_API void syms_mach_header64_from_header32 (SYMS_MachHeader64 *dst, SYMS_MachHeader32 *header32)
 
SYMS_API void syms_mach_nlist64_from_nlist32 (SYMS_MachNList64 *dst, SYMS_MachNList32 *nlist32)
 
SYMS_API void syms_mach_segment64_from_segment32 (SYMS_MachSegmentCommand64 *dst, SYMS_MachSegmentCommand32 *seg32)
 
SYMS_API void syms_mach_section64_from_section32 (SYMS_MachSection64 *dst, SYMS_MachSection32 *sect32)
 

Macro Definition Documentation

◆ SYMS_MACH_C

#define SYMS_MACH_C

Function Documentation

◆ syms_mach_header64_from_header32()

SYMS_API void syms_mach_header64_from_header32 ( SYMS_MachHeader64 dst,
SYMS_MachHeader32 header32 
)

◆ syms_mach_nlist64_from_nlist32()

SYMS_API void syms_mach_nlist64_from_nlist32 ( SYMS_MachNList64 dst,
SYMS_MachNList32 nlist32 
)

◆ syms_mach_section64_from_section32()

SYMS_API void syms_mach_section64_from_section32 ( SYMS_MachSection64 dst,
SYMS_MachSection32 sect32 
)

◆ syms_mach_segment64_from_segment32()

SYMS_API void syms_mach_segment64_from_segment32 ( SYMS_MachSegmentCommand64 dst,
SYMS_MachSegmentCommand32 seg32 
)