Lines Matching defs:DLSYM
5119 #define DLSYM(f) \
5120 if (!(device->f##_func = dlsym (plugin_handle, "GOMP_OFFLOAD_" #f))) \
5125 ((device->f##_func = dlsym (plugin_handle, "GOMP_OFFLOAD_" #n)) \
5128 DLSYM (version);
5135 DLSYM (get_name);
5136 DLSYM (get_caps);
5137 DLSYM (get_type);
5138 DLSYM (get_num_devices);
5139 DLSYM (init_device);
5140 DLSYM (fini_device);
5141 DLSYM (load_image);
5142 DLSYM (unload_image);
5143 DLSYM (alloc);
5144 DLSYM (free);
5145 DLSYM (dev2host);
5146 DLSYM (host2dev);
5152 DLSYM (run);
5155 DLSYM (dev2dev);
5196 #undef DLSYM