| /netbsd/src/external/gpl3/binutils/dist/include/coff/ |
| D | ti.h | 290 H_PUT_8 (ABFD, VAL, ptr - 7); \ 291 H_PUT_8 (ABFD, 0, ptr - 8); \ 310 : H_PUT_8 (ABFD, VAL, (LOC) - 7), H_PUT_8 (ABFD, 0, (LOC) - 8))
|
| /netbsd/src/external/gpl3/gdb/dist/include/coff/ |
| D | ti.h | 290 H_PUT_8 (ABFD, VAL, ptr - 7); \ 291 H_PUT_8 (ABFD, 0, ptr - 8); \ 310 : H_PUT_8 (ABFD, VAL, (LOC) - 7), H_PUT_8 (ABFD, 0, (LOC) - 8))
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | coffswap.h | 390 H_PUT_8 (abfd, in->n_sclass, ext->e_sclass); in coff_swap_sym_out() 391 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in coff_swap_sym_out() 719 H_PUT_8 (abfd, 0, aouthdr_out->o_textpsize); in coff_swap_aouthdr_out() 720 H_PUT_8 (abfd, 0, aouthdr_out->o_datapsize); in coff_swap_aouthdr_out() 721 H_PUT_8 (abfd, 0, aouthdr_out->o_stackpsize); in coff_swap_aouthdr_out() 722 H_PUT_8 (abfd, aouthdr_in->o_flags, aouthdr_out->o_flags); in coff_swap_aouthdr_out()
|
| D | coff64-rs6000.c | 359 H_PUT_8 (abfd, in->n_sclass, ext->e_sclass); in _bfd_xcoff64_swap_sym_out() 360 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in _bfd_xcoff64_swap_sym_out() 511 H_PUT_8 (abfd, in->x_file.x_ftype, ext->x_file.x_ftype); in _bfd_xcoff64_swap_aux_out() 512 H_PUT_8 (abfd, _AUX_FILE, ext->x_file.x_auxtype); in _bfd_xcoff64_swap_aux_out() 536 H_PUT_8 (abfd, in->x_csect.x_smtyp, ext->x_csect.x_smtyp); in _bfd_xcoff64_swap_aux_out() 537 H_PUT_8 (abfd, in->x_csect.x_smclas, ext->x_csect.x_smclas); in _bfd_xcoff64_swap_aux_out() 538 H_PUT_8 (abfd, _AUX_CSECT, ext->x_csect.x_auxtype); in _bfd_xcoff64_swap_aux_out() 547 H_PUT_8 (abfd, _AUX_FCN, ext->x_csect.x_auxtype); in _bfd_xcoff64_swap_aux_out() 562 H_PUT_8 (abfd, _AUX_SYM, ext->x_sym.x_auxtype); in _bfd_xcoff64_swap_aux_out() 568 H_PUT_8 (abfd, _AUX_SECT, ext->x_sect.x_auxtype); in _bfd_xcoff64_swap_aux_out()
|
| D | elf64-mips.c | 3256 H_PUT_8 (abfd, src->r_ssym, dst->r_ssym); in mips_elf64_swap_reloc_out() 3257 H_PUT_8 (abfd, src->r_type3, dst->r_type3); in mips_elf64_swap_reloc_out() 3258 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloc_out() 3259 H_PUT_8 (abfd, src->r_type, dst->r_type); in mips_elf64_swap_reloc_out() 3270 H_PUT_8 (abfd, src->r_ssym, dst->r_ssym); in mips_elf64_swap_reloca_out() 3271 H_PUT_8 (abfd, src->r_type3, dst->r_type3); in mips_elf64_swap_reloca_out() 3272 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloca_out() 3273 H_PUT_8 (abfd, src->r_type, dst->r_type); in mips_elf64_swap_reloca_out()
|
| D | pdp11.c | 1742 H_PUT_8 (abfd, 0, nsp.e_ovly); in NAME() 1743 H_PUT_8 (abfd, aout_symbol (g)->type, nsp.e_type); in NAME() 1748 H_PUT_8 (abfd, 0, nsp.e_ovly); in NAME() 1749 H_PUT_8 (abfd, 0, nsp.e_type); in NAME() 3122 H_PUT_8 (output_bfd, type, outsym.e_type); in aout_link_write_other_symbol() 3123 H_PUT_8 (output_bfd, 0, outsym.e_ovly); in aout_link_write_other_symbol() 4143 H_PUT_8 (output_bfd, N_TEXT, outsym->e_type); in aout_link_write_symbols() 4144 H_PUT_8 (output_bfd, 0, outsym->e_ovly); in aout_link_write_symbols() 4569 H_PUT_8 (output_bfd, type, outsym->e_type); in aout_link_write_symbols() 4570 H_PUT_8 (output_bfd, H_GET_8 (input_bfd, sym->e_ovly), outsym->e_ovly); in aout_link_write_symbols()
|
| D | aoutx.h | 1875 H_PUT_8 (abfd, aout_symbol (g)->other, nsp.e_other); in NAME() 1876 H_PUT_8 (abfd, aout_symbol (g)->type, nsp.e_type); in NAME() 1881 H_PUT_8 (abfd, 0, nsp.e_other); in NAME() 1882 H_PUT_8 (abfd, 0, nsp.e_type); in NAME() 3693 H_PUT_8 (output_bfd, type, outsym.e_type); in aout_link_write_other_symbol() 3694 H_PUT_8 (output_bfd, 0, outsym.e_other); in aout_link_write_other_symbol() 4831 H_PUT_8 (output_bfd, N_TEXT, outsym->e_type); in aout_link_write_symbols() 4832 H_PUT_8 (output_bfd, 0, outsym->e_other); in aout_link_write_symbols() 5237 H_PUT_8 (output_bfd, type, outsym->e_type); in aout_link_write_symbols() 5238 H_PUT_8 (output_bfd, H_GET_8 (input_bfd, sym->e_other), outsym->e_other); in aout_link_write_symbols()
|
| D | ecoffswap.h | 405 H_PUT_8 (abfd, intern->gp_prologue, ext->p_gp_prologue); in ecoff_swap_pdr_out() 429 H_PUT_8 (abfd, intern->localoff, ext->p_localoff); in ecoff_swap_pdr_out()
|
| D | libaout.h | 36 #define H_PUT_8 bfd_h_put_8 macro
|
| D | coff-rs6000.c | 467 H_PUT_8 (abfd, in->n_sclass, ext->e_sclass); in _bfd_xcoff_swap_sym_out() 468 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in _bfd_xcoff_swap_sym_out() 585 H_PUT_8 (abfd, in->x_file.x_ftype, ext->x_file.x_ftype); in _bfd_xcoff_swap_aux_out() 600 H_PUT_8 (abfd, in->x_csect.x_smtyp, ext->x_csect.x_smtyp); in _bfd_xcoff_swap_aux_out() 601 H_PUT_8 (abfd, in->x_csect.x_smclas, ext->x_csect.x_smclas); in _bfd_xcoff_swap_aux_out()
|
| D | peXXigen.c | 272 H_PUT_8 (abfd, in->n_sclass, ext->e_sclass); in _bfd_XXi_swap_sym_out() 273 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in _bfd_XXi_swap_sym_out() 390 H_PUT_8 (abfd, in->x_scn.x_comdat, ext->x_scn.x_comdat); in _bfd_XXi_swap_aux_out() 716 H_PUT_8 (abfd, extra->MajorLinkerVersion, in _bfd_XXi_swap_aouthdr_out() 718 H_PUT_8 (abfd, extra->MinorLinkerVersion, in _bfd_XXi_swap_aouthdr_out()
|
| D | elfcode.h | 218 H_PUT_8 (abfd, src->st_info, dst->st_info); in elf_swap_symbol_out() 219 H_PUT_8 (abfd, src->st_other, dst->st_other); in elf_swap_symbol_out()
|
| D | coffcode.h | 5822 H_PUT_8 (abfd, in->n_sclass, ext->e_sclass); in coff_bigobj_swap_sym_out() 5823 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in coff_bigobj_swap_sym_out() 5910 H_PUT_8 (abfd, in->x_scn.x_comdat, ext->Section.Selection); in coff_bigobj_swap_aux_out()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | coffswap.h | 390 H_PUT_8 (abfd, in->n_sclass, ext->e_sclass); in coff_swap_sym_out() 391 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in coff_swap_sym_out() 719 H_PUT_8 (abfd, 0, aouthdr_out->o_textpsize); in coff_swap_aouthdr_out() 720 H_PUT_8 (abfd, 0, aouthdr_out->o_datapsize); in coff_swap_aouthdr_out() 721 H_PUT_8 (abfd, 0, aouthdr_out->o_stackpsize); in coff_swap_aouthdr_out() 722 H_PUT_8 (abfd, aouthdr_in->o_flags, aouthdr_out->o_flags); in coff_swap_aouthdr_out()
|
| D | coff64-rs6000.c | 359 H_PUT_8 (abfd, in->n_sclass, ext->e_sclass); in _bfd_xcoff64_swap_sym_out() 360 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in _bfd_xcoff64_swap_sym_out() 511 H_PUT_8 (abfd, in->x_file.x_ftype, ext->x_file.x_ftype); in _bfd_xcoff64_swap_aux_out() 512 H_PUT_8 (abfd, _AUX_FILE, ext->x_file.x_auxtype); in _bfd_xcoff64_swap_aux_out() 536 H_PUT_8 (abfd, in->x_csect.x_smtyp, ext->x_csect.x_smtyp); in _bfd_xcoff64_swap_aux_out() 537 H_PUT_8 (abfd, in->x_csect.x_smclas, ext->x_csect.x_smclas); in _bfd_xcoff64_swap_aux_out() 538 H_PUT_8 (abfd, _AUX_CSECT, ext->x_csect.x_auxtype); in _bfd_xcoff64_swap_aux_out() 547 H_PUT_8 (abfd, _AUX_FCN, ext->x_csect.x_auxtype); in _bfd_xcoff64_swap_aux_out() 562 H_PUT_8 (abfd, _AUX_SYM, ext->x_sym.x_auxtype); in _bfd_xcoff64_swap_aux_out() 568 H_PUT_8 (abfd, _AUX_SECT, ext->x_sect.x_auxtype); in _bfd_xcoff64_swap_aux_out()
|
| D | elf64-mips.c | 3258 H_PUT_8 (abfd, src->r_ssym, dst->r_ssym); in mips_elf64_swap_reloc_out() 3259 H_PUT_8 (abfd, src->r_type3, dst->r_type3); in mips_elf64_swap_reloc_out() 3260 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloc_out() 3261 H_PUT_8 (abfd, src->r_type, dst->r_type); in mips_elf64_swap_reloc_out() 3272 H_PUT_8 (abfd, src->r_ssym, dst->r_ssym); in mips_elf64_swap_reloca_out() 3273 H_PUT_8 (abfd, src->r_type3, dst->r_type3); in mips_elf64_swap_reloca_out() 3274 H_PUT_8 (abfd, src->r_type2, dst->r_type2); in mips_elf64_swap_reloca_out() 3275 H_PUT_8 (abfd, src->r_type, dst->r_type); in mips_elf64_swap_reloca_out()
|
| D | pdp11.c | 1754 H_PUT_8 (abfd, 0, nsp.e_ovly); in NAME() 1755 H_PUT_8 (abfd, aout_symbol (g)->type, nsp.e_type); in NAME() 1760 H_PUT_8 (abfd, 0, nsp.e_ovly); in NAME() 1761 H_PUT_8 (abfd, 0, nsp.e_type); in NAME() 3149 H_PUT_8 (output_bfd, type, outsym.e_type); in aout_link_write_other_symbol() 3150 H_PUT_8 (output_bfd, 0, outsym.e_ovly); in aout_link_write_other_symbol() 4170 H_PUT_8 (output_bfd, N_TEXT, outsym->e_type); in aout_link_write_symbols() 4171 H_PUT_8 (output_bfd, 0, outsym->e_ovly); in aout_link_write_symbols() 4596 H_PUT_8 (output_bfd, type, outsym->e_type); in aout_link_write_symbols() 4597 H_PUT_8 (output_bfd, H_GET_8 (input_bfd, sym->e_ovly), outsym->e_ovly); in aout_link_write_symbols()
|
| D | aoutx.h | 1885 H_PUT_8 (abfd, aout_symbol (g)->other, nsp.e_other); in NAME() 1886 H_PUT_8 (abfd, aout_symbol (g)->type, nsp.e_type); in NAME() 1891 H_PUT_8 (abfd, 0, nsp.e_other); in NAME() 1892 H_PUT_8 (abfd, 0, nsp.e_type); in NAME() 3718 H_PUT_8 (output_bfd, type, outsym.e_type); in aout_link_write_other_symbol() 3719 H_PUT_8 (output_bfd, 0, outsym.e_other); in aout_link_write_other_symbol() 4856 H_PUT_8 (output_bfd, N_TEXT, outsym->e_type); in aout_link_write_symbols() 4857 H_PUT_8 (output_bfd, 0, outsym->e_other); in aout_link_write_symbols() 5262 H_PUT_8 (output_bfd, type, outsym->e_type); in aout_link_write_symbols() 5263 H_PUT_8 (output_bfd, H_GET_8 (input_bfd, sym->e_other), outsym->e_other); in aout_link_write_symbols()
|
| D | ecoffswap.h | 405 H_PUT_8 (abfd, intern->gp_prologue, ext->p_gp_prologue); in ecoff_swap_pdr_out() 429 H_PUT_8 (abfd, intern->localoff, ext->p_localoff); in ecoff_swap_pdr_out()
|
| D | libaout.h | 36 #define H_PUT_8 bfd_h_put_8 macro
|
| D | coff-rs6000.c | 467 H_PUT_8 (abfd, in->n_sclass, ext->e_sclass); in _bfd_xcoff_swap_sym_out() 468 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in _bfd_xcoff_swap_sym_out() 585 H_PUT_8 (abfd, in->x_file.x_ftype, ext->x_file.x_ftype); in _bfd_xcoff_swap_aux_out() 600 H_PUT_8 (abfd, in->x_csect.x_smtyp, ext->x_csect.x_smtyp); in _bfd_xcoff_swap_aux_out() 601 H_PUT_8 (abfd, in->x_csect.x_smclas, ext->x_csect.x_smclas); in _bfd_xcoff_swap_aux_out()
|
| D | peXXigen.c | 272 H_PUT_8 (abfd, in->n_sclass, ext->e_sclass); in _bfd_XXi_swap_sym_out() 273 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in _bfd_XXi_swap_sym_out() 390 H_PUT_8 (abfd, in->x_scn.x_comdat, ext->x_scn.x_comdat); in _bfd_XXi_swap_aux_out() 716 H_PUT_8 (abfd, extra->MajorLinkerVersion, in _bfd_XXi_swap_aouthdr_out() 718 H_PUT_8 (abfd, extra->MinorLinkerVersion, in _bfd_XXi_swap_aouthdr_out()
|
| D | elfcode.h | 218 H_PUT_8 (abfd, src->st_info, dst->st_info); in elf_swap_symbol_out() 219 H_PUT_8 (abfd, src->st_other, dst->st_other); in elf_swap_symbol_out()
|
| D | coffcode.h | 5822 H_PUT_8 (abfd, in->n_sclass, ext->e_sclass); in coff_bigobj_swap_sym_out() 5823 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux); in coff_bigobj_swap_sym_out() 5910 H_PUT_8 (abfd, in->x_scn.x_comdat, ext->Section.Selection); in coff_bigobj_swap_aux_out()
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/doc/ |
| D | libbfd.texi | 241 #define H_PUT_8 bfd_h_put_8
|