Searched refs:H_GET_8 (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/binutils/bfd/ |
| HD | elf64-mips.c | 1685 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()
|
| HD | peXXigen.c | 116 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()
|
| HD | aoutx.h | 1706 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()
|
| HD | ecoffswap.h | 347 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()
|
| HD | coff64-rs6000.c | 328 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);
|
| HD | coffswap.h | 331 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()
|
| HD | libaout.h | 45 #define H_GET_8 bfd_h_get_8 macro
|
| HD | elfcode.h | 186 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()
|
| HD | coff-rs6000.c | 350 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);
|
| HD | bfd-in2.h | 1136 #define H_GET_8 bfd_h_get_8 macro
|
| HD | elfxx-mips.c | 1677 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()
|
| HD | ChangeLog-0001 | 2383 H_GET_64, H_GET_32, H_GET_16, H_GET_8,
|
| /NextBSD/contrib/binutils/include/coff/ |
| HD | ti.h | 231 (COFF2_P (ABFD) ? H_GET_16 (ABFD, LOC) : (unsigned) H_GET_8 (ABFD, (LOC) - 7))
|
| /NextBSD/gnu/usr.bin/binutils/libbfd/ |
| HD | bfd.h | 1142 #define H_GET_8 bfd_h_get_8 macro
|