SectionFlags

Type for C flag-set SectionFlags

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: SectionFlags): Boolean
Link copied to clipboard
open override fun containsAll(elements: Collection<SectionFlags>): Boolean
Link copied to clipboard
open override fun isEmpty(): Boolean
Link copied to clipboard
open operator override fun iterator(): Iterator<SectionFlags>
Link copied to clipboard
infix fun or(bit: SectionFlags): SectionFlags

Returns a new ElfPFlags with the specified bit set to true

Link copied to clipboard
operator fun plus(bit: SectionFlags): SectionFlags

Returns a new SectionFlags with the specified bit set to true

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