ReactOS 0.4.15-dev-7918-g2a2556c
macho_section Struct Reference

#include <image_private.h>

Public Attributes

char sectname [16]
 
char segname [16]
 
UINT64 addr
 
UINT64 size
 
UINT32 offset
 
UINT32 align
 
UINT32 reloff
 
UINT32 nreloc
 
UINT32 flags
 
UINT32 reserved1
 
UINT32 reserved2
 
UINT32 reserved3
 

Detailed Description

Definition at line 71 of file image_private.h.

Member Data Documentation

◆ addr

UINT64 macho_section::addr

Definition at line 75 of file image_private.h.

◆ align

UINT32 macho_section::align

Definition at line 78 of file image_private.h.

◆ flags

UINT32 macho_section::flags

Definition at line 81 of file image_private.h.

◆ nreloc

UINT32 macho_section::nreloc

Definition at line 80 of file image_private.h.

◆ offset

UINT32 macho_section::offset

Definition at line 77 of file image_private.h.

◆ reloff

UINT32 macho_section::reloff

Definition at line 79 of file image_private.h.

◆ reserved1

UINT32 macho_section::reserved1

Definition at line 82 of file image_private.h.

◆ reserved2

UINT32 macho_section::reserved2

Definition at line 83 of file image_private.h.

◆ reserved3

UINT32 macho_section::reserved3

Definition at line 84 of file image_private.h.

◆ sectname

char macho_section::sectname[16]

Definition at line 73 of file image_private.h.

◆ segname

char macho_section::segname[16]

Definition at line 74 of file image_private.h.

◆ size

UINT64 macho_section::size

Definition at line 76 of file image_private.h.


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