Searched refs:unload_image_func (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | oacc-host.c | 278 .unload_image_func = host_unload_image,
|
H A D | libgomp.h | 1237 __typeof (GOMP_OFFLOAD_unload_image) *unload_image_func; member
|
H A D | target.c | 2242 if (!devicep->unload_image_func (devicep->target_id, version, target_data)) in gomp_unload_image_from_device()
|
H A D | ChangeLog | 9546 unload_image_func plugin hook. 9557 init_device_func, fini_device_func, unload_image_func, free_func, 12414 Add load_image_func, unload_image_func. 12424 Initialize load_image_func, unload_image_func, mem_map.root.
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | oacc-host.c | 278 .unload_image_func = host_unload_image,
|
H A D | libgomp.h | 1119 __typeof (GOMP_OFFLOAD_unload_image) *unload_image_func; member
|
H A D | target.c | 1696 if (!devicep->unload_image_func (devicep->target_id, version, target_data)) in gomp_unload_image_from_device()
|