Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_netbsd.cc78 static void *GetRealLibcAddress(const char *symbol) { in GetRealLibcAddress() function
93 real_##func = (ret_type(*)(__VA_ARGS__))GetRealLibcAddress(#func); \
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_netbsd.cc76 static void *GetRealLibcAddress(const char *symbol) { in GetRealLibcAddress() function
91 real_##func = (ret_type(*)(__VA_ARGS__))GetRealLibcAddress(#func); \
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_netbsd.cpp77 static void *GetRealLibcAddress(const char *symbol) { in GetRealLibcAddress() function
92 real_##func = (ret_type(*)(__VA_ARGS__))GetRealLibcAddress(#func); \