Searched refs:GetRealLibcAddress (Results 1 – 3 of 3) sorted by relevance
67 static void *GetRealLibcAddress(const char *symbol) { in GetRealLibcAddress() function83 real_##func = (ret_type(*)(__VA_ARGS__))GetRealLibcAddress(#func); \
77 static void *GetRealLibcAddress(const char *symbol) { in GetRealLibcAddress() function92 real_##func = (ret_type(*)(__VA_ARGS__))GetRealLibcAddress(#func); \
51 static void *GetRealLibcAddress(const char *symbol) { in GetRealLibcAddress() function66 real_##func = (ret_type(*)(__VA_ARGS__))GetRealLibcAddress(#func); \