Home | History | Annotate | Download | only in bfd

Lines Matching defs:aouthdr_in

675   struct internal_aouthdr *aouthdr_in = (struct internal_aouthdr *) in;
678 H_PUT_16 (abfd, aouthdr_in->magic, aouthdr_out->magic);
679 H_PUT_16 (abfd, aouthdr_in->vstamp, aouthdr_out->vstamp);
680 PUT_AOUTHDR_TSIZE (abfd, aouthdr_in->tsize, aouthdr_out->tsize);
681 PUT_AOUTHDR_DSIZE (abfd, aouthdr_in->dsize, aouthdr_out->dsize);
682 PUT_AOUTHDR_BSIZE (abfd, aouthdr_in->bsize, aouthdr_out->bsize);
683 PUT_AOUTHDR_ENTRY (abfd, aouthdr_in->entry, aouthdr_out->entry);
684 PUT_AOUTHDR_TEXT_START (abfd, aouthdr_in->text_start,
686 PUT_AOUTHDR_DATA_START (abfd, aouthdr_in->data_start,
691 H_PUT_64 (abfd, aouthdr_in->o_toc, aouthdr_out->o_toc);
693 H_PUT_32 (abfd, aouthdr_in->o_toc, aouthdr_out->o_toc);
695 H_PUT_16 (abfd, aouthdr_in->o_snentry, aouthdr_out->o_snentry);
696 H_PUT_16 (abfd, aouthdr_in->o_sntext, aouthdr_out->o_sntext);
697 H_PUT_16 (abfd, aouthdr_in->o_sndata, aouthdr_out->o_sndata);
698 H_PUT_16 (abfd, aouthdr_in->o_sntoc, aouthdr_out->o_sntoc);
699 H_PUT_16 (abfd, aouthdr_in->o_snloader, aouthdr_out->o_snloader);
700 H_PUT_16 (abfd, aouthdr_in->o_snbss, aouthdr_out->o_snbss);
701 H_PUT_16 (abfd, aouthdr_in->o_algntext, aouthdr_out->o_algntext);
702 H_PUT_16 (abfd, aouthdr_in->o_algndata, aouthdr_out->o_algndata);
703 H_PUT_16 (abfd, aouthdr_in->o_modtype, aouthdr_out->o_modtype);
704 H_PUT_16 (abfd, aouthdr_in->o_cputype, aouthdr_out->o_cputype);
706 H_PUT_64 (abfd, aouthdr_in->o_maxstack, aouthdr_out->o_maxstack);
707 H_PUT_64 (abfd, aouthdr_in->o_maxdata, aouthdr_out->o_maxdata);
709 H_PUT_32 (abfd, aouthdr_in->o_maxstack, aouthdr_out->o_maxstack);
710 H_PUT_32 (abfd, aouthdr_in->o_maxdata, aouthdr_out->o_maxdata);
716 H_PUT_8 (abfd, aouthdr_in->o_flags, aouthdr_out->o_flags);
717 H_PUT_16 (abfd, aouthdr_in->o_sntdata, aouthdr_out->o_sntdata);
718 H_PUT_16 (abfd, aouthdr_in->o_sntbss, aouthdr_out->o_sntbss);
721 H_PUT_16 (abfd, aouthdr_in->o_x64flags, aouthdr_out->o_x64flags);
727 H_PUT_32 (abfd, aouthdr_in->bss_start, aouthdr_out->bss_start);
728 H_PUT_32 (abfd, aouthdr_in->gp_value, aouthdr_out->gp_value);
729 H_PUT_32 (abfd, aouthdr_in->gprmask, aouthdr_out->gprmask);
730 H_PUT_32 (abfd, aouthdr_in->cprmask[0], aouthdr_out->cprmask[0]);
731 H_PUT_32 (abfd, aouthdr_in->cprmask[1], aouthdr_out->cprmask[1]);
732 H_PUT_32 (abfd, aouthdr_in->cprmask[2], aouthdr_out->cprmask[2]);
733 H_PUT_32 (abfd, aouthdr_in->cprmask[3], aouthdr_out->cprmask[3]);
740 H_PUT_64 (abfd, aouthdr_in->bss_start, aouthdr_out->bss_start);
741 H_PUT_64 (abfd, aouthdr_in->gp_value, aouthdr_out->gp_value);
742 H_PUT_32 (abfd, aouthdr_in->gprmask, aouthdr_out->gprmask);
743 H_PUT_32 (abfd, aouthdr_in->fprmask, aouthdr_out->fprmask);