pub static LIBCALLS_ELF: Map<&'static str, LibCall>Expand description
Maps an ELF dynamic-relocation symbol name to the LibCall it refers to.
Shared with wasmer_compiler_llvm::object_file, which resolves the same
symbol names when linking an experimental artifact compilation into an object
file in the first place.