Constants

object Constants

Properties

Link copied to clipboard
const val SG_FVMLIB: Int

Segment is from a fixed VM library; used for overlap checking in the link editor

Link copied to clipboard
const val SG_HIGHVM: Int

Segment is in the high part of the VM space; low part is zero-filled (used for stacks in core files)

Link copied to clipboard
const val SG_NORELOC: Int

Segment contains no relocated data and nothing relocated to it; safe to replace without relocation

Link copied to clipboard

All pages are protected except first page if segment starts at file offset 0

Link copied to clipboard
const val SG_READ_ONLY: Int

Segment becomes read-only after fixups