-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IA64 ABI calls functions by function descriptors and because of that we cannot simply copy function address since the address we get in C is addres of the function descriptor and not the function itself. Instead of that we copy a code for a minimal function to the mmaped page and create a function descriptor for it. Signed-off-by: Cyril Hrubis <[email protected]>
- Loading branch information
Showing
1 changed file
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters