add-dlsym-parameters ( symbol dll -- )
Relocatable VM objects

Prev:rel-safepoint ( class -- )
Next:literal-table


Vocabulary
compiler.codegen.relocation

Inputs
symbola byte-array
dlla 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