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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffswap.h604 AOUTHDR *aouthdr_ext; local
607 aouthdr_ext = (AOUTHDR *) aouthdr_ext1;
609 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic);
610 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp);
611 aouthdr_int->tsize = GET_AOUTHDR_TSIZE (abfd, aouthdr_ext->tsize);
612 aouthdr_int->dsize = GET_AOUTHDR_DSIZE (abfd, aouthdr_ext->dsize);
613 aouthdr_int->bsize = GET_AOUTHDR_BSIZE (abfd, aouthdr_ext->bsize);
614 aouthdr_int->entry = GET_AOUTHDR_ENTRY (abfd, aouthdr_ext->entry);
616 GET_AOUTHDR_TEXT_START (abfd, aouthdr_ext->text_start);
618 GET_AOUTHDR_DATA_START (abfd, aouthdr_ext
[all...]
H A DpeXXigen.c393 AOUTHDR * aouthdr_ext = (AOUTHDR *) aouthdr_ext1;
398 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic);
399 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp);
400 aouthdr_int->tsize = GET_AOUTHDR_TSIZE (abfd, aouthdr_ext->tsize);
401 aouthdr_int->dsize = GET_AOUTHDR_DSIZE (abfd, aouthdr_ext->dsize);
402 aouthdr_int->bsize = GET_AOUTHDR_BSIZE (abfd, aouthdr_ext->bsize);
403 aouthdr_int->entry = GET_AOUTHDR_ENTRY (abfd, aouthdr_ext->entry);
405 GET_AOUTHDR_TEXT_START (abfd, aouthdr_ext->text_start);
409 GET_AOUTHDR_DATA_START (abfd, aouthdr_ext->data_start);
414 a->MajorLinkerVersion = H_GET_8 (abfd, aouthdr_ext
392 AOUTHDR * aouthdr_ext = (AOUTHDR *) aouthdr_ext1; local
[all...]

Completed in 54 milliseconds