Lines Matching refs:host_table
80 const void *host_table;
2076 And insert to splay tree the mapping between addresses from HOST_TABLE and
2082 const void *host_table, const void *target_data,
2085 void **host_func_table = ((void ***) host_table)[0];
2086 void **host_funcs_end = ((void ***) host_table)[1];
2087 void **host_var_table = ((void ***) host_table)[2];
2088 void **host_vars_end = ((void ***) host_table)[3];
2218 const void *host_table, const void *target_data)
2220 void **host_func_table = ((void ***) host_table)[0];
2221 void **host_funcs_end = ((void ***) host_table)[1];
2222 void **host_var_table = ((void ***) host_table)[2];
2223 void **host_vars_end = ((void ***) host_table)[3];
2286 It gets the descriptor of the host func and var tables HOST_TABLE, TYPE of
2290 GOMP_offload_register_ver (unsigned version, const void *host_table,
2309 host_table, target_data, true);
2320 offload_images[num_offload_images].host_table = host_table;
2328 GOMP_offload_register (const void *host_table, int target_type,
2331 GOMP_offload_register_ver (0, host_table, target_type, target_data);
2335 It gets the descriptor of the host func and var tables HOST_TABLE, TYPE of
2339 GOMP_offload_unregister_ver (unsigned version, const void *host_table,
2354 host_table, target_data);
2370 GOMP_offload_unregister (const void *host_table, int target_type,
2373 GOMP_offload_unregister_ver (0, host_table, target_type, target_data);
2395 image->host_table, image->target_data,
2430 image->host_table,