Lines Matching refs:aouthdr_out
679 AOUTHDR *aouthdr_out = (AOUTHDR *) out; in coff_swap_aouthdr_out() local
681 H_PUT_16 (abfd, aouthdr_in->magic, aouthdr_out->magic); in coff_swap_aouthdr_out()
682 H_PUT_16 (abfd, aouthdr_in->vstamp, aouthdr_out->vstamp); in coff_swap_aouthdr_out()
683 PUT_AOUTHDR_TSIZE (abfd, aouthdr_in->tsize, aouthdr_out->tsize); in coff_swap_aouthdr_out()
684 PUT_AOUTHDR_DSIZE (abfd, aouthdr_in->dsize, aouthdr_out->dsize); in coff_swap_aouthdr_out()
685 PUT_AOUTHDR_BSIZE (abfd, aouthdr_in->bsize, aouthdr_out->bsize); in coff_swap_aouthdr_out()
686 PUT_AOUTHDR_ENTRY (abfd, aouthdr_in->entry, aouthdr_out->entry); in coff_swap_aouthdr_out()
688 aouthdr_out->text_start); in coff_swap_aouthdr_out()
690 aouthdr_out->data_start); in coff_swap_aouthdr_out()
693 H_PUT_32 (abfd, aouthdr_in->tagentries, aouthdr_out->tagentries); in coff_swap_aouthdr_out()
698 H_PUT_64 (abfd, aouthdr_in->o_toc, aouthdr_out->o_toc); in coff_swap_aouthdr_out()
700 H_PUT_32 (abfd, aouthdr_in->o_toc, aouthdr_out->o_toc); in coff_swap_aouthdr_out()
702 H_PUT_16 (abfd, aouthdr_in->o_snentry, aouthdr_out->o_snentry); in coff_swap_aouthdr_out()
703 H_PUT_16 (abfd, aouthdr_in->o_sntext, aouthdr_out->o_sntext); in coff_swap_aouthdr_out()
704 H_PUT_16 (abfd, aouthdr_in->o_sndata, aouthdr_out->o_sndata); in coff_swap_aouthdr_out()
705 H_PUT_16 (abfd, aouthdr_in->o_sntoc, aouthdr_out->o_sntoc); in coff_swap_aouthdr_out()
706 H_PUT_16 (abfd, aouthdr_in->o_snloader, aouthdr_out->o_snloader); in coff_swap_aouthdr_out()
707 H_PUT_16 (abfd, aouthdr_in->o_snbss, aouthdr_out->o_snbss); in coff_swap_aouthdr_out()
708 H_PUT_16 (abfd, aouthdr_in->o_algntext, aouthdr_out->o_algntext); in coff_swap_aouthdr_out()
709 H_PUT_16 (abfd, aouthdr_in->o_algndata, aouthdr_out->o_algndata); in coff_swap_aouthdr_out()
710 H_PUT_16 (abfd, aouthdr_in->o_modtype, aouthdr_out->o_modtype); in coff_swap_aouthdr_out()
711 H_PUT_16 (abfd, aouthdr_in->o_cputype, aouthdr_out->o_cputype); in coff_swap_aouthdr_out()
713 H_PUT_64 (abfd, aouthdr_in->o_maxstack, aouthdr_out->o_maxstack); in coff_swap_aouthdr_out()
714 H_PUT_64 (abfd, aouthdr_in->o_maxdata, aouthdr_out->o_maxdata); in coff_swap_aouthdr_out()
716 H_PUT_32 (abfd, aouthdr_in->o_maxstack, aouthdr_out->o_maxstack); in coff_swap_aouthdr_out()
717 H_PUT_32 (abfd, aouthdr_in->o_maxdata, aouthdr_out->o_maxdata); in coff_swap_aouthdr_out()
719 memset (aouthdr_out->o_resv2, 0, sizeof aouthdr_out->o_resv2); in coff_swap_aouthdr_out()
721 memset (aouthdr_out->o_debugger, 0, sizeof aouthdr_out->o_debugger); in coff_swap_aouthdr_out()
722 memset (aouthdr_out->o_resv3, 0, sizeof aouthdr_out->o_resv3); in coff_swap_aouthdr_out()
727 H_PUT_32 (abfd, aouthdr_in->bss_start, aouthdr_out->bss_start); in coff_swap_aouthdr_out()
728 H_PUT_32 (abfd, aouthdr_in->gp_value, aouthdr_out->gp_value); in coff_swap_aouthdr_out()
729 H_PUT_32 (abfd, aouthdr_in->gprmask, aouthdr_out->gprmask); in coff_swap_aouthdr_out()
730 H_PUT_32 (abfd, aouthdr_in->cprmask[0], aouthdr_out->cprmask[0]); in coff_swap_aouthdr_out()
731 H_PUT_32 (abfd, aouthdr_in->cprmask[1], aouthdr_out->cprmask[1]); in coff_swap_aouthdr_out()
732 H_PUT_32 (abfd, aouthdr_in->cprmask[2], aouthdr_out->cprmask[2]); in coff_swap_aouthdr_out()
733 H_PUT_32 (abfd, aouthdr_in->cprmask[3], aouthdr_out->cprmask[3]); in coff_swap_aouthdr_out()
738 H_PUT_16 (abfd, 2, aouthdr_out->bldrev); in coff_swap_aouthdr_out()
739 H_PUT_16 (abfd, 0, aouthdr_out->padding); in coff_swap_aouthdr_out()
740 H_PUT_64 (abfd, aouthdr_in->bss_start, aouthdr_out->bss_start); in coff_swap_aouthdr_out()
741 H_PUT_64 (abfd, aouthdr_in->gp_value, aouthdr_out->gp_value); in coff_swap_aouthdr_out()
742 H_PUT_32 (abfd, aouthdr_in->gprmask, aouthdr_out->gprmask); in coff_swap_aouthdr_out()
743 H_PUT_32 (abfd, aouthdr_in->fprmask, aouthdr_out->fprmask); in coff_swap_aouthdr_out()