Expand description
Trampolines for libcalls.
This is needed because the target of libcall relocations are not reachable through normal branch instructions.
Constantsยง
- AARC
H64_ ๐TRAMPOLINE - LOONGARC
H64_ ๐TRAMPOLINE - RISC
V64_ ๐TRAMPOLINE - X86_
64_ ๐TRAMPOLINE
Functionsยง
- get_
libcall_ trampoline - Returns the address of a trampoline in the libcall trampolines section.
- libcall_
trampoline_ len - Returns the length of a libcall trampoline.
- make_
libcall_ trampolines - Creates a custom section containing the libcall trampolines.
- make_
trampoline ๐