MachoSegmentFlag

value class MachoSegmentFlag(val value: Int) : Set<MachoSegmentFlag>

Type for C flag-set MachoSegmentFlag

Raw type: Int

Constructors

Link copied to clipboard
constructor(value: Int)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Constants

Properties

Link copied to clipboard
open override val size: Int
Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open operator override fun contains(element: MachoSegmentFlag): Boolean
Link copied to clipboard
open override fun containsAll(elements: Collection<MachoSegmentFlag>): Boolean
Link copied to clipboard
open override fun isEmpty(): Boolean
Link copied to clipboard
open operator override fun iterator(): Iterator<MachoSegmentFlag>
Link copied to clipboard

Returns a new ElfPFlags with the specified bit set to true

Link copied to clipboard

Returns a new MachoSegmentFlag with the specified bit set to true

Link copied to clipboard
open override fun toString(): String