Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cpp63 __declspec(allocate(".DLLTH$Z")) DllThunkCB __stop_dll_thunk; variable
77 for (DllThunkCB *it = &__start_dll_thunk; it < &__stop_dll_thunk; ++it) in __dll_thunk_init()