Constants

object Constants

Properties

Link copied to clipboard

Align data on a 1024-byte boundary. Valid only for object files.

Link copied to clipboard

Align data on a 128-byte boundary. Valid only for object files.

Link copied to clipboard

Align data on a 16-byte boundary. Valid only for object files.

Link copied to clipboard

Align data on a 1-byte boundary. Valid only for object files.

Link copied to clipboard

Align data on a 2048-byte boundary. Valid only for object files.

Link copied to clipboard

Align data on a 256-byte boundary. Valid only for object files.

Link copied to clipboard

Align data on a 2-byte boundary. Valid only for object files.

Link copied to clipboard

Align data on a 32-byte boundary. Valid only for object files.

Link copied to clipboard

Align data on a 4096-byte boundary. Valid only for object files.

Link copied to clipboard

Align data on a 4-byte boundary. Valid only for object files.

Link copied to clipboard

Align data on a 512-byte boundary. Valid only for object files.

Link copied to clipboard

Align data on a 64-byte boundary. Valid only for object files.

Link copied to clipboard

Align data on an 8192-byte boundary. Valid only for object files.

Link copied to clipboard

Align data on an 8-byte boundary. Valid only for object files.

Link copied to clipboard

The section contains executable code.

Link copied to clipboard

The section contains initialized data.

Link copied to clipboard

The section contains uninitialized data.

Link copied to clipboard
const val IMAGE_SCN_GPREL: Int

The section contains data referenced through the global pointer (GP).

Link copied to clipboard

The section contains COMDAT data. For more information, see COMDAT Sections (Object Only). This is valid only for object files.

Link copied to clipboard

The section contains comments or other information. The .drectve section has this type. This is valid for object files only.

Link copied to clipboard

The section contains extended relocations.

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

The section will not become part of the image. This is valid only for object files.

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

The section can be discarded as needed.

Link copied to clipboard

The section can be executed as code.

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

The section cannot be cached.

Link copied to clipboard

The section is not pageable.

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

Reserved for future use.

Link copied to clipboard

The section can be read.

Link copied to clipboard

The section can be shared in memory.

Link copied to clipboard

The section can be written to.

Link copied to clipboard

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.