Go to the source code of this file.
◆ checkasm_declare_impl
| #define checkasm_declare_impl |
( |
| ret, |
|
|
| ... ) |
Value:
Definition at line 35 of file riscv.h.
◆ checkasm_call_checked
| #define checkasm_call_checked |
( |
| func, |
|
|
| ... ) |
Value:
checkasm_push_stack_guard((uintptr_t[16]){ 0, 0 }), \
checkasm_set_function(
func), \
checked_call(__VA_ARGS__)); \
checkasm_pop_stack_guard(); \
checkasm_set_signal_handler_state(0)
CHECKASM_API void checkasm_set_signal_handler_state(int enabled)
Enable or disable signal handling.
int(* func)(AVBPrint *dst, const char *in, const char *arg)
CHECKASM_API void checkasm_clobber_args(void)
Definition at line 38 of file riscv.h.
◆ CHECKASM_ALIGNMENT
| #define CHECKASM_ALIGNMENT 16 |
◆ checkasm_set_function()
◆ checkasm_checked_call_ptr()
◆ checkasm_clobber_args()