Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h67 static void *GetRealLibcAddress(const char *symbol) { in GetRealLibcAddress() function
83 real_##func = (ret_type(*)(__VA_ARGS__))GetRealLibcAddress(#func); \
/freebsd/contrib/llvm-project/compiler-rt/lib/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); \
H A Dsanitizer_haiku.cpp51 static void *GetRealLibcAddress(const char *symbol) { in GetRealLibcAddress() function
66 real_##func = (ret_type(*)(__VA_ARGS__))GetRealLibcAddress(#func); \