Handbook
Glossary
add-dlsym-parameters ( symbol dll -- )
Relocatable VM objects
Prev:
rel-safepoint ( class -- )
Next:
literal-table
Vocabulary
compiler
.
codegen
.
relocation
Inputs
symbol
a
byte-array
dll
a
dll
Outputs
None
Word description
Adds a pair of parameters for a reference to an external C function to the
parameter-table
. 'symbol' is the name of the function and 'dll' is the shared library which contains it.
Definition
USING:
kernel
;
IN:
compiler.codegen.relocation
:
add-dlsym-parameters
( symbol dll -- )
[
cached-string>symbol
add-parameter
]
[
add-parameter
]
bi*
;