Home | History | Annotate | Download | only in bfd

Lines Matching refs:H_GET_16

50   H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno)
54 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size)
70 H_GET_16 (abfd, ext->x_scn.x_nreloc)
74 H_GET_16 (abfd, ext->x_scn.x_nlinno)
90 H_GET_16 (abfd, ext->l_lnno);
181 #define GET_SCNHDR_NRELOC H_GET_16
190 #define GET_SCNHDR_NLNNO H_GET_16
222 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
260 filehdr_dst->f_magic = H_GET_16 (abfd, filehdr_src->f_magic);
261 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src->f_nscns);
265 filehdr_dst->f_opthdr = H_GET_16 (abfd, filehdr_src->f_opthdr);
266 filehdr_dst->f_flags = H_GET_16 (abfd, filehdr_src->f_flags);
268 filehdr_dst->f_target_id = H_GET_16 (abfd, filehdr_src->f_target_id);
325 in->n_scnum = H_GET_16 (abfd, ext->e_scnum);
327 in->n_type = H_GET_16 (abfd, ext->e_type);
444 in->x_sym.x_tvndx = H_GET_16 (abfd, ext->x_sym.x_tvndx);
459 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[0]);
461 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[1]);
463 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[2]);
465 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[3]);
610 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic);
611 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp);
638 aouthdr_int->o_snentry = H_GET_16 (abfd, aouthdr_ext->o_snentry);
639 aouthdr_int->o_sntext = H_GET_16 (abfd, aouthdr_ext->o_sntext);
640 aouthdr_int->o_sndata = H_GET_16 (abfd, aouthdr_ext->o_sndata);
641 aouthdr_int->o_sntoc = H_GET_16 (abfd, aouthdr_ext->o_sntoc);
642 aouthdr_int->o_snloader = H_GET_16 (abfd, aouthdr_ext->o_snloader);
643 aouthdr_int->o_snbss = H_GET_16 (abfd, aouthdr_ext->o_snbss);
644 aouthdr_int->o_algntext = H_GET_16 (abfd, aouthdr_ext->o_algntext);
645 aouthdr_int->o_algndata = H_GET_16 (abfd, aouthdr_ext->o_algndata);
646 aouthdr_int->o_modtype = H_GET_16 (abfd, aouthdr_ext->o_modtype);
647 aouthdr_int->o_cputype = H_GET_16 (abfd, aouthdr_ext->o_cputype);