Searched refs:dlvsym (Results 1 – 10 of 10) sorted by relevance
57 void* dlvsym(void* handle, const char* _Nonnull symbol, const char* _Nonnull version) __INTRODUCED_…
33 dlvsym; # introduced=24
34 dlvsym; # introduced=24
115 void* dlvsym(void* handle, const char* symbol, const char* version) { in dlvsym() function
1218 fn_t fn = reinterpret_cast<fn_t>(dlvsym(handle, "versioned_function", "nonversion"));1224 fn_t fn = reinterpret_cast<fn_t>(dlvsym(handle, "versioned_function", "TESTLIB_V2"));