Searched refs:host_table (Results 1 – 5 of 5) sorted by relevance
22 static struct host_table *ht = NULL;27 ht = calloc(1, sizeof(struct host_table)); in host_table_init()29 LogError("malloc of %zd bytes failed.", sizeof(struct host_table)); in host_table_init()
63 const void *host_table; member1570 const void *host_table, const void *target_data, in gomp_load_image_to_device() argument1573 void **host_func_table = ((void ***) host_table)[0]; in gomp_load_image_to_device()1574 void **host_funcs_end = ((void ***) host_table)[1]; in gomp_load_image_to_device()1575 void **host_var_table = ((void ***) host_table)[2]; in gomp_load_image_to_device()1576 void **host_vars_end = ((void ***) host_table)[3]; in gomp_load_image_to_device()1672 const void *host_table, const void *target_data) in gomp_unload_image_from_device() argument1674 void **host_func_table = ((void ***) host_table)[0]; in gomp_unload_image_from_device()1675 void **host_funcs_end = ((void ***) host_table)[1]; in gomp_unload_image_from_device()1676 void **host_var_table = ((void ***) host_table)[2]; in gomp_unload_image_from_device()[all …]
80 const void *host_table; member2082 const void *host_table, const void *target_data, in gomp_load_image_to_device() argument2085 void **host_func_table = ((void ***) host_table)[0]; in gomp_load_image_to_device()2086 void **host_funcs_end = ((void ***) host_table)[1]; in gomp_load_image_to_device()2087 void **host_var_table = ((void ***) host_table)[2]; in gomp_load_image_to_device()2088 void **host_vars_end = ((void ***) host_table)[3]; in gomp_load_image_to_device()2218 const void *host_table, const void *target_data) in gomp_unload_image_from_device() argument2220 void **host_func_table = ((void ***) host_table)[0]; in gomp_unload_image_from_device()2221 void **host_funcs_end = ((void ***) host_table)[1]; in gomp_unload_image_from_device()2222 void **host_var_table = ((void ***) host_table)[2]; in gomp_unload_image_from_device()[all …]
11665 * target.c (struct_offload_image_descr): Constify host_table.
31 struct host_table { struct