Module wasmer_compiler::artifact_builders::trampoline
source ยท Expand description
Trampolines for libcalls.
This is needed because the target of libcall relocations are not reachable through normal branch instructions.
Constantsยง
- AARCH64_TRAMPOLINE ๐
- RISCV64_TRAMPOLINE ๐
- X86_64_TRAMPOLINE ๐
Functionsยง
- Returns the address of a trampoline in the libcall trampolines section.
- Returns the length of a libcall trampoline.
- Creates a custom section containing the libcall trampolines.
- make_trampoline ๐