Handbook
Glossary
decode-relative-relocation ( address byte-array relocation -- value )
Vocabulary
tools
.
image-analyzer
.
relocations
Inputs
address
an
object
byte-array
an
object
relocation
an
object
Outputs
value
an
object
Definition
USING:
alien.c-types
alien.data
kernel
math
sequences
;
IN:
tools.image-analyzer.relocations
:
decode-relative-relocation
( address byte-array relocation -- value )
third
[
[
4
-
]
keep
rot
subseq
int
cast-array
first
]
keep
+
+
;