Searched refs:InterceptCB (Results 1 – 1 of 1) sorted by relevance
60 typedef void (*InterceptCB)(); typedef62 __declspec(allocate(".WEAK$A")) InterceptCB __start_weak_list;63 __declspec(allocate(".WEAK$Z")) InterceptCB __stop_weak_list;72 for (InterceptCB *it = &__start_weak_list; it < &__stop_weak_list; ++it) in weak_intercept_init()