executables
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
executables
elf
/
space.iseki.executables.elf
/
Elf32Addr
Elf32Addr
@
JvmInline
@
Serializable
(
with
=
Elf32Addr.Serializer::class
)
value
class
Elf32Addr
(
val
value
:
UInt
)
:
Primitive
,
Comparable
<
Elf32Addr
>
(
source
)
Represents an unsigned program address in 32-bit ELF format. Equivalent to uint32_t in C.
Members
Constructors
Elf32Addr
Link copied to clipboard
constructor
(
value
:
UInt
)
Types
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
Elf32Addr
>
Properties
value
Link copied to clipboard
val
value
:
UInt
Functions
cast
To
Byte
Link copied to clipboard
open
fun
castToByte
(
)
:
Byte
cast
To
Int
Link copied to clipboard
open
fun
castToInt
(
)
:
Int
cast
To
Long
Link copied to clipboard
open
fun
castToLong
(
)
:
Long
cast
To
Short
Link copied to clipboard
open
fun
castToShort
(
)
:
Short
cast
To
UByte
Link copied to clipboard
open
fun
castToUByte
(
)
:
UByte
cast
To
UInt
Link copied to clipboard
open
fun
castToUInt
(
)
:
UInt
cast
To
ULong
Link copied to clipboard
open
fun
castToULong
(
)
:
ULong
cast
To
UShort
Link copied to clipboard
open
fun
castToUShort
(
)
:
UShort
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
Elf32Addr
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String