Home | History | Annotate | Download | only in bfd

Lines Matching refs:H_GET_16

5657   filehdr_dst->f_magic  = H_GET_16 (abfd, filehdr_src->Machine);
5667 if (H_GET_16 (abfd, filehdr_src->Sig1) != IMAGE_FILE_MACHINE_UNKNOWN
5668 || H_GET_16 (abfd, filehdr_src->Sig2) != 0xffff
5669 || H_GET_16 (abfd, filehdr_src->Version) != 2
5721 in->n_type = H_GET_16 (abfd, ext->e_type);
5788 H_GET_16 (abfd, ext->Section.NumberOfRelocations);
5790 H_GET_16 (abfd, ext->Section.NumberOfLinenumbers);
5792 in->x_scn.x_associated = H_GET_16 (abfd, ext->Section.Number)
5793 | (H_GET_16 (abfd, ext->Section.HighNumber) << 16);