Elf64Addr

Represents an unsigned program address in 64-bit ELF format. Equivalent to uint64_t in C.

Constructors

Link copied to clipboard
constructor(value: ULong)

Types

Link copied to clipboard

Properties

Link copied to clipboard

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: Elf64Addr): Int
Link copied to clipboard
open override fun toString(): String