Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/bfd/
Dcoffswap.h620 struct internal_aouthdr *aouthdr_int; in coff_swap_aouthdr_in() local
623 aouthdr_int = (struct internal_aouthdr *) aouthdr_int1; in coff_swap_aouthdr_in()
624 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic); in coff_swap_aouthdr_in()
625 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp); in coff_swap_aouthdr_in()
626 aouthdr_int->tsize = GET_AOUTHDR_TSIZE (abfd, aouthdr_ext->tsize); in coff_swap_aouthdr_in()
627 aouthdr_int->dsize = GET_AOUTHDR_DSIZE (abfd, aouthdr_ext->dsize); in coff_swap_aouthdr_in()
628 aouthdr_int->bsize = GET_AOUTHDR_BSIZE (abfd, aouthdr_ext->bsize); in coff_swap_aouthdr_in()
629 aouthdr_int->entry = GET_AOUTHDR_ENTRY (abfd, aouthdr_ext->entry); in coff_swap_aouthdr_in()
630 aouthdr_int->text_start = in coff_swap_aouthdr_in()
632 aouthdr_int->data_start = in coff_swap_aouthdr_in()
[all …]
DpeXXigen.c456 struct internal_aouthdr *aouthdr_int in _bfd_XXi_swap_aouthdr_in() local
458 struct internal_extra_pe_aouthdr *a = &aouthdr_int->pe; in _bfd_XXi_swap_aouthdr_in()
460 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic); in _bfd_XXi_swap_aouthdr_in()
461 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp); in _bfd_XXi_swap_aouthdr_in()
462 aouthdr_int->tsize = GET_AOUTHDR_TSIZE (abfd, aouthdr_ext->tsize); in _bfd_XXi_swap_aouthdr_in()
463 aouthdr_int->dsize = GET_AOUTHDR_DSIZE (abfd, aouthdr_ext->dsize); in _bfd_XXi_swap_aouthdr_in()
464 aouthdr_int->bsize = GET_AOUTHDR_BSIZE (abfd, aouthdr_ext->bsize); in _bfd_XXi_swap_aouthdr_in()
465 aouthdr_int->entry = GET_AOUTHDR_ENTRY (abfd, aouthdr_ext->entry); in _bfd_XXi_swap_aouthdr_in()
466 aouthdr_int->text_start = in _bfd_XXi_swap_aouthdr_in()
471 aouthdr_int->data_start = in _bfd_XXi_swap_aouthdr_in()
[all …]
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcoffswap.h620 struct internal_aouthdr *aouthdr_int; in coff_swap_aouthdr_in() local
623 aouthdr_int = (struct internal_aouthdr *) aouthdr_int1; in coff_swap_aouthdr_in()
624 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic); in coff_swap_aouthdr_in()
625 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp); in coff_swap_aouthdr_in()
626 aouthdr_int->tsize = GET_AOUTHDR_TSIZE (abfd, aouthdr_ext->tsize); in coff_swap_aouthdr_in()
627 aouthdr_int->dsize = GET_AOUTHDR_DSIZE (abfd, aouthdr_ext->dsize); in coff_swap_aouthdr_in()
628 aouthdr_int->bsize = GET_AOUTHDR_BSIZE (abfd, aouthdr_ext->bsize); in coff_swap_aouthdr_in()
629 aouthdr_int->entry = GET_AOUTHDR_ENTRY (abfd, aouthdr_ext->entry); in coff_swap_aouthdr_in()
630 aouthdr_int->text_start = in coff_swap_aouthdr_in()
632 aouthdr_int->data_start = in coff_swap_aouthdr_in()
[all …]
DpeXXigen.c456 struct internal_aouthdr *aouthdr_int in _bfd_XXi_swap_aouthdr_in() local
458 struct internal_extra_pe_aouthdr *a = &aouthdr_int->pe; in _bfd_XXi_swap_aouthdr_in()
460 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic); in _bfd_XXi_swap_aouthdr_in()
461 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp); in _bfd_XXi_swap_aouthdr_in()
462 aouthdr_int->tsize = GET_AOUTHDR_TSIZE (abfd, aouthdr_ext->tsize); in _bfd_XXi_swap_aouthdr_in()
463 aouthdr_int->dsize = GET_AOUTHDR_DSIZE (abfd, aouthdr_ext->dsize); in _bfd_XXi_swap_aouthdr_in()
464 aouthdr_int->bsize = GET_AOUTHDR_BSIZE (abfd, aouthdr_ext->bsize); in _bfd_XXi_swap_aouthdr_in()
465 aouthdr_int->entry = GET_AOUTHDR_ENTRY (abfd, aouthdr_ext->entry); in _bfd_XXi_swap_aouthdr_in()
466 aouthdr_int->text_start = in _bfd_XXi_swap_aouthdr_in()
471 aouthdr_int->data_start = in _bfd_XXi_swap_aouthdr_in()
[all …]