Handbook
Glossary
decode-absolute-relocation ( byte-array relocation -- value )
Vocabulary
tools
.
image-analyzer
.
relocations
Inputs
byte-array
an
object
relocation
an
object
Outputs
value
an
object
Definition
USING:
alien.data
kernel
layouts
math
sequences
vm
;
IN:
tools.image-analyzer.relocations
:
decode-absolute-relocation
( byte-array relocation -- value )
third
[
cell
-
]
keep
rot
subseq
cell_t
cast-array
first
;