Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/bfd/
HDcoffswap.h604 AOUTHDR *aouthdr_ext; in coff_swap_aouthdr_in() local
607 aouthdr_ext = (AOUTHDR *) aouthdr_ext1; in coff_swap_aouthdr_in()
609 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic); in coff_swap_aouthdr_in()
610 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp); in coff_swap_aouthdr_in()
611 aouthdr_int->tsize = GET_AOUTHDR_TSIZE (abfd, aouthdr_ext->tsize); in coff_swap_aouthdr_in()
612 aouthdr_int->dsize = GET_AOUTHDR_DSIZE (abfd, aouthdr_ext->dsize); in coff_swap_aouthdr_in()
613 aouthdr_int->bsize = GET_AOUTHDR_BSIZE (abfd, aouthdr_ext->bsize); in coff_swap_aouthdr_in()
614 aouthdr_int->entry = GET_AOUTHDR_ENTRY (abfd, aouthdr_ext->entry); in coff_swap_aouthdr_in()
616 GET_AOUTHDR_TEXT_START (abfd, aouthdr_ext->text_start); in coff_swap_aouthdr_in()
618 GET_AOUTHDR_DATA_START (abfd, aouthdr_ext->data_start); in coff_swap_aouthdr_in()
[all …]
HDpeXXigen.c392 AOUTHDR * aouthdr_ext = (AOUTHDR *) aouthdr_ext1; in _bfd_XXi_swap_aouthdr_in() local
397 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic); in _bfd_XXi_swap_aouthdr_in()
398 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp); in _bfd_XXi_swap_aouthdr_in()
399 aouthdr_int->tsize = GET_AOUTHDR_TSIZE (abfd, aouthdr_ext->tsize); in _bfd_XXi_swap_aouthdr_in()
400 aouthdr_int->dsize = GET_AOUTHDR_DSIZE (abfd, aouthdr_ext->dsize); in _bfd_XXi_swap_aouthdr_in()
401 aouthdr_int->bsize = GET_AOUTHDR_BSIZE (abfd, aouthdr_ext->bsize); in _bfd_XXi_swap_aouthdr_in()
402 aouthdr_int->entry = GET_AOUTHDR_ENTRY (abfd, aouthdr_ext->entry); in _bfd_XXi_swap_aouthdr_in()
404 GET_AOUTHDR_TEXT_START (abfd, aouthdr_ext->text_start); in _bfd_XXi_swap_aouthdr_in()
408 GET_AOUTHDR_DATA_START (abfd, aouthdr_ext->data_start); in _bfd_XXi_swap_aouthdr_in()
413 a->MajorLinkerVersion = H_GET_8 (abfd, aouthdr_ext->vstamp); in _bfd_XXi_swap_aouthdr_in()
[all …]