Searched refs:filehdr_out (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A DpeXXigen.c720 struct external_PEI_filehdr *filehdr_out = (struct external_PEI_filehdr *) out;
774 H_PUT_16 (abfd, filehdr_in->f_magic, filehdr_out->f_magic);
775 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns);
777 H_PUT_32 (abfd, time (0), filehdr_out->f_timdat);
779 filehdr_out->f_symptr);
780 H_PUT_32 (abfd, filehdr_in->f_nsyms, filehdr_out->f_nsyms);
781 H_PUT_16 (abfd, filehdr_in->f_opthdr, filehdr_out->f_opthdr);
782 H_PUT_16 (abfd, filehdr_in->f_flags, filehdr_out->f_flags);
787 H_PUT_16 (abfd, filehdr_in->pe.e_magic, filehdr_out->e_magic);
788 H_PUT_16 (abfd, filehdr_in->pe.e_cblp, filehdr_out
719 struct external_PEI_filehdr *filehdr_out = (struct external_PEI_filehdr *) out; local
826 FILHDR *filehdr_out = (FILHDR *) out; local
[all...]
H A Dcoff-stgo32.c161 FILHDR *filehdr_out = (FILHDR *) out; local
168 memcpy (filehdr_out->stub, bfd_coff_go32stub (abfd), STUBSIZE);
171 memcpy (filehdr_out->stub, stub_bytes, STUBSIZE);
H A Dcoffswap.h281 FILHDR *filehdr_out = (FILHDR *) out; local
286 H_PUT_16 (abfd, filehdr_in->f_magic, filehdr_out->f_magic);
287 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns);
288 H_PUT_32 (abfd, filehdr_in->f_timdat, filehdr_out->f_timdat);
289 PUT_FILEHDR_SYMPTR (abfd, filehdr_in->f_symptr, filehdr_out->f_symptr);
290 H_PUT_32 (abfd, filehdr_in->f_nsyms, filehdr_out->f_nsyms);
291 H_PUT_16 (abfd, filehdr_in->f_opthdr, filehdr_out->f_opthdr);
292 H_PUT_16 (abfd, filehdr_in->f_flags, filehdr_out->f_flags);
294 H_PUT_16 (abfd, filehdr_in->f_target_id, filehdr_out->f_target_id);
/haiku-buildtools/binutils/bfd/
H A DpeXXigen.c823 struct external_PEI_filehdr *filehdr_out = (struct external_PEI_filehdr *) out;
878 H_PUT_16 (abfd, filehdr_in->f_magic, filehdr_out->f_magic);
879 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns);
883 H_PUT_32 (abfd, time (0), filehdr_out->f_timdat);
885 H_PUT_32 (abfd, 0, filehdr_out->f_timdat);
888 filehdr_out->f_symptr);
889 H_PUT_32 (abfd, filehdr_in->f_nsyms, filehdr_out->f_nsyms);
890 H_PUT_16 (abfd, filehdr_in->f_opthdr, filehdr_out->f_opthdr);
891 H_PUT_16 (abfd, filehdr_in->f_flags, filehdr_out->f_flags);
896 H_PUT_16 (abfd, filehdr_in->pe.e_magic, filehdr_out
822 struct external_PEI_filehdr *filehdr_out = (struct external_PEI_filehdr *) out; local
935 FILHDR *filehdr_out = (FILHDR *) out; local
[all...]
H A Dcoff-stgo32.c153 FILHDR *filehdr_out = (FILHDR *) out; local
160 memcpy (filehdr_out->stub, coff_data (abfd)->go32stub, GO32_STUBSIZE);
163 memcpy (filehdr_out->stub, stub_bytes, GO32_STUBSIZE);
H A Dcoffswap.h280 FILHDR *filehdr_out = (FILHDR *) out; local
285 H_PUT_16 (abfd, filehdr_in->f_magic, filehdr_out->f_magic);
286 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns);
287 H_PUT_32 (abfd, filehdr_in->f_timdat, filehdr_out->f_timdat);
288 PUT_FILEHDR_SYMPTR (abfd, filehdr_in->f_symptr, filehdr_out->f_symptr);
289 H_PUT_32 (abfd, filehdr_in->f_nsyms, filehdr_out->f_nsyms);
290 H_PUT_16 (abfd, filehdr_in->f_opthdr, filehdr_out->f_opthdr);
291 H_PUT_16 (abfd, filehdr_in->f_flags, filehdr_out->f_flags);
293 H_PUT_16 (abfd, filehdr_in->f_target_id, filehdr_out->f_target_id);
H A Dcoffcode.h5746 struct external_ANON_OBJECT_HEADER_BIGOBJ *filehdr_out =
5749 memset (filehdr_out, 0, sizeof (*filehdr_out));
5751 H_PUT_16 (abfd, IMAGE_FILE_MACHINE_UNKNOWN, filehdr_out->Sig1);
5752 H_PUT_16 (abfd, 0xffff, filehdr_out->Sig2);
5753 H_PUT_16 (abfd, 2, filehdr_out->Version);
5754 memcpy (filehdr_out->ClassID, header_bigobj_classid, 16);
5755 H_PUT_16 (abfd, filehdr_in->f_magic, filehdr_out->Machine);
5756 H_PUT_32 (abfd, filehdr_in->f_nscns, filehdr_out->NumberOfSections);
5757 H_PUT_32 (abfd, filehdr_in->f_timdat, filehdr_out
5745 struct external_ANON_OBJECT_HEADER_BIGOBJ *filehdr_out = local
[all...]

Completed in 268 milliseconds