Home
last modified time | relevance | path

Searched refs:thunk_t (Results 1 – 4 of 4) sorted by relevance

/dports/security/zzuf/zzuf-0.13/src/libzzuf/
H A Dsys.c30 # define thunk_t PIMAGE_THUNK_DATA macro
84 thunk_t thunk; in insert_func()
99 thunk = (thunk_t)((char *)module + import->FirstThunk); in insert_func()
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/sparsetools/
H A Dsparsetools.h12 typedef PY_LONG_LONG thunk_t(int I_typenum, int T_typenum, void **args); typedef
15 call_thunk(char ret_spec, const char *spec, thunk_t *thunk, PyObject *args);
H A Dsparsetools.cxx99 call_thunk(char ret_spec, const char *spec, thunk_t *thunk, PyObject *args) in call_thunk()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dcomutl.c209 typedef unsigned long thunk_t (void); typedef
219 thunk_t * thunk = ((thunk_t *) (arg_ulong_integer (1)));