kc3-lang/libffi/src/arm/gentramp.sh

Branch :


Log

Author Commit Date CI Message
128cd1d2 2013-10-08 06:45:51 Fix spelling errors
f6ab3edc 2010-10-27 19:34:51 Include the license header in the generated output.
cef61946 2010-10-27 13:59:30 Add missing copyright/license header.
b00ff3e9 2010-09-19 14:22:26 Rename the generated symbol
36849e77 2010-09-19 09:35:04 Whitespace/comment fixes.
68ce0c38 2010-09-19 08:38:19 Add a shell script that generates the ARM trampoline page. This generates a page of 340 trampolines, aligned within one page. The trampolines use pc-relative addressing to reference config data (context, jump address) from a page placed directly prior to the trampoline page. This can be used on systems -- such as iOS -- that do not support writable, executable memory by remapping the executable page containing the trampolines directly above a newly allocated writable config page.