ReactOS 0.4.15-dev-7953-g1f49173
elf_section_header Struct Reference

#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
 

Detailed Description

Definition at line 44 of file image_private.h.

Member Data Documentation

◆ sh_addr

UINT64 elf_section_header::sh_addr

Definition at line 49 of file image_private.h.

◆ sh_addralign

UINT64 elf_section_header::sh_addralign

Definition at line 54 of file image_private.h.

◆ sh_entsize

UINT64 elf_section_header::sh_entsize

Definition at line 55 of file image_private.h.

◆ sh_flags

UINT64 elf_section_header::sh_flags

Definition at line 48 of file image_private.h.

◆ sh_info

UINT32 elf_section_header::sh_info

Definition at line 53 of file image_private.h.

◆ sh_link

UINT32 elf_section_header::sh_link

Definition at line 52 of file image_private.h.

◆ sh_name

UINT32 elf_section_header::sh_name

Definition at line 46 of file image_private.h.

◆ sh_offset

UINT64 elf_section_header::sh_offset

Definition at line 50 of file image_private.h.

◆ sh_size

UINT64 elf_section_header::sh_size

Definition at line 51 of file image_private.h.

◆ sh_type

UINT32 elf_section_header::sh_type

Definition at line 47 of file image_private.h.


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