Module sig

Module sig 

Source
Expand description

Everything related to checking the signature of shim invocations.

Structs§

ShimSig
Describes the expected signature of a shim.

Traits§

EvalContextExt

Functions§

check_min_vararg_count
Check that the number of varargs is at least the minimum what we expect. Fixed args should not be included.
check_shim_abi 🔒
Helper function to compare two ABIs.
check_shim_symbol_clash 🔒