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

/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcoffswap.h677 struct internal_aouthdr *aouthdr_in = (struct internal_aouthdr *) in; local
680 H_PUT_16 (abfd, aouthdr_in->magic, aouthdr_out->magic);
681 H_PUT_16 (abfd, aouthdr_in->vstamp, aouthdr_out->vstamp);
682 PUT_AOUTHDR_TSIZE (abfd, aouthdr_in->tsize, aouthdr_out->tsize);
683 PUT_AOUTHDR_DSIZE (abfd, aouthdr_in->dsize, aouthdr_out->dsize);
684 PUT_AOUTHDR_BSIZE (abfd, aouthdr_in->bsize, aouthdr_out->bsize);
685 PUT_AOUTHDR_ENTRY (abfd, aouthdr_in->entry, aouthdr_out->entry);
686 PUT_AOUTHDR_TEXT_START (abfd, aouthdr_in->text_start,
688 PUT_AOUTHDR_DATA_START (abfd, aouthdr_in->data_start,
692 H_PUT_32 (abfd, aouthdr_in
[all...]
H A DpeXXigen.c535 struct internal_aouthdr *aouthdr_in = (struct internal_aouthdr *) in;
561 if (aouthdr_in->tsize)
563 aouthdr_in->text_start -= ib;
565 aouthdr_in->text_start &= 0xffffffff;
569 if (aouthdr_in->dsize)
571 aouthdr_in->data_start -= ib;
573 aouthdr_in->data_start &= 0xffffffff;
577 if (aouthdr_in->entry)
579 aouthdr_in->entry -= ib;
581 aouthdr_in
534 struct internal_aouthdr *aouthdr_in = (struct internal_aouthdr *) in; local
[all...]

Completed in 55 milliseconds