Home | History | Annotate | Download | only in bfd

Lines Matching defs:aouthdr_in

681   struct internal_aouthdr *aouthdr_in = (struct internal_aouthdr *) in;
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);
690 PUT_AOUTHDR_TEXT_START (abfd, aouthdr_in->text_start,
692 PUT_AOUTHDR_DATA_START (abfd, aouthdr_in->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);
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);
727 H_PUT_16 (abfd, aouthdr_in->o_x64flags, aouthdr_out->o_x64flags);
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]);
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);