HomeSort by: relevance | last modified time | path
    Searched defs:__start_dll_thunk (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_win_dll_thunk.cc 63 __declspec(allocate(".DLLTH$A")) DllThunkCB __start_dll_thunk; variable
78 for (DllThunkCB *it = &__start_dll_thunk; it < &__stop_dll_thunk; ++it)
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_win_dll_thunk.cpp 62 __declspec(allocate(".DLLTH$A")) DllThunkCB __start_dll_thunk; variable
77 for (DllThunkCB *it = &__start_dll_thunk; it < &__stop_dll_thunk; ++it)
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_win_dll_thunk.cpp 62 __declspec(allocate(".DLLTH$A")) DllThunkCB __start_dll_thunk; variable
77 for (DllThunkCB *it = &__start_dll_thunk; it < &__stop_dll_thunk; ++it)

Completed in 15 milliseconds