Home
last modified time | relevance | path

Searched refs:copy_data (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/usr.sbin/mkuboot/
H A Dcopy_elf.c41 extern u_long copy_data(int, const char *, int, const char *, u_long,
194 crc = copy_data(ifd, iname, ofd, oname, crc, in ELFNAME()
204 crc = copy_data(ifd, iname, ofd, oname, crc, in ELFNAME()
212 crc = copy_data(ifd, iname, ofd, oname, crc, in ELFNAME()
275 crc = copy_data(ifd, iname, ofd, oname, crc, ih, in ELFNAME()
H A Dmkuboot.c80 u_long copy_data(int, const char *, int, const char *, u_long,
308 copy_data(int ifd, const char *iname, int ofd, const char *oname, u_long crc, in copy_data() function
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dsom.c2279 som_section_data (section)->copy_data->sort_key; in som_prep_headers()
2281 som_section_data (section)->copy_data->is_defined; in som_prep_headers()
2283 som_section_data (section)->copy_data->is_private; in som_prep_headers()
2285 som_section_data (section)->copy_data->space_number; in som_prep_headers()
2315 som_section_data (section)->copy_data->sort_key; in som_prep_headers()
2317 som_section_data (section)->copy_data->access_control_bits; in som_prep_headers()
2319 som_section_data (section)->copy_data->quadrant; in som_prep_headers()
2321 som_section_data (section)->copy_data->is_comdat; in som_prep_headers()
2323 som_section_data (section)->copy_data->is_common; in som_prep_headers()
2325 som_section_data (section)->copy_data->dup_common; in som_prep_headers()
[all …]
H A Dsom.h215 struct som_copyable_section_data_struct *copy_data; member
H A DChangeLog-20043488 copy_data.
3498 arguments. Set corresponding fields in copy_data. Change all callers.
H A DChangeLog-94958377 the copy_data structure for the output bfd before copying.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dsom.c2386 som_section_data (section)->copy_data->sort_key;
2388 som_section_data (section)->copy_data->is_defined;
2390 som_section_data (section)->copy_data->is_private;
2392 som_section_data (section)->copy_data->space_number;
2429 som_section_data (section)->copy_data->sort_key;
2431 som_section_data (section)->copy_data->access_control_bits;
2433 som_section_data (section)->copy_data->quadrant;
2447 if (som_section_data (section)->copy_data == NULL)
2452 if (som_section_data (section)->copy_data->container != section
2453 && (som_section_data (section)->copy_data->container->output_section
[all …]
H A Dsom.h183 struct som_copyable_section_data_struct *copy_data; member
H A DChangeLog-94958377 the copy_data structure for the output bfd before copying.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dmethod.c907 struct copy_data struct
922 struct copy_data *client = (struct copy_data *)client_; argument
1009 struct copy_data data;
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DRegisterValue.cpp155 DataExtractor copy_data; in SetType() local
156 if (copy.CopyValue(*this) && copy.GetData(copy_data)) { in SetType()
157 Status error = SetValueFromData(reg_info, copy_data, 0, true); in SetType()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dmethod.c902 struct copy_data struct
915 struct copy_data *client = (struct copy_data *)client_; in locate_copy() argument
1035 struct copy_data data; in implicitly_declare_fn()