Lines Matching defs:filehdr_out

812   struct external_PEI_filehdr *filehdr_out = (struct external_PEI_filehdr *) out;
854 H_PUT_16 (abfd, filehdr_in->f_magic, filehdr_out->f_magic);
855 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns);
860 H_PUT_32 (abfd, time (0), filehdr_out->f_timdat);
862 H_PUT_32 (abfd, pe_data (abfd)->timestamp, filehdr_out->f_timdat);
865 filehdr_out->f_symptr);
866 H_PUT_32 (abfd, filehdr_in->f_nsyms, filehdr_out->f_nsyms);
867 H_PUT_16 (abfd, filehdr_in->f_opthdr, filehdr_out->f_opthdr);
868 H_PUT_16 (abfd, filehdr_in->f_flags, filehdr_out->f_flags);
873 H_PUT_16 (abfd, filehdr_in->pe.e_magic, filehdr_out->e_magic);
874 H_PUT_16 (abfd, filehdr_in->pe.e_cblp, filehdr_out->e_cblp);
875 H_PUT_16 (abfd, filehdr_in->pe.e_cp, filehdr_out->e_cp);
876 H_PUT_16 (abfd, filehdr_in->pe.e_crlc, filehdr_out->e_crlc);
877 H_PUT_16 (abfd, filehdr_in->pe.e_cparhdr, filehdr_out->e_cparhdr);
878 H_PUT_16 (abfd, filehdr_in->pe.e_minalloc, filehdr_out->e_minalloc);
879 H_PUT_16 (abfd, filehdr_in->pe.e_maxalloc, filehdr_out->e_maxalloc);
880 H_PUT_16 (abfd, filehdr_in->pe.e_ss, filehdr_out->e_ss);
881 H_PUT_16 (abfd, filehdr_in->pe.e_sp, filehdr_out->e_sp);
882 H_PUT_16 (abfd, filehdr_in->pe.e_csum, filehdr_out->e_csum);
883 H_PUT_16 (abfd, filehdr_in->pe.e_ip, filehdr_out->e_ip);
884 H_PUT_16 (abfd, filehdr_in->pe.e_cs, filehdr_out->e_cs);
885 H_PUT_16 (abfd, filehdr_in->pe.e_lfarlc, filehdr_out->e_lfarlc);
886 H_PUT_16 (abfd, filehdr_in->pe.e_ovno, filehdr_out->e_ovno);
889 H_PUT_16 (abfd, filehdr_in->pe.e_res[idx], filehdr_out->e_res[idx]);
891 H_PUT_16 (abfd, filehdr_in->pe.e_oemid, filehdr_out->e_oemid);
892 H_PUT_16 (abfd, filehdr_in->pe.e_oeminfo, filehdr_out->e_oeminfo);
895 H_PUT_16 (abfd, filehdr_in->pe.e_res2[idx], filehdr_out->e_res2[idx]);
897 H_PUT_32 (abfd, filehdr_in->pe.e_lfanew, filehdr_out->e_lfanew);
901 filehdr_out->dos_message[idx]);
904 H_PUT_32 (abfd, filehdr_in->pe.nt_signature, filehdr_out->nt_signature);
913 FILHDR *filehdr_out = (FILHDR *) out;
915 H_PUT_16 (abfd, filehdr_in->f_magic, filehdr_out->f_magic);
916 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns);
917 H_PUT_32 (abfd, filehdr_in->f_timdat, filehdr_out->f_timdat);
918 PUT_FILEHDR_SYMPTR (abfd, filehdr_in->f_symptr, filehdr_out->f_symptr);
919 H_PUT_32 (abfd, filehdr_in->f_nsyms, filehdr_out->f_nsyms);
920 H_PUT_16 (abfd, filehdr_in->f_opthdr, filehdr_out->f_opthdr);
921 H_PUT_16 (abfd, filehdr_in->f_flags, filehdr_out->f_flags);