ReactOS 0.4.15-dev-7842-g558ab78
macho_section32 Struct Reference

#include <image_private.h>

Public Attributes

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

Detailed Description

Definition at line 87 of file image_private.h.

Member Data Documentation

◆ addr

UINT32 macho_section32::addr

Definition at line 91 of file image_private.h.

◆ align

UINT32 macho_section32::align

Definition at line 94 of file image_private.h.

◆ flags

UINT32 macho_section32::flags

Definition at line 97 of file image_private.h.

◆ nreloc

UINT32 macho_section32::nreloc

Definition at line 96 of file image_private.h.

◆ offset

UINT32 macho_section32::offset

Definition at line 93 of file image_private.h.

◆ reloff

UINT32 macho_section32::reloff

Definition at line 95 of file image_private.h.

◆ reserved1

UINT32 macho_section32::reserved1

Definition at line 98 of file image_private.h.

◆ reserved2

UINT32 macho_section32::reserved2

Definition at line 99 of file image_private.h.

◆ sectname

char macho_section32::sectname[16]

Definition at line 89 of file image_private.h.

◆ segname

char macho_section32::segname[16]

Definition at line 90 of file image_private.h.

◆ size

UINT32 macho_section32::size

Definition at line 92 of file image_private.h.


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