search for: mcjitdesignandimplementation

Displaying 2 results from an estimated 2 matches for "mcjitdesignandimplementation".

2018 Apr 03
0
Multi-architecture (ELF or other) loaders and dynamic linkers available?
...a runtime linker which supports all the architectures you listed. And it works cross-target, which might be hard to find otherwise.  But it's meant for use with objects generated with MCJIT, not arbitrary executables, so it might be missing some features you need. See https://llvm.org/docs/MCJITDesignAndImplementation.html . -Eli -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
2018 Apr 03
2
Multi-architecture (ELF or other) loaders and dynamic linkers available?
Hi, I'm looking for some sort of "universal loader and dynamic linker", capable of loading in memory an executable (ELF or other, the format is not a requisite at this time) for any of the "major" architectures that have LLVM backends (namely: x86, x86_64, ARM, ARM64, PPC, PPC64, MIPS32, MIPS64), including also relocation, and loading of symbols from dynamic libraries that