Elf32Addr

Represents an unsigned program address in 32-bit ELF format. Equivalent to uint32_t in C.

Constructors

Link copied to clipboard
constructor(value: UInt)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val value: UInt

Functions

Link copied to clipboard
open fun castToByte(): Byte
Link copied to clipboard
open fun castToInt(): Int
Link copied to clipboard
open fun castToLong(): Long
Link copied to clipboard
open fun castToShort(): Short
Link copied to clipboard
open fun castToUByte(): UByte
Link copied to clipboard
open fun castToUInt(): UInt
Link copied to clipboard
open fun castToULong(): ULong
Link copied to clipboard
open fun castToUShort(): UShort
Link copied to clipboard
open operator override fun compareTo(other: Elf32Addr): Int
Link copied to clipboard
open override fun toString(): String