Searched refs:GetRealLibcAddress (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack_platform.h45 static void *GetRealLibcAddress(const char *symbol) { function in namespace:safestack
50 fprintf(stderr, "safestack GetRealLibcAddress failed for symbol=%s",
61 real_##func = (ret_type(*)(__VA_ARGS__))GetRealLibcAddress(#func); \
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_netbsd.cpp77 static void *GetRealLibcAddress(const char *symbol) { function in namespace:__sanitizer
82 Printf("GetRealLibcAddress failed for symbol=%s", symbol);
92 real_##func = (ret_type(*)(__VA_ARGS__))GetRealLibcAddress(#func); \

Completed in 111 milliseconds