Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoffswap.h606 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()
[all …]
DpeXXigen.c467 struct internal_aouthdr *aouthdr_int in _bfd_XXi_swap_aouthdr_in() local
469 struct internal_extra_pe_aouthdr *a = &aouthdr_int->pe; in _bfd_XXi_swap_aouthdr_in()
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()
477 aouthdr_int->text_start = in _bfd_XXi_swap_aouthdr_in()
482 aouthdr_int->data_start = in _bfd_XXi_swap_aouthdr_in()
[all …]