Home
last modified time | relevance | path

Searched refs:H_PUT_32 (Results 1 – 25 of 46) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dnlmswap.h105 H_PUT_32 (abfd, src->version, in nlm_swap_fixed_header_out()
107 H_PUT_32 (abfd, src->codeImageOffset, in nlm_swap_fixed_header_out()
109 H_PUT_32 (abfd, src->codeImageSize, in nlm_swap_fixed_header_out()
111 H_PUT_32 (abfd, src->dataImageOffset, in nlm_swap_fixed_header_out()
113 H_PUT_32 (abfd, src->dataImageSize, in nlm_swap_fixed_header_out()
115 H_PUT_32 (abfd, src->uninitializedDataSize, in nlm_swap_fixed_header_out()
117 H_PUT_32 (abfd, src->customDataOffset, in nlm_swap_fixed_header_out()
119 H_PUT_32 (abfd, src->customDataSize, in nlm_swap_fixed_header_out()
121 H_PUT_32 (abfd, src->moduleDependencyOffset, in nlm_swap_fixed_header_out()
123 H_PUT_32 (abfd, src->numberOfModuleDependencies, in nlm_swap_fixed_header_out()
[all …]
Dlibpei.h68 H_PUT_32(abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr)
72 H_PUT_32(abfd, in, ext->x_sym.x_fcnary.x_fcn.x_endndx)
104 H_PUT_32(abfd, in, ext->x_scn.x_scnlen)
128 #define PUT_FILEHDR_SYMPTR H_PUT_32
136 #define PUT_AOUTHDR_TSIZE H_PUT_32
142 #define PUT_AOUTHDR_DSIZE H_PUT_32
148 #define PUT_AOUTHDR_BSIZE H_PUT_32
154 #define PUT_AOUTHDR_ENTRY H_PUT_32
160 #define PUT_AOUTHDR_TEXT_START H_PUT_32
166 #define PUT_AOUTHDR_DATA_START H_PUT_32
[all …]
Dcoffswap.h43 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr)
47 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_endndx)
79 H_PUT_32 (abfd, in, ext->x_scn.x_scnlen)
103 #define PUT_FILEHDR_SYMPTR H_PUT_32
111 #define PUT_AOUTHDR_TSIZE H_PUT_32
117 #define PUT_AOUTHDR_DSIZE H_PUT_32
123 #define PUT_AOUTHDR_BSIZE H_PUT_32
129 #define PUT_AOUTHDR_ENTRY H_PUT_32
135 #define PUT_AOUTHDR_TEXT_START H_PUT_32
141 #define PUT_AOUTHDR_DATA_START H_PUT_32
[all …]
Decoffswap.h49 #define ECOFF_PUT_OFF H_PUT_32
148 H_PUT_32 (abfd, intern->ilineMax, ext->h_ilineMax); in ecoff_swap_hdr_out()
151 H_PUT_32 (abfd, intern->idnMax, ext->h_idnMax); in ecoff_swap_hdr_out()
153 H_PUT_32 (abfd, intern->ipdMax, ext->h_ipdMax); in ecoff_swap_hdr_out()
155 H_PUT_32 (abfd, intern->isymMax, ext->h_isymMax); in ecoff_swap_hdr_out()
157 H_PUT_32 (abfd, intern->ioptMax, ext->h_ioptMax); in ecoff_swap_hdr_out()
159 H_PUT_32 (abfd, intern->iauxMax, ext->h_iauxMax); in ecoff_swap_hdr_out()
161 H_PUT_32 (abfd, intern->issMax, ext->h_issMax); in ecoff_swap_hdr_out()
163 H_PUT_32 (abfd, intern->issExtMax, ext->h_issExtMax); in ecoff_swap_hdr_out()
165 H_PUT_32 (abfd, intern->ifdMax, ext->h_ifdMax); in ecoff_swap_hdr_out()
[all …]
DpeXXigen.c197 H_PUT_32 (abfd, 0, ext->e.e.e_zeroes); in _bfd_XXi_swap_sym_out()
198 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e.e.e_offset); in _bfd_XXi_swap_sym_out()
203 H_PUT_32 (abfd, in->n_value, ext->e_value); in _bfd_XXi_swap_sym_out()
209 H_PUT_32 (abfd, in->n_type, ext->e_type); in _bfd_XXi_swap_sym_out()
307 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes); in _bfd_XXi_swap_aux_out()
308 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset); in _bfd_XXi_swap_aux_out()
323 H_PUT_32 (abfd, in->x_scn.x_checksum, ext->x_scn.x_checksum); in _bfd_XXi_swap_aux_out()
331 H_PUT_32 (abfd, in->x_sym.x_tagndx.l, ext->x_sym.x_tagndx); in _bfd_XXi_swap_aux_out()
352 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize, ext->x_sym.x_misc.x_fsize); in _bfd_XXi_swap_aux_out()
377 H_PUT_32 (abfd, in->l_addr.l_symndx, ext->l_addr.l_symndx); in _bfd_XXi_swap_lineno_out()
[all …]
Dnlm32-alpha.c71 H_PUT_32 (abfd, NLM32_ALPHA_MAGIC, s.magic); in nlm_alpha_write_prefix()
72 H_PUT_32 (abfd, 2, s.format); in nlm_alpha_write_prefix()
73 H_PUT_32 (abfd, sizeof s, s.size); in nlm_alpha_write_prefix()
727 H_PUT_32 (abfd, r_symndx, ext.r_symndx); in nlm_alpha_write_import()
Dlibaout.h35 #define H_PUT_32 bfd_h_put_32 macro
61 #define PUT_MAGIC H_PUT_32
83 #define PUT_WORD H_PUT_32
84 #define PUT_MAGIC H_PUT_32
Dnlm32-ppc.c67 H_PUT_32 (abfd, NLM32_POWERPC_HEADER_VERSION, s.headerVersion); in nlm_powerpc_write_prefix()
68 H_PUT_32 (abfd, 0, s.origins); in nlm_powerpc_write_prefix()
771 H_PUT_32 (abfd, l_symndx, ext.l_symndx); in nlm_powerpc_write_reloc()
820 H_PUT_32 (abfd, address, ext.l_vaddr); in nlm_powerpc_write_reloc()
Delfcode.h159 #define H_PUT_WORD H_PUT_32
206 H_PUT_32 (abfd, src->st_name, dst->st_name); in elf_swap_symbol_out()
216 H_PUT_32 (abfd, tmp, shndx); in elf_swap_symbol_out()
264 H_PUT_32 (abfd, src->e_version, dst->e_version); in elf_swap_ehdr_out()
271 H_PUT_32 (abfd, src->e_flags, dst->e_flags); in elf_swap_ehdr_out()
322 H_PUT_32 (abfd, src->sh_name, dst->sh_name); in elf_swap_shdr_out()
323 H_PUT_32 (abfd, src->sh_type, dst->sh_type); in elf_swap_shdr_out()
328 H_PUT_32 (abfd, src->sh_link, dst->sh_link); in elf_swap_shdr_out()
329 H_PUT_32 (abfd, src->sh_info, dst->sh_info); in elf_swap_shdr_out()
368 H_PUT_32 (abfd, src->p_type, dst->p_type); in elf_swap_phdr_out()
[all …]
Dcoff64-rs6000.c61 #define PUT_SCNHDR_NRELOC H_PUT_32
64 #define PUT_SCNHDR_NLNNO H_PUT_32
302 H_PUT_32 (abfd, in->l_addr.l_symndx, ext->l_addr.l_symndx);
303 H_PUT_32 (abfd, in->l_lnno, (ext->l_lnno));
306 H_PUT_32 (abfd, in->l_addr.l_symndx, ext->l_addr.l_symndx);
340 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e_offset);
458 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes);
459 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
476 H_PUT_32 (abfd, temp, ext->x_csect.x_scnlen_lo);
478 H_PUT_32 (abfd, temp, ext->x_csect.x_scnlen_hi);
[all …]
Dpe-mips.c548 H_PUT_32 (abfd, reloc_src->r_vaddr, reloc_dst->r_vaddr); in mips_swap_reloc_out()
549 H_PUT_32 (abfd, reloc_src->r_symndx, reloc_dst->r_symndx); in mips_swap_reloc_out()
556 H_PUT_32 (abfd, reloc_src->r_vaddr, reloc_dst->r_vaddr); in mips_swap_reloc_out()
557 H_PUT_32 (abfd, reloc_src->r_symndx, reloc_dst->r_symndx); in mips_swap_reloc_out()
Doasys.c835 H_PUT_32 (abfd, g->value, symbol.value); in oasys_write_syms()
880 H_PUT_32 (abfd, s->size, out.value); in oasys_write_sections()
881 H_PUT_32 (abfd, s->vma, out.vma); in oasys_write_sections()
921 H_PUT_32 (abfd, abfd->start_address, end.entry); in oasys_write_end()
975 H_PUT_32 (abfd, s->vma + current_byte_index, in oasys_write_data()
Delfxx-mips.c832 H_PUT_32 (abfd, in->regmask, ex->p_regmask); in ecoff_swap_rpdr_out()
833 H_PUT_32 (abfd, in->regoffset, ex->p_regoffset); in ecoff_swap_rpdr_out()
834 H_PUT_32 (abfd, in->fregmask, ex->p_fregmask); in ecoff_swap_rpdr_out()
835 H_PUT_32 (abfd, in->fregoffset, ex->p_fregoffset); in ecoff_swap_rpdr_out()
836 H_PUT_32 (abfd, in->frameoffset, ex->p_frameoffset); in ecoff_swap_rpdr_out()
841 H_PUT_32 (abfd, in->irpss, ex->p_irpss); in ecoff_swap_rpdr_out()
1456 H_PUT_32 (abfd, in->gt_entry.gt_g_value, ex->gt_entry.gt_g_value); in bfd_mips_elf32_swap_gptab_out()
1457 H_PUT_32 (abfd, in->gt_entry.gt_bytes, ex->gt_entry.gt_bytes); in bfd_mips_elf32_swap_gptab_out()
1464 H_PUT_32 (abfd, in->id1, ex->id1); in bfd_elf32_swap_compact_rel_out()
1465 H_PUT_32 (abfd, in->num, ex->num); in bfd_elf32_swap_compact_rel_out()
[all …]
Dcoff-rs6000.c377 H_PUT_32 (abfd, 0, ext->e.e.e_zeroes);
378 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e.e.e_offset);
381 H_PUT_32 (abfd, in->n_value, ext->e_value);
526 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes);
527 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
540 H_PUT_32 (abfd, in->x_csect.x_scnlen.l, ext->x_csect.x_scnlen);
541 H_PUT_32 (abfd, in->x_csect.x_parmhash, ext->x_csect.x_parmhash);
548 H_PUT_32 (abfd, in->x_csect.x_stab, ext->x_csect.x_stab);
559 H_PUT_32 (abfd, in->x_scn.x_scnlen, ext->x_scn.x_scnlen);
567 H_PUT_32 (abfd, in->x_sym.x_tagndx.l, ext->x_sym.x_tagndx);
[all …]
Dcoff-tic30.c102 #define SWAP_OUT_RELOC_OFFSET H_PUT_32
Dpeicode.h145 H_PUT_32 (abfd, reloc_src->r_vaddr, reloc_dst->r_vaddr); in coff_swap_reloc_out()
146 H_PUT_32 (abfd, reloc_src->r_symndx, reloc_dst->r_symndx); in coff_swap_reloc_out()
542 H_PUT_32 (vars->abfd, vars->string_ptr - vars->string_table, in pe_ILF_make_a_symbol()
Dcoff-sparc.c173 #define SWAP_OUT_RELOC_OFFSET H_PUT_32
Darchive.c1950 H_PUT_32 (arch, ranlibsize, temp); in bsd_write_armap()
1970 H_PUT_32 (arch, map[count].namidx, buf); in bsd_write_armap()
1971 H_PUT_32 (arch, firstreal, buf + BSD_SYMDEF_OFFSET_SIZE); in bsd_write_armap()
1978 H_PUT_32 (arch, stringsize, temp); in bsd_write_armap()
Delf.c85 H_PUT_32 (abfd, src->vd_hash, dst->vd_hash); in _bfd_elf_swap_verdef_out()
86 H_PUT_32 (abfd, src->vd_aux, dst->vd_aux); in _bfd_elf_swap_verdef_out()
87 H_PUT_32 (abfd, src->vd_next, dst->vd_next); in _bfd_elf_swap_verdef_out()
108 H_PUT_32 (abfd, src->vda_name, dst->vda_name); in _bfd_elf_swap_verdaux_out()
109 H_PUT_32 (abfd, src->vda_next, dst->vda_next); in _bfd_elf_swap_verdaux_out()
135 H_PUT_32 (abfd, src->vn_file, dst->vn_file); in _bfd_elf_swap_verneed_out()
136 H_PUT_32 (abfd, src->vn_aux, dst->vn_aux); in _bfd_elf_swap_verneed_out()
137 H_PUT_32 (abfd, src->vn_next, dst->vn_next); in _bfd_elf_swap_verneed_out()
161 H_PUT_32 (abfd, src->vna_hash, dst->vna_hash); in _bfd_elf_swap_vernaux_out()
164 H_PUT_32 (abfd, src->vna_name, dst->vna_name); in _bfd_elf_swap_vernaux_out()
[all …]
Dcoff-h8500.c90 #define SWAP_OUT_RELOC_OFFSET H_PUT_32
Dcoff-z8k.c85 #define SWAP_OUT_RELOC_OFFSET H_PUT_32
Dcoff-w65.c62 #define SWAP_OUT_RELOC_OFFSET H_PUT_32
/mirbsd/src/gnu/usr.bin/binutils/include/coff/
Dm88k.h166 H_PUT_32 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno)
168 H_PUT_32 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size)
174 H_PUT_32 (abfd, in, ext->x_scn.x_nreloc)
176 H_PUT_32 (abfd,in, ext->x_scn.x_nlinno)
Dti.h221 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC))
225 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, (LOC) - 2))
229 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, (LOC) - 4))
243 H_PUT_32 (ABFD, (SZ) / bfd_octets_per_byte (ABFD), SZP)
392 H_PUT_32 (ABFD, (INT) / bfd_octets_per_byte (ABFD), (EXT)->x_scn.x_scnlen)
428 H_PUT_32 (abfd, src->n_value * 8, dst->e_value); \
430 H_PUT_32 (abfd, src->n_value &= ~PAGE_MASK, dst->e_value); \
Dexternal.h117 #define PUT_LINENO_LNNO(abfd, val, ext) H_PUT_32 (abfd, val, (ext->l_lnno))

12