HomeSort by: relevance | last modified time | path
    Searched defs:target_data (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbserver/
gdbthread.h 32 thread_info (ptid_t id, void *target_data)
33 : id (id), target_data (target_data)
44 void *target_data; member in struct:thread_info
91 struct thread_info *add_thread (ptid_t ptid, void *target_data);
  /src/external/gpl3/gdb/dist/gdbserver/
gdbthread.h 30 thread_info (ptid_t id, process_info *process, void *target_data)
31 : id (id), m_process (process), m_target_data (target_data)
49 void *target_data () function in struct:thread_info
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 280 const void *target_data; member in struct:ptx_image_data
1263 /* Load the (partial) program described by TARGET_DATA to device
1267 GOMP_OFFLOAD_load_image (int ord, unsigned version, const void *target_data,
1276 const nvptx_tdata_t *img_header = (const nvptx_tdata_t *) target_data;
1314 new_image->target_data = target_data;
1376 /* Unload the program described by TARGET_DATA. DEV_DATA is the
1380 GOMP_OFFLOAD_unload_image (int ord, unsigned version, const void *target_data)
1396 if (image->target_data == target_data)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 81 const void *target_data; member in struct:offload_image_descr
2075 /* Load image pointed by TARGET_DATA to the device, specified by DEVICEP.
2082 const void *host_table, const void *target_data,
2104 target_data, &target_table);
2212 /* Unload the mappings described by target_data from device DEVICE_P.
2218 const void *host_table, const void *target_data)
2242 if (!devicep->unload_image_func (devicep->target_id, version, target_data))
2287 the target, and TARGET_DATA needed by target plugin. */
2291 int target_type, const void *target_data)
2309 host_table, target_data, true)
    [all...]
libgomp.h 472 struct target_mem_desc *target_data; member in struct:gomp_task_icv
1259 /* This is mutable because of its mutable target_data member. */
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 286 const void *target_data; member in struct:ptx_image_data
1305 /* Load the (partial) program described by TARGET_DATA to device
1311 GOMP_OFFLOAD_load_image (int ord, unsigned version, const void *target_data,
1322 const nvptx_tdata_t *img_header = (const nvptx_tdata_t *) target_data;
1362 new_image->target_data = target_data;
1537 /* Unload the program described by TARGET_DATA. DEV_DATA is the
1541 GOMP_OFFLOAD_unload_image (int ord, unsigned version, const void *target_data)
1557 if (image->target_data == target_data)
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 502 struct target_mem_desc *target_data; member in struct:gomp_task_icv
1434 /* This is mutable because of its mutable target_data member. */
target.c 91 const void *target_data; member in struct:offload_image_descr
2318 /* Load image pointed by TARGET_DATA to the device, specified by DEVICEP.
2325 const void *host_table, const void *target_data,
2357 target_data, &target_table,
2501 /* Unload the mappings described by target_data from device DEVICE_P.
2507 const void *host_table, const void *target_data)
2531 if (!devicep->unload_image_func (devicep->target_id, version, target_data))
2612 const void *target_data; local
2616 target_data = &((void **) data)[1];
2621 target_data = data
2698 const void *target_data; local
    [all...]
  /src/sys/dev/ic/
aic79xxvar.h 401 * struct target_data for details.
450 struct target_data { struct
461 struct target_data tdata;
aic7xxxvar.h 484 * struct target_data for details.
502 struct target_data { struct
522 struct target_data tdata;

Completed in 46 milliseconds