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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A DpeXXigen.c768 struct external_PEI_filehdr *filehdr_out = (struct external_PEI_filehdr *) out;
822 H_PUT_16 (abfd, filehdr_in->f_magic, filehdr_out->f_magic);
823 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns);
825 H_PUT_32 (abfd, time (0), filehdr_out->f_timdat);
827 filehdr_out->f_symptr);
828 H_PUT_32 (abfd, filehdr_in->f_nsyms, filehdr_out->f_nsyms);
829 H_PUT_16 (abfd, filehdr_in->f_opthdr, filehdr_out->f_opthdr);
830 H_PUT_16 (abfd, filehdr_in->f_flags, filehdr_out->f_flags);
835 H_PUT_16 (abfd, filehdr_in->pe.e_magic, filehdr_out->e_magic);
836 H_PUT_16 (abfd, filehdr_in->pe.e_cblp, filehdr_out
767 struct external_PEI_filehdr *filehdr_out = (struct external_PEI_filehdr *) out; local
877 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.h313 FILHDR *filehdr_out = (FILHDR *) out; variable
318 H_PUT_16 (abfd, filehdr_in->f_magic, filehdr_out->f_magic);
319 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns);
320 H_PUT_32 (abfd, filehdr_in->f_timdat, filehdr_out->f_timdat);
321 PUT_FILEHDR_SYMPTR (abfd, filehdr_in->f_symptr, filehdr_out->f_symptr);
322 H_PUT_32 (abfd, filehdr_in->f_nsyms, filehdr_out->f_nsyms);
323 H_PUT_16 (abfd, filehdr_in->f_opthdr, filehdr_out->f_opthdr);
324 H_PUT_16 (abfd, filehdr_in->f_flags, filehdr_out->f_flags);
326 H_PUT_16 (abfd, filehdr_in->f_target_id, filehdr_out->f_target_id);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A DpeXXigen.c723 struct external_PEI_filehdr *filehdr_out = (struct external_PEI_filehdr *) out;
777 H_PUT_16 (abfd, filehdr_in->f_magic, filehdr_out->f_magic);
778 H_PUT_16 (abfd, filehdr_in->f_nscns, filehdr_out->f_nscns);
780 H_PUT_32 (abfd, time (0), filehdr_out->f_timdat);
782 filehdr_out->f_symptr);
783 H_PUT_32 (abfd, filehdr_in->f_nsyms, filehdr_out->f_nsyms);
784 H_PUT_16 (abfd, filehdr_in->f_opthdr, filehdr_out->f_opthdr);
785 H_PUT_16 (abfd, filehdr_in->f_flags, filehdr_out->f_flags);
790 H_PUT_16 (abfd, filehdr_in->pe.e_magic, filehdr_out->e_magic);
791 H_PUT_16 (abfd, filehdr_in->pe.e_cblp, filehdr_out
722 struct external_PEI_filehdr *filehdr_out = (struct external_PEI_filehdr *) out; local
829 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);

Completed in 212 milliseconds