| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | som.c | 2613 som_section_data (section)->copy_data->sort_key; in som_prep_headers() 2615 som_section_data (section)->copy_data->is_defined; in som_prep_headers() 2617 som_section_data (section)->copy_data->is_private; in som_prep_headers() 2619 som_section_data (section)->copy_data->space_number; in som_prep_headers() 2649 som_section_data (section)->copy_data->sort_key; in som_prep_headers() 2651 som_section_data (section)->copy_data->access_control_bits; in som_prep_headers() 2653 som_section_data (section)->copy_data->quadrant; in som_prep_headers() 2655 som_section_data (section)->copy_data->is_comdat; in som_prep_headers() 2657 som_section_data (section)->copy_data->is_common; in som_prep_headers() 2659 som_section_data (section)->copy_data->dup_common; in som_prep_headers() [all …]
|
| H A D | som.h | 187 struct som_copyable_section_data_struct *copy_data; member
|
| H A D | ChangeLog-2004 | 3488 copy_data. 3498 arguments. Set corresponding fields in copy_data. Change all callers.
|
| H A D | ChangeLog-9495 | 8377 the copy_data structure for the output bfd before copying.
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | som.c | 2612 som_section_data (section)->copy_data->sort_key; in som_prep_headers() 2614 som_section_data (section)->copy_data->is_defined; in som_prep_headers() 2616 som_section_data (section)->copy_data->is_private; in som_prep_headers() 2618 som_section_data (section)->copy_data->space_number; in som_prep_headers() 2648 som_section_data (section)->copy_data->sort_key; in som_prep_headers() 2650 som_section_data (section)->copy_data->access_control_bits; in som_prep_headers() 2652 som_section_data (section)->copy_data->quadrant; in som_prep_headers() 2654 som_section_data (section)->copy_data->is_comdat; in som_prep_headers() 2656 som_section_data (section)->copy_data->is_common; in som_prep_headers() 2658 som_section_data (section)->copy_data->dup_common; in som_prep_headers() [all …]
|
| H A D | som.h | 187 struct som_copyable_section_data_struct *copy_data; member
|
| H A D | ChangeLog-2004 | 3488 copy_data. 3498 arguments. Set corresponding fields in copy_data. Change all callers.
|
| H A D | ChangeLog-9495 | 8377 the copy_data structure for the output bfd before copying.
|
| /netbsd-src/tests/sbin/resize_ffs/ |
| H A D | common.sh | 62 copy_data () function 71 copy_data $i
|
| /netbsd-src/usr.bin/rfcomm_sppd/ |
| H A D | rfcomm_sppd.c | 94 static void copy_data(int, int); 279 copy_data(tty_in, rfcomm); in main() 282 copy_data(rfcomm, tty_out); in main() 543 copy_data(int src, int dst) in copy_data() function
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/ |
| H A D | plugin-gcn.c | 291 struct copy_data struct 2940 copy_data (void *data_) in copy_data() function 2942 struct copy_data *data = (struct copy_data *)data_; in copy_data() 2969 struct copy_data *data in queue_push_copy() 2970 = (struct copy_data *)GOMP_PLUGIN_malloc (sizeof (struct copy_data)); in queue_push_copy() 2975 queue_push_callback (aq, copy_data, data); in queue_push_copy()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
| H A D | plugin-gcn.c | 293 struct copy_data struct 3131 copy_data (void *data_) in copy_data() function 3133 struct copy_data *data = (struct copy_data *)data_; in copy_data() 3163 struct copy_data *data in queue_push_copy() 3164 = (struct copy_data *)GOMP_PLUGIN_malloc (sizeof (struct copy_data)); in queue_push_copy() 3170 queue_push_callback (aq, copy_data, data); in queue_push_copy()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/caf/ |
| H A D | single.c | 1158 copy_data (void *ds, void *sr, int dst_type, int src_type, in copy_data() function 1227 copy_data (ds, *(void **)(sr + ref->u.c.offset), in get_for_ref() 1231 copy_data (ds, sr + ref->u.c.offset, in get_for_ref() 1243 copy_data (ds + array_offset_dst * dst_size, sr, in get_for_ref() 2089 copy_data (ds, sr, dst_type, GFC_DESCRIPTOR_TYPE (src), in send_by_ref() 2093 copy_data (ds + ref->u.c.offset, sr, dst_type, in send_by_ref() 2107 copy_data (ds, sr + array_offset_src * src_size, in send_by_ref() 2112 copy_data (ds, sr, dst_type, GFC_DESCRIPTOR_TYPE (src), in send_by_ref()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/caf/ |
| H A D | single.c | 1158 copy_data (void *ds, void *sr, int dst_type, int src_type, in copy_data() function 1227 copy_data (ds, *(void **)(sr + ref->u.c.offset), in get_for_ref() 1231 copy_data (ds, sr + ref->u.c.offset, in get_for_ref() 1243 copy_data (ds + array_offset_dst * dst_size, sr, in get_for_ref() 2089 copy_data (ds, sr, dst_type, GFC_DESCRIPTOR_TYPE (src), in send_by_ref() 2093 copy_data (ds + ref->u.c.offset, sr, dst_type, in send_by_ref() 2107 copy_data (ds, sr + array_offset_src * src_size, in send_by_ref() 2112 copy_data (ds, sr, dst_type, GFC_DESCRIPTOR_TYPE (src), in send_by_ref()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog-2016 | 1304 (copy_data): Added to stop repeating it in all _by_ref functions.
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
| H A D | ChangeLog-2004 | 3488 copy_data. 3498 arguments. Set corresponding fields in copy_data. Change all callers.
|
| H A D | ChangeLog-9495 | 8377 the copy_data structure for the output bfd before copying.
|
| /netbsd-src/external/gpl3/gdb/dist/bfd/ |
| H A D | ChangeLog-2004 | 3488 copy_data. 3498 arguments. Set corresponding fields in copy_data. Change all callers.
|
| H A D | ChangeLog-9495 | 8377 the copy_data structure for the output bfd before copying.
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/ |
| H A D | ChangeLog.1998 | 1197 * lib/krb5/data.c: Implement free_data and copy_data.
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | ChangeLog | 1926 * plugin/plugin-gcn.c (struct copy_data): Remove free_src field. 1927 (copy_data): Don't free src. 5220 (copy_data, GOMP_OFFLOAD_host2dev): Use above function.
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ld.info | 3511 void copy_data(void)
|
| H A D | ld.texi | 4291 void copy_data(void)
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ld.texi | 4468 void copy_data(void)
|
| H A D | ld.info | 3665 void copy_data(void)
|