Home | History | Annotate | Download | only in libgomp

Lines Matching refs:host_table

90   const void *host_table;
2319 And insert to splay tree the mapping between addresses from HOST_TABLE and
2325 const void *host_table, const void *target_data,
2328 void **host_func_table = ((void ***) host_table)[0];
2329 void **host_funcs_end = ((void ***) host_table)[1];
2330 void **host_var_table = ((void ***) host_table)[2];
2331 void **host_vars_end = ((void ***) host_table)[3];
2337 host_ind_func_table = ((void ***) host_table)[4];
2338 host_ind_funcs_end = ((void ***) host_table)[5];
2507 const void *host_table, const void *target_data)
2509 void **host_func_table = ((void ***) host_table)[0];
2510 void **host_funcs_end = ((void ***) host_table)[1];
2511 void **host_var_table = ((void ***) host_table)[2];
2512 void **host_vars_end = ((void ***) host_table)[3];
2598 It gets the descriptor of the host func and var tables HOST_TABLE, TYPE of
2602 GOMP_offload_register_ver (unsigned version, const void *host_table,
2657 host_table, target_data, true);
2668 offload_images[num_offload_images].host_table = host_table;
2678 GOMP_offload_register (const void *host_table, int target_type,
2681 GOMP_offload_register_ver (0, host_table, target_type, target_data);
2685 It gets the descriptor of the host func and var tables HOST_TABLE, TYPE of
2689 GOMP_offload_unregister_ver (unsigned version, const void *host_table,
2714 host_table, target_data);
2732 GOMP_offload_unregister (const void *host_table, int target_type,
2735 GOMP_offload_unregister_ver (0, host_table, target_type, target_data);
2757 image->host_table, image->target_data,
2792 image->host_table,