Lines Matching refs:H_GET_16

51   H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno)
55 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size)
71 H_GET_16 (abfd, ext->x_scn.x_nreloc)
75 H_GET_16 (abfd, ext->x_scn.x_nlinno)
91 H_GET_16 (abfd, ext->l_lnno);
182 #define GET_SCNHDR_NRELOC H_GET_16
191 #define GET_SCNHDR_NLNNO H_GET_16
247 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
290 filehdr_dst->f_magic = H_GET_16 (abfd, filehdr_src->f_magic);
291 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src->f_nscns);
295 filehdr_dst->f_opthdr = H_GET_16 (abfd, filehdr_src->f_opthdr);
296 filehdr_dst->f_flags = H_GET_16 (abfd, filehdr_src->f_flags);
298 filehdr_dst->f_target_id = H_GET_16 (abfd, filehdr_src->f_target_id);
360 in->n_scnum = H_GET_16 (abfd, ext->e_scnum);
363 in->n_type = H_GET_16 (abfd, ext->e_type);
491 in->x_sym.x_tvndx = H_GET_16 (abfd, ext->x_sym.x_tvndx);
505 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[0]);
507 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[1]);
509 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[2]);
511 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[3]);
667 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic);
668 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp);
695 aouthdr_int->o_snentry = H_GET_16 (abfd, aouthdr_ext->o_snentry);
696 aouthdr_int->o_sntext = H_GET_16 (abfd, aouthdr_ext->o_sntext);
697 aouthdr_int->o_sndata = H_GET_16 (abfd, aouthdr_ext->o_sndata);
698 aouthdr_int->o_sntoc = H_GET_16 (abfd, aouthdr_ext->o_sntoc);
699 aouthdr_int->o_snloader = H_GET_16 (abfd, aouthdr_ext->o_snloader);
700 aouthdr_int->o_snbss = H_GET_16 (abfd, aouthdr_ext->o_snbss);
701 aouthdr_int->o_algntext = H_GET_16 (abfd, aouthdr_ext->o_algntext);
702 aouthdr_int->o_algndata = H_GET_16 (abfd, aouthdr_ext->o_algndata);
703 aouthdr_int->o_modtype = H_GET_16 (abfd, aouthdr_ext->o_modtype);
704 aouthdr_int->o_cputype = H_GET_16 (abfd, aouthdr_ext->o_cputype);