Lines Matching refs:aouthdr_int
606 struct internal_aouthdr *aouthdr_int; in coff_swap_aouthdr_in() local
609 aouthdr_int = (struct internal_aouthdr *) aouthdr_int1; in coff_swap_aouthdr_in()
610 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic); in coff_swap_aouthdr_in()
611 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp); in coff_swap_aouthdr_in()
612 aouthdr_int->tsize = GET_AOUTHDR_TSIZE (abfd, aouthdr_ext->tsize); in coff_swap_aouthdr_in()
613 aouthdr_int->dsize = GET_AOUTHDR_DSIZE (abfd, aouthdr_ext->dsize); in coff_swap_aouthdr_in()
614 aouthdr_int->bsize = GET_AOUTHDR_BSIZE (abfd, aouthdr_ext->bsize); in coff_swap_aouthdr_in()
615 aouthdr_int->entry = GET_AOUTHDR_ENTRY (abfd, aouthdr_ext->entry); in coff_swap_aouthdr_in()
616 aouthdr_int->text_start = in coff_swap_aouthdr_in()
618 aouthdr_int->data_start = in coff_swap_aouthdr_in()
622 aouthdr_int->tagentries = H_GET_32 (abfd, aouthdr_ext->tagentries); in coff_swap_aouthdr_in()
626 H_PUT_32 (abfd, aouthdr_int->o_inlib, aouthdr_ext->o_inlib); in coff_swap_aouthdr_in()
627 H_PUT_32 (abfd, aouthdr_int->o_sri, aouthdr_ext->o_sri); in coff_swap_aouthdr_in()
628 H_PUT_32 (abfd, aouthdr_int->vid[0], aouthdr_ext->vid); in coff_swap_aouthdr_in()
629 H_PUT_32 (abfd, aouthdr_int->vid[1], aouthdr_ext->vid + 4); in coff_swap_aouthdr_in()
634 aouthdr_int->o_toc = H_GET_64 (abfd, aouthdr_ext->o_toc); in coff_swap_aouthdr_in()
636 aouthdr_int->o_toc = H_GET_32 (abfd, aouthdr_ext->o_toc); in coff_swap_aouthdr_in()
638 aouthdr_int->o_snentry = H_GET_16 (abfd, aouthdr_ext->o_snentry); in coff_swap_aouthdr_in()
639 aouthdr_int->o_sntext = H_GET_16 (abfd, aouthdr_ext->o_sntext); in coff_swap_aouthdr_in()
640 aouthdr_int->o_sndata = H_GET_16 (abfd, aouthdr_ext->o_sndata); in coff_swap_aouthdr_in()
641 aouthdr_int->o_sntoc = H_GET_16 (abfd, aouthdr_ext->o_sntoc); in coff_swap_aouthdr_in()
642 aouthdr_int->o_snloader = H_GET_16 (abfd, aouthdr_ext->o_snloader); in coff_swap_aouthdr_in()
643 aouthdr_int->o_snbss = H_GET_16 (abfd, aouthdr_ext->o_snbss); in coff_swap_aouthdr_in()
644 aouthdr_int->o_algntext = H_GET_16 (abfd, aouthdr_ext->o_algntext); in coff_swap_aouthdr_in()
645 aouthdr_int->o_algndata = H_GET_16 (abfd, aouthdr_ext->o_algndata); in coff_swap_aouthdr_in()
646 aouthdr_int->o_modtype = H_GET_16 (abfd, aouthdr_ext->o_modtype); in coff_swap_aouthdr_in()
647 aouthdr_int->o_cputype = H_GET_16 (abfd, aouthdr_ext->o_cputype); in coff_swap_aouthdr_in()
649 aouthdr_int->o_maxstack = H_GET_64 (abfd, aouthdr_ext->o_maxstack); in coff_swap_aouthdr_in()
650 aouthdr_int->o_maxdata = H_GET_64 (abfd, aouthdr_ext->o_maxdata); in coff_swap_aouthdr_in()
652 aouthdr_int->o_maxstack = H_GET_32 (abfd, aouthdr_ext->o_maxstack); in coff_swap_aouthdr_in()
653 aouthdr_int->o_maxdata = H_GET_32 (abfd, aouthdr_ext->o_maxdata); in coff_swap_aouthdr_in()
658 aouthdr_int->bss_start = H_GET_32 (abfd, aouthdr_ext->bss_start); in coff_swap_aouthdr_in()
659 aouthdr_int->gp_value = H_GET_32 (abfd, aouthdr_ext->gp_value); in coff_swap_aouthdr_in()
660 aouthdr_int->gprmask = H_GET_32 (abfd, aouthdr_ext->gprmask); in coff_swap_aouthdr_in()
661 aouthdr_int->cprmask[0] = H_GET_32 (abfd, aouthdr_ext->cprmask[0]); in coff_swap_aouthdr_in()
662 aouthdr_int->cprmask[1] = H_GET_32 (abfd, aouthdr_ext->cprmask[1]); in coff_swap_aouthdr_in()
663 aouthdr_int->cprmask[2] = H_GET_32 (abfd, aouthdr_ext->cprmask[2]); in coff_swap_aouthdr_in()
664 aouthdr_int->cprmask[3] = H_GET_32 (abfd, aouthdr_ext->cprmask[3]); in coff_swap_aouthdr_in()
668 aouthdr_int->bss_start = H_GET_64 (abfd, aouthdr_ext->bss_start); in coff_swap_aouthdr_in()
669 aouthdr_int->gp_value = H_GET_64 (abfd, aouthdr_ext->gp_value); in coff_swap_aouthdr_in()
670 aouthdr_int->gprmask = H_GET_32 (abfd, aouthdr_ext->gprmask); in coff_swap_aouthdr_in()
671 aouthdr_int->fprmask = H_GET_32 (abfd, aouthdr_ext->fprmask); in coff_swap_aouthdr_in()