Home
last modified time | relevance | path

Searched refs:aouthdr_ext (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoffswap.h605 AOUTHDR *aouthdr_ext; in coff_swap_aouthdr_in() local
608 aouthdr_ext = (AOUTHDR *) aouthdr_ext1; 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()
617 GET_AOUTHDR_TEXT_START (abfd, aouthdr_ext->text_start); in coff_swap_aouthdr_in()
619 GET_AOUTHDR_DATA_START (abfd, aouthdr_ext->data_start); in coff_swap_aouthdr_in()
[all …]
DpeXXigen.c466 AOUTHDR * aouthdr_ext = (AOUTHDR *) aouthdr_ext1; in _bfd_XXi_swap_aouthdr_in() local
471 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic); in _bfd_XXi_swap_aouthdr_in()
472 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp); in _bfd_XXi_swap_aouthdr_in()
473 aouthdr_int->tsize = GET_AOUTHDR_TSIZE (abfd, aouthdr_ext->tsize); in _bfd_XXi_swap_aouthdr_in()
474 aouthdr_int->dsize = GET_AOUTHDR_DSIZE (abfd, aouthdr_ext->dsize); in _bfd_XXi_swap_aouthdr_in()
475 aouthdr_int->bsize = GET_AOUTHDR_BSIZE (abfd, aouthdr_ext->bsize); in _bfd_XXi_swap_aouthdr_in()
476 aouthdr_int->entry = GET_AOUTHDR_ENTRY (abfd, aouthdr_ext->entry); in _bfd_XXi_swap_aouthdr_in()
478 GET_AOUTHDR_TEXT_START (abfd, aouthdr_ext->text_start); in _bfd_XXi_swap_aouthdr_in()
483 GET_AOUTHDR_DATA_START (abfd, aouthdr_ext->data_start); in _bfd_XXi_swap_aouthdr_in()
488 a->MajorLinkerVersion = H_GET_8 (abfd, aouthdr_ext->vstamp); in _bfd_XXi_swap_aouthdr_in()
[all …]