Lines Matching defs:aouthdr_out
682 AOUTHDR *aouthdr_out = (AOUTHDR *) out;
684 H_PUT_16 (abfd, aouthdr_in->magic, aouthdr_out->magic);
685 H_PUT_16 (abfd, aouthdr_in->vstamp, aouthdr_out->vstamp);
686 PUT_AOUTHDR_TSIZE (abfd, aouthdr_in->tsize, aouthdr_out->tsize);
687 PUT_AOUTHDR_DSIZE (abfd, aouthdr_in->dsize, aouthdr_out->dsize);
688 PUT_AOUTHDR_BSIZE (abfd, aouthdr_in->bsize, aouthdr_out->bsize);
689 PUT_AOUTHDR_ENTRY (abfd, aouthdr_in->entry, aouthdr_out->entry);
691 aouthdr_out->text_start);
693 aouthdr_out->data_start);
697 H_PUT_64 (abfd, aouthdr_in->o_toc, aouthdr_out->o_toc);
699 H_PUT_32 (abfd, aouthdr_in->o_toc, aouthdr_out->o_toc);
701 H_PUT_16 (abfd, aouthdr_in->o_snentry, aouthdr_out->o_snentry);
702 H_PUT_16 (abfd, aouthdr_in->o_sntext, aouthdr_out->o_sntext);
703 H_PUT_16 (abfd, aouthdr_in->o_sndata, aouthdr_out->o_sndata);
704 H_PUT_16 (abfd, aouthdr_in->o_sntoc, aouthdr_out->o_sntoc);
705 H_PUT_16 (abfd, aouthdr_in->o_snloader, aouthdr_out->o_snloader);
706 H_PUT_16 (abfd, aouthdr_in->o_snbss, aouthdr_out->o_snbss);
707 H_PUT_16 (abfd, aouthdr_in->o_algntext, aouthdr_out->o_algntext);
708 H_PUT_16 (abfd, aouthdr_in->o_algndata, aouthdr_out->o_algndata);
709 H_PUT_16 (abfd, aouthdr_in->o_modtype, aouthdr_out->o_modtype);
710 H_PUT_16 (abfd, aouthdr_in->o_cputype, aouthdr_out->o_cputype);
712 H_PUT_64 (abfd, aouthdr_in->o_maxstack, aouthdr_out->o_maxstack);
713 H_PUT_64 (abfd, aouthdr_in->o_maxdata, aouthdr_out->o_maxdata);
715 H_PUT_32 (abfd, aouthdr_in->o_maxstack, aouthdr_out->o_maxstack);
716 H_PUT_32 (abfd, aouthdr_in->o_maxdata, aouthdr_out->o_maxdata);
719 H_PUT_8 (abfd, 0, aouthdr_out->o_textpsize);
720 H_PUT_8 (abfd, 0, aouthdr_out->o_datapsize);
721 H_PUT_8 (abfd, 0, aouthdr_out->o_stackpsize);
722 H_PUT_8 (abfd, aouthdr_in->o_flags, aouthdr_out->o_flags);
723 H_PUT_16 (abfd, aouthdr_in->o_sntdata, aouthdr_out->o_sntdata);
724 H_PUT_16 (abfd, aouthdr_in->o_sntbss, aouthdr_out->o_sntbss);
725 H_PUT_32 (abfd, 0, aouthdr_out->o_debugger);
727 H_PUT_16 (abfd, aouthdr_in->o_x64flags, aouthdr_out->o_x64flags);
728 memset (aouthdr_out->o_resv3, 0, sizeof aouthdr_out->o_resv3);
733 H_PUT_32 (abfd, aouthdr_in->bss_start, aouthdr_out->bss_start);
734 H_PUT_32 (abfd, aouthdr_in->gp_value, aouthdr_out->gp_value);
735 H_PUT_32 (abfd, aouthdr_in->gprmask, aouthdr_out->gprmask);
736 H_PUT_32 (abfd, aouthdr_in->cprmask[0], aouthdr_out->cprmask[0]);
737 H_PUT_32 (abfd, aouthdr_in->cprmask[1], aouthdr_out->cprmask[1]);
738 H_PUT_32 (abfd, aouthdr_in->cprmask[2], aouthdr_out->cprmask[2]);
739 H_PUT_32 (abfd, aouthdr_in->cprmask[3], aouthdr_out->cprmask[3]);
744 H_PUT_16 (abfd, 2, aouthdr_out->bldrev);
745 H_PUT_16 (abfd, 0, aouthdr_out->padding);
746 H_PUT_64 (abfd, aouthdr_in->bss_start, aouthdr_out->bss_start);
747 H_PUT_64 (abfd, aouthdr_in->gp_value, aouthdr_out->gp_value);
748 H_PUT_32 (abfd, aouthdr_in->gprmask, aouthdr_out->gprmask);
749 H_PUT_32 (abfd, aouthdr_in->fprmask, aouthdr_out->fprmask);