Home
last modified time | relevance | path

Searched refs:H_GET_8 (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDelf64-mips.c1685 dst->r_ssym = H_GET_8 (abfd, src->r_ssym); in mips_elf64_swap_reloc_in()
1686 dst->r_type3 = H_GET_8 (abfd, src->r_type3); in mips_elf64_swap_reloc_in()
1687 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloc_in()
1688 dst->r_type = H_GET_8 (abfd, src->r_type); in mips_elf64_swap_reloc_in()
1700 dst->r_ssym = H_GET_8 (abfd, src->r_ssym); in mips_elf64_swap_reloca_in()
1701 dst->r_type3 = H_GET_8 (abfd, src->r_type3); in mips_elf64_swap_reloca_in()
1702 dst->r_type2 = H_GET_8 (abfd, src->r_type2); in mips_elf64_swap_reloca_in()
1703 dst->r_type = H_GET_8 (abfd, src->r_type); in mips_elf64_swap_reloca_in()
HDpeXXigen.c116 in->n_sclass = H_GET_8 (abfd, ext->e_sclass); in _bfd_XXi_swap_sym_in()
117 in->n_numaux = H_GET_8 (abfd, ext->e_numaux); in _bfd_XXi_swap_sym_in()
254 in->x_scn.x_comdat = H_GET_8 (abfd, ext->x_scn.x_comdat); in _bfd_XXi_swap_aux_in()
413 a->MajorLinkerVersion = H_GET_8 (abfd, aouthdr_ext->vstamp); in _bfd_XXi_swap_aouthdr_in()
414 a->MinorLinkerVersion = H_GET_8 (abfd, aouthdr_ext->vstamp + 1); in _bfd_XXi_swap_aouthdr_in()
HDaoutx.h1706 in->other = H_GET_8 (abfd, ext->e_other); in NAME()
1707 in->type = H_GET_8 (abfd, ext->e_type); in NAME()
2972 type = H_GET_8 (abfd, p->e_type); in aout_link_add_symbols()
3197 int type = H_GET_8 (abfd, p->e_type); in aout_link_check_ar_symbols()
4474 type = H_GET_8 (input_bfd, sym->e_type); in aout_link_input_section_ext()
4781 type = H_GET_8 (input_bfd, sym->e_type); in aout_link_write_symbols()
5052 incl_type = H_GET_8 (input_bfd, incl_sym->e_type); in aout_link_write_symbols()
5120 incl_type = H_GET_8 (input_bfd, incl_sym->e_type); in aout_link_write_symbols()
5142 H_PUT_8 (output_bfd, H_GET_8 (input_bfd, sym->e_other), outsym->e_other); in aout_link_write_symbols()
HDecoffswap.h347 intern->gp_prologue = H_GET_8 (abfd, ext->p_gp_prologue); in ecoff_swap_pdr_in()
368 intern->localoff = H_GET_8 (abfd, ext->p_localoff); in ecoff_swap_pdr_in()
HDcoff64-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);
HDcoffswap.h331 in->n_sclass = H_GET_8 (abfd, ext->e_sclass); in coff_swap_sym_in()
332 in->n_numaux = H_GET_8 (abfd, ext->e_numaux); in coff_swap_sym_in()
HDlibaout.h45 #define H_GET_8 bfd_h_get_8 macro
HDelfcode.h186 dst->st_info = H_GET_8 (abfd, src->st_info); in elf_swap_symbol_in()
187 dst->st_other = H_GET_8 (abfd, src->st_other); in elf_swap_symbol_in()
HDcoff-rs6000.c350 in->n_sclass = H_GET_8 (abfd, ext->e_sclass);
351 in->n_numaux = H_GET_8 (abfd, ext->e_numaux);
429 in->x_csect.x_smtyp = H_GET_8 (abfd, ext->x_csect.x_smtyp);
430 in->x_csect.x_smclas = H_GET_8 (abfd, ext->x_csect.x_smclas);
HDbfd-in2.h1136 #define H_GET_8 bfd_h_get_8 macro
HDelfxx-mips.c1677 in->kind = H_GET_8 (abfd, ex->kind); in bfd_mips_elf_swap_options_in()
1678 in->size = H_GET_8 (abfd, ex->size); in bfd_mips_elf_swap_options_in()
HDChangeLog-00012383 H_GET_64, H_GET_32, H_GET_16, H_GET_8,
/NextBSD/contrib/binutils/include/coff/
HDti.h231 (COFF2_P (ABFD) ? H_GET_16 (ABFD, LOC) : (unsigned) H_GET_8 (ABFD, (LOC) - 7))
/NextBSD/gnu/usr.bin/binutils/libbfd/
HDbfd.h1142 #define H_GET_8 bfd_h_get_8 macro