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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_win_weak_interception.cc63 __declspec(allocate(".WEAK$Z")) InterceptCB __stop_weak_list; variable
72 for (InterceptCB *it = &__start_weak_list; it < &__stop_weak_list; ++it)
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_weak_interception.cc61 __declspec(allocate(".WEAK$Z")) InterceptCB __stop_weak_list; variable
70 for (InterceptCB *it = &__start_weak_list; it < &__stop_weak_list; ++it)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_win_weak_interception.cpp63 __declspec(allocate(".WEAK$Z")) InterceptCB __stop_weak_list; variable
72 for (InterceptCB *it = &__start_weak_list; it < &__stop_weak_list; ++it)

Completed in 99 milliseconds