Searched refs:aouthdr_int (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | coffswap.h | 605 struct internal_aouthdr *aouthdr_int; in coff_swap_aouthdr_in() local 608 aouthdr_int = (struct internal_aouthdr *) aouthdr_int1; 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() 615 aouthdr_int->text_start = in coff_swap_aouthdr_in() 617 aouthdr_int->data_start = in coff_swap_aouthdr_in() [all …]
|
| HD | peXXigen.c | 393 struct internal_aouthdr *aouthdr_int in _bfd_XXi_swap_aouthdr_in() local 395 struct internal_extra_pe_aouthdr *a = &aouthdr_int->pe; in _bfd_XXi_swap_aouthdr_in() 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() 403 aouthdr_int->text_start = in _bfd_XXi_swap_aouthdr_in() 407 aouthdr_int->data_start = in _bfd_XXi_swap_aouthdr_in() [all …]
|