Constants

object Constants

Properties

Link copied to clipboard
const val SHF_ALLOC: Long

Section occupies memory during process execution.

Link copied to clipboard
const val SHF_EXECINSTR: Long

Section contains executable machine instructions.

Link copied to clipboard
const val SHF_MASKPROC: Long

All bits in this mask are reserved for processor-specific semantics.

Link copied to clipboard

Section is a live-patch relocation section.

Link copied to clipboard

Section becomes read-only after initialization.

Link copied to clipboard
const val SHF_WRITE: Long

Section contains data that should be writable during process execution.