ReactOS 0.4.15-dev-6049-ge54b32b
|
#include <image_private.h>
Public Attributes | |
UINT32 | sh_name |
UINT32 | sh_type |
UINT64 | sh_flags |
UINT64 | sh_addr |
UINT64 | sh_offset |
UINT64 | sh_size |
UINT32 | sh_link |
UINT32 | sh_info |
UINT64 | sh_addralign |
UINT64 | sh_entsize |
Definition at line 44 of file image_private.h.
UINT64 elf_section_header::sh_addr |
Definition at line 49 of file image_private.h.
UINT64 elf_section_header::sh_addralign |
Definition at line 54 of file image_private.h.
UINT64 elf_section_header::sh_entsize |
Definition at line 55 of file image_private.h.
UINT64 elf_section_header::sh_flags |
Definition at line 48 of file image_private.h.
UINT32 elf_section_header::sh_info |
Definition at line 53 of file image_private.h.
UINT32 elf_section_header::sh_link |
Definition at line 52 of file image_private.h.
UINT32 elf_section_header::sh_name |
Definition at line 46 of file image_private.h.
UINT64 elf_section_header::sh_offset |
Definition at line 50 of file image_private.h.
UINT64 elf_section_header::sh_size |
Definition at line 51 of file image_private.h.
UINT32 elf_section_header::sh_type |
Definition at line 47 of file image_private.h.