comparison dyncall/dyncall.h @ 653:0c8838766866

- riscv64 support for calls and callbacks (but lacking aggr and syscall support) - thanks Jun Jeon! :) - mark riscv64 as implemented in manual overview
author Tassilo Philipp
date Thu, 07 Mar 2024 17:42:13 +0100
parents 71c884e610f0
children
comparison
equal deleted inserted replaced
652:e7ffb0fb1520 653:0c8838766866
73 #define DC_CALL_C_SPARC32 20 73 #define DC_CALL_C_SPARC32 20
74 #define DC_CALL_C_SPARC64 21 74 #define DC_CALL_C_SPARC64 21
75 #define DC_CALL_C_ARM64 22 75 #define DC_CALL_C_ARM64 22
76 #define DC_CALL_C_PPC64 23 76 #define DC_CALL_C_PPC64 23
77 #define DC_CALL_C_PPC64_LINUX DC_CALL_C_PPC64 /* alias */ 77 #define DC_CALL_C_PPC64_LINUX DC_CALL_C_PPC64 /* alias */
78 #define DC_CALL_C_RISCV64 24
78 /* syscalls, default */ 79 /* syscalls, default */
79 #define DC_CALL_SYS_DEFAULT 200 80 #define DC_CALL_SYS_DEFAULT 200
80 /* syscalls, platform specific */ 81 /* syscalls, platform specific */
81 #define DC_CALL_SYS_X86_INT80H_LINUX 201 82 #define DC_CALL_SYS_X86_INT80H_LINUX 201
82 #define DC_CALL_SYS_X86_INT80H_BSD 202 83 #define DC_CALL_SYS_X86_INT80H_BSD 202