Searched refs:__start_dll_thunk (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cc63 __declspec(allocate(".DLLTH$A")) DllThunkCB __start_dll_thunk; variable
78 for (DllThunkCB *it = &__start_dll_thunk; it < &__stop_dll_thunk; ++it)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cc61 __declspec(allocate(".DLLTH$A")) DllThunkCB __start_dll_thunk; variable
76 for (DllThunkCB *it = &__start_dll_thunk; it < &__stop_dll_thunk; ++it)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cpp62 __declspec(allocate(".DLLTH$A")) DllThunkCB __start_dll_thunk; variable
77 for (DllThunkCB *it = &__start_dll_thunk; it < &__stop_dll_thunk; ++it)

Completed in 200 milliseconds