Searched refs:GetRealLibcAddress (Results 1 – 3 of 3) sorted by relevance
78 static void *GetRealLibcAddress(const char *symbol) { in GetRealLibcAddress() function93 real_##func = (ret_type(*)(__VA_ARGS__))GetRealLibcAddress(#func); \
76 static void *GetRealLibcAddress(const char *symbol) { in GetRealLibcAddress() function91 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); \