ReactOS 0.4.16-dev-122-g325d74c
|
#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 |
Definition at line 71 of file image_private.h.
UINT64 macho_section::addr |
Definition at line 75 of file image_private.h.
UINT32 macho_section::align |
Definition at line 78 of file image_private.h.
UINT32 macho_section::flags |
Definition at line 81 of file image_private.h.
UINT32 macho_section::nreloc |
Definition at line 80 of file image_private.h.
UINT32 macho_section::offset |
Definition at line 77 of file image_private.h.
UINT32 macho_section::reloff |
Definition at line 79 of file image_private.h.
UINT32 macho_section::reserved1 |
Definition at line 82 of file image_private.h.
UINT32 macho_section::reserved2 |
Definition at line 83 of file image_private.h.
UINT32 macho_section::reserved3 |
Definition at line 84 of file image_private.h.
char macho_section::sectname[16] |
Definition at line 73 of file image_private.h.
char macho_section::segname[16] |
Definition at line 74 of file image_private.h.
UINT64 macho_section::size |
Definition at line 76 of file image_private.h.