Searched refs:store_t (Results 1 – 2 of 2) sorted by relevance
21 typedef void **(* store_t)(void *p); in main() typedef22 store_t StoreToTLS = (store_t)dlsym(handle, "StoreToTLS"); in main()
28 typedef void **(* store_t)(void *p); in main() typedef29 store_t StoreToTLS = (store_t)dlsym(handle, "StoreToTLS"); in main()