ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#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 |
Definition at line 87 of file image_private.h.
UINT32 macho_section32::addr |
Definition at line 91 of file image_private.h.
UINT32 macho_section32::align |
Definition at line 94 of file image_private.h.
UINT32 macho_section32::flags |
Definition at line 97 of file image_private.h.
UINT32 macho_section32::nreloc |
Definition at line 96 of file image_private.h.
UINT32 macho_section32::offset |
Definition at line 93 of file image_private.h.
UINT32 macho_section32::reloff |
Definition at line 95 of file image_private.h.
UINT32 macho_section32::reserved1 |
Definition at line 98 of file image_private.h.
UINT32 macho_section32::reserved2 |
Definition at line 99 of file image_private.h.
char macho_section32::sectname[16] |
Definition at line 89 of file image_private.h.
char macho_section32::segname[16] |
Definition at line 90 of file image_private.h.
UINT32 macho_section32::size |
Definition at line 92 of file image_private.h.