Lines Matching refs:host_table

63   const void *host_table;  member
1570 const void *host_table, const void *target_data, in gomp_load_image_to_device() argument
1573 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() argument
1674 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()
1677 void **host_vars_end = ((void ***) host_table)[3]; in gomp_unload_image_from_device()
1744 GOMP_offload_register_ver (unsigned version, const void *host_table, in GOMP_offload_register_ver() argument
1763 host_table, target_data, true); in GOMP_offload_register_ver()
1774 offload_images[num_offload_images].host_table = host_table; in GOMP_offload_register_ver()
1782 GOMP_offload_register (const void *host_table, int target_type, in GOMP_offload_register() argument
1785 GOMP_offload_register_ver (0, host_table, target_type, target_data); in GOMP_offload_register()
1793 GOMP_offload_unregister_ver (unsigned version, const void *host_table, in GOMP_offload_unregister_ver() argument
1808 host_table, target_data); in GOMP_offload_unregister_ver()
1824 GOMP_offload_unregister (const void *host_table, int target_type, in GOMP_offload_unregister() argument
1827 GOMP_offload_unregister_ver (0, host_table, target_type, target_data); in GOMP_offload_unregister()
1849 image->host_table, image->target_data, in gomp_init_device()
1884 image->host_table, in gomp_unload_device()