Searched refs:H_GET_8 (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
H A Delf64-mips.c1688 dst->r_ssym = H_GET_8 (abfd, src->r_ssym);
1689 dst->r_type3 = H_GET_8 (abfd, src->r_type3);
1690 dst->r_type2 = H_GET_8 (abfd, src->r_type2);
1691 dst->r_type = H_GET_8 (abfd, src->r_type);
1703 dst->r_ssym = H_GET_8 (abfd, src->r_ssym);
1704 dst->r_type3 = H_GET_8 (abfd, src->r_type3);
1705 dst->r_type2 = H_GET_8 (abfd, src->r_type2);
1706 dst->r_type = H_GET_8 (abfd, src->r_type);
H A Dcoffswap.h331 in->n_sclass = H_GET_8 (abfd, ext->e_sclass);
332 in->n_numaux = H_GET_8 (abfd, ext->e_numaux);
H A Decoffswap.h347 intern->gp_prologue = H_GET_8 (abfd, ext->p_gp_prologue);
368 intern->localoff = H_GET_8 (abfd, ext->p_localoff);
H A DpeXXigen.c117 in->n_sclass = H_GET_8 (abfd, ext->e_sclass);
118 in->n_numaux = H_GET_8 (abfd, ext->e_numaux);
255 in->x_scn.x_comdat = H_GET_8 (abfd, ext->x_scn.x_comdat);
414 a->MajorLinkerVersion = H_GET_8 (abfd, aouthdr_ext->vstamp);
415 a->MinorLinkerVersion = H_GET_8 (abfd, aouthdr_ext->vstamp + 1);
H A Daoutx.h1708 in->other = H_GET_8 (abfd, ext->e_other);
1709 in->type = H_GET_8 (abfd, ext->e_type);
2980 type = H_GET_8 (abfd, p->e_type);
3205 int type = H_GET_8 (abfd, p->e_type);
4483 type = H_GET_8 (input_bfd, sym->e_type);
4790 type = H_GET_8 (input_bfd, sym->e_type);
5061 incl_type = H_GET_8 (input_bfd, incl_sym->e_type);
5129 incl_type = H_GET_8 (input_bfd, incl_sym->e_type);
5151 H_PUT_8 (output_bfd, H_GET_8 (input_bfd, sym->e_other), outsym->e_other);
H A Dcoff64-rs6000.c328 in->n_sclass = H_GET_8 (abfd, ext->e_sclass);
329 in->n_numaux = H_GET_8 (abfd, ext->e_numaux);
395 in->x_csect.x_smtyp = H_GET_8 (abfd, ext->x_csect.x_smtyp);
396 in->x_csect.x_smclas = H_GET_8 (abfd, ext->x_csect.x_smclas);
H A Dlibaout.h45 #define H_GET_8 bfd_h_get_8 macro
H A Delfcode.h187 dst->st_info = H_GET_8 (abfd, src->st_info);
188 dst->st_other = H_GET_8 (abfd, src->st_other);
H A Dcoff-rs6000.c351 in->n_sclass = H_GET_8 (abfd, ext->e_sclass);
352 in->n_numaux = H_GET_8 (abfd, ext->e_numaux);
430 in->x_csect.x_smtyp = H_GET_8 (abfd, ext->x_csect.x_smtyp);
431 in->x_csect.x_smclas = H_GET_8 (abfd, ext->x_csect.x_smclas);
H A Dbfd-in2.h1143 #define H_GET_8 bfd_h_get_8
1136 #define H_GET_8 macro
H A Delfxx-mips.c1687 in->kind = H_GET_8 (abfd, ex->kind);
1688 in->size = H_GET_8 (abfd, ex->size);
/freebsd-10-stable/contrib/binutils/include/coff/
H A Dti.h231 (COFF2_P (ABFD) ? H_GET_16 (ABFD, LOC) : (unsigned) H_GET_8 (ABFD, (LOC) - 7))
/freebsd-10-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1149 #define H_GET_8 bfd_h_get_8
1142 #define H_GET_8 macro

Completed in 326 milliseconds