Lines Matching refs:aouthdr_in

678   struct internal_aouthdr *aouthdr_in = (struct internal_aouthdr *) in;  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()
687 PUT_AOUTHDR_TEXT_START (abfd, aouthdr_in->text_start, in coff_swap_aouthdr_out()
689 PUT_AOUTHDR_DATA_START (abfd, aouthdr_in->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()
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()
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()