Searched refs:H_GET_16 (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffswap.h51 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
223 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
261 filehdr_dst->f_magic = H_GET_16 (abfd, filehdr_src->f_magic);
262 filehdr_dst->f_nscns = H_GET_16 (abf
[all...]
H A Dlibpei.h76 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno)
80 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size)
96 H_GET_16 (abfd, ext->x_scn.x_nreloc)
100 H_GET_16 (abfd, ext->x_scn.x_nlinno)
116 H_GET_16 (abfd, ext->l_lnno);
H A Dpeicode.h134 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
166 filehdr_dst->f_magic = H_GET_16 (abfd, filehdr_src->f_magic);
167 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src->f_nscns);
170 filehdr_dst->f_flags = H_GET_16 (abfd, filehdr_src->f_flags);
181 filehdr_dst->f_opthdr = H_GET_16 (abfd, filehdr_src-> f_opthdr);
214 scnhdr_int->s_nlnno = (H_GET_16 (abfd, scnhdr_ext->s_nlnno)
215 + (H_GET_16 (abfd, scnhdr_ext->s_nreloc) << 16));
218 scnhdr_int->s_nreloc = H_GET_16 (abfd, scnhdr_ext->s_nreloc);
219 scnhdr_int->s_nlnno = H_GET_16 (abfd, scnhdr_ext->s_nlnno);
1086 version = H_GET_16 (abf
[all...]
H A Dcoff-ia64.c99 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC)
H A DpeXXigen.c110 in->n_scnum = H_GET_16 (abfd, ext->e_scnum);
113 in->n_type = H_GET_16 (abfd, ext->e_type);
254 in->x_scn.x_associated = H_GET_16 (abfd, ext->x_scn.x_associated);
262 in->x_sym.x_tvndx = H_GET_16 (abfd, ext->x_sym.x_tvndx);
272 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[0]);
274 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[1]);
276 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[2]);
278 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[3]);
398 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic);
399 aouthdr_int->vstamp = H_GET_16 (abf
[all...]
H A Delfcode.h189 dst->st_shndx = H_GET_16 (abfd, src->st_shndx);
236 dst->e_type = H_GET_16 (abfd, src->e_type);
237 dst->e_machine = H_GET_16 (abfd, src->e_machine);
246 dst->e_ehsize = H_GET_16 (abfd, src->e_ehsize);
247 dst->e_phentsize = H_GET_16 (abfd, src->e_phentsize);
248 dst->e_phnum = H_GET_16 (abfd, src->e_phnum);
249 dst->e_shentsize = H_GET_16 (abfd, src->e_shentsize);
250 dst->e_shnum = H_GET_16 (abfd, src->e_shnum);
251 dst->e_shstrndx = H_GET_16 (abfd, src->e_shstrndx);
H A Dlibaout.h44 #define H_GET_16 bfd_h_get_16 macro
69 #define GET_WORD H_GET_16
71 #define GET_MAGIC H_GET_16
H A Decoffswap.h202 intern->ipdFirst = H_GET_16 (abfd, ext->f_ipdFirst);
203 intern->cpd = H_GET_16 (abfd, ext->f_cpd);
335 intern->framereg = H_GET_16 (abfd, ext->p_framereg);
336 intern->pcreg = H_GET_16 (abfd, ext->p_pcreg);
H A Dcoff-rs6000.c349 in->n_scnum = H_GET_16 (abfd, ext->e_scnum);
350 in->n_type = H_GET_16 (abfd, ext->e_type);
426 in->x_csect.x_snhash = H_GET_16 (abfd, ext->x_csect.x_snhash);
433 in->x_csect.x_snstab = H_GET_16 (abfd, ext->x_csect.x_snstab);
444 in->x_scn.x_nreloc = H_GET_16 (abfd, ext->x_scn.x_nreloc);
445 in->x_scn.x_nlinno = H_GET_16 (abfd, ext->x_scn.x_nlinno);
458 in->x_sym.x_tvndx = H_GET_16 (abfd, ext->x_sym.x_tvndx);
470 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[0]);
472 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[1]);
474 H_GET_16 (abf
[all...]
H A Dcoff64-rs6000.c326 in->n_scnum = H_GET_16 (abfd, ext->e_scnum);
327 in->n_type = H_GET_16 (abfd, ext->e_type);
391 in->x_csect.x_snhash = H_GET_16 (abfd, ext->x_csect.x_snhash);
434 = H_GET_16 (abfd, ext->x_sym.x_fcnary.x_lnsz.x_size);
H A Dpe-mips.c525 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
H A Delf.c65 dst->vd_version = H_GET_16 (abfd, src->vd_version);
66 dst->vd_flags = H_GET_16 (abfd, src->vd_flags);
67 dst->vd_ndx = H_GET_16 (abfd, src->vd_ndx);
68 dst->vd_cnt = H_GET_16 (abfd, src->vd_cnt);
119 dst->vn_version = H_GET_16 (abfd, src->vn_version);
120 dst->vn_cnt = H_GET_16 (abfd, src->vn_cnt);
148 dst->vna_flags = H_GET_16 (abfd, src->vna_flags);
149 dst->vna_other = H_GET_16 (abfd, src->vna_other);
175 dst->vs_vers = H_GET_16 (abfd, src->vs_vers);
H A Darchive.c1003 ardata->symdef_count = H_GET_16 (abfd, raw_armap);
H A Daoutx.h1707 in->desc = H_GET_16 (abfd, ext->e_desc);
5152 H_PUT_16 (output_bfd, H_GET_16 (input_bfd, sym->e_desc), outsym->e_desc);
H A Dbfd-in2.h1142 #define H_GET_16 bfd_h_get_16
1135 #define H_GET_16 macro
H A Delfxx-mips.c1689 in->section = H_GET_16 (abfd, ex->section);
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dti.h106 H_GET_16 (abfd, ((FILHDR *)(src))->f_target_id); \
219 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, LOC))
223 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, (LOC) - 2))
227 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, (LOC) - 4))
231 (COFF2_P (ABFD) ? H_GET_16 (ABFD, LOC) : (unsigned) H_GET_8 (ABFD, (LOC) - 7))
396 (H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) / (class != C_FIELD ? 8 : 1))
H A Dexternal.h134 #define GET_LINENO_LNNO(abfd, ext) H_GET_16 (abfd, (ext->l_lnno))
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1148 #define H_GET_16 bfd_h_get_16
1141 #define H_GET_16 macro

Completed in 500 milliseconds