Searched refs:DllThunkCB (Results 1 – 1 of 1) sorted by relevance
60 typedef void (*DllThunkCB)(); typedef62 __declspec(allocate(".DLLTH$A")) DllThunkCB __start_dll_thunk;63 __declspec(allocate(".DLLTH$Z")) DllThunkCB __stop_dll_thunk;77 for (DllThunkCB *it = &__start_dll_thunk; it < &__stop_dll_thunk; ++it) in __dll_thunk_init()