[go: up one dir, main page]

Module section_table

Module section_table 

Source

Structs§

SectionTable

Constants§

IMAGE_SCN_ALIGN_1BYTES
IMAGE_SCN_ALIGN_2BYTES
IMAGE_SCN_ALIGN_4BYTES
IMAGE_SCN_ALIGN_8BYTES
IMAGE_SCN_ALIGN_16BYTES
IMAGE_SCN_ALIGN_32BYTES
IMAGE_SCN_ALIGN_64BYTES
IMAGE_SCN_ALIGN_128BYTES
IMAGE_SCN_ALIGN_256BYTES
IMAGE_SCN_ALIGN_512BYTES
IMAGE_SCN_ALIGN_1024BYTES
IMAGE_SCN_ALIGN_2048BYTES
IMAGE_SCN_ALIGN_4096BYTES
IMAGE_SCN_ALIGN_8192BYTES
IMAGE_SCN_ALIGN_MASK
IMAGE_SCN_CNT_CODE
The section contains executable code.
IMAGE_SCN_CNT_INITIALIZED_DATA
The section contains initialized data.
IMAGE_SCN_CNT_UNINITIALIZED_DATA
The section contains uninitialized data.
IMAGE_SCN_GPREL
The section contains data referenced through the global pointer (GP).
IMAGE_SCN_LNK_COMDAT
The section contains COMDAT data. This is valid only for object files.
IMAGE_SCN_LNK_INFO
The section contains comments or other information. The .drectve section has this type. This is valid for object files only.
IMAGE_SCN_LNK_NRELOC_OVFL
The section contains extended relocations.
IMAGE_SCN_LNK_OTHER
IMAGE_SCN_LNK_REMOVE
The section will not become part of the image. This is valid only for object files.
IMAGE_SCN_MEM_16BIT
IMAGE_SCN_MEM_DISCARDABLE
The section can be discarded as needed.
IMAGE_SCN_MEM_EXECUTE
The section can be executed as code.
IMAGE_SCN_MEM_LOCKED
IMAGE_SCN_MEM_NOT_CACHED
The section cannot be cached.
IMAGE_SCN_MEM_NOT_PAGED
The section is not pageable.
IMAGE_SCN_MEM_PRELOAD
IMAGE_SCN_MEM_PURGEABLE
IMAGE_SCN_MEM_READ
The section can be read.
IMAGE_SCN_MEM_SHARED
The section can be shared in memory.
IMAGE_SCN_MEM_WRITE
The section can be written to.
IMAGE_SCN_TYPE_NO_PAD
The section should not be padded to the next boundary. This flag is obsolete and is replaced by IMAGE_SCN_ALIGN_1BYTES. This is valid only for object files.
SIZEOF_SECTION_TABLE