Searched refs:H_GET_32 (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10.2-release/contrib/binutils/bfd/
H A Dlibpei.h58 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr)
63 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_endndx)
92 H_GET_32 (abfd, ext->x_scn.x_scnlen)
125 #define GET_FILEHDR_SYMPTR H_GET_32
133 #define GET_AOUTHDR_TSIZE H_GET_32
139 #define GET_AOUTHDR_DSIZE H_GET_32
145 #define GET_AOUTHDR_BSIZE H_GET_32
151 #define GET_AOUTHDR_ENTRY H_GET_32
157 #define GET_AOUTHDR_TEXT_START H_GET_32
163 #define GET_AOUTHDR_DATA_START H_GET_32
[all...]
H A Daoutf1.h389 intcore->c_magic = H_GET_32 (abfd, &extcore->c_magic);
390 intcore->c_len = H_GET_32 (abfd, &extcore->c_len);
399 intcore->c_signo = H_GET_32 (abfd, &extcore->c_signo);
400 intcore->c_tsize = H_GET_32 (abfd, &extcore->c_tsize);
401 intcore->c_dsize = H_GET_32 (abfd, &extcore->c_dsize);
403 intcore->c_ssize = H_GET_32 (abfd, &extcore->c_ssize);
410 intcore->c_ucode = H_GET_32 (abfd,
424 intcore->c_magic = H_GET_32 (abfd, &extcore->c_magic);
425 intcore->c_len = H_GET_32 (abfd, &extcore->c_len);
434 intcore->c_signo = H_GET_32 (abf
[all...]
H A Dcoffswap.h33 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr)
38 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_endndx)
67 H_GET_32 (abfd, ext->x_scn.x_scnlen)
100 #define GET_FILEHDR_SYMPTR H_GET_32
108 #define GET_AOUTHDR_TSIZE H_GET_32
114 #define GET_AOUTHDR_DSIZE H_GET_32
120 #define GET_AOUTHDR_BSIZE H_GET_32
126 #define GET_AOUTHDR_ENTRY H_GET_32
132 #define GET_AOUTHDR_TEXT_START H_GET_32
138 #define GET_AOUTHDR_DATA_START H_GET_32
[all...]
H A Decoffswap.h48 #define ECOFF_GET_OFF H_GET_32
106 intern->ilineMax = H_GET_32 (abfd, ext->h_ilineMax);
109 intern->idnMax = H_GET_32 (abfd, ext->h_idnMax);
111 intern->ipdMax = H_GET_32 (abfd, ext->h_ipdMax);
113 intern->isymMax = H_GET_32 (abfd, ext->h_isymMax);
115 intern->ioptMax = H_GET_32 (abfd, ext->h_ioptMax);
117 intern->iauxMax = H_GET_32 (abfd, ext->h_iauxMax);
119 intern->issMax = H_GET_32 (abfd, ext->h_issMax);
121 intern->issExtMax = H_GET_32 (abfd, ext->h_issExtMax);
123 intern->ifdMax = H_GET_32 (abf
[all...]
H A Dcoff-ia64.c105 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
115 if (H_GET_32 (abfd, image_hdr.nt_signature)
H A Dpeicode.h132 reloc_dst->r_vaddr = H_GET_32 (abfd, reloc_src->r_vaddr);
168 filehdr_dst->f_timdat = H_GET_32 (abfd, filehdr_src->f_timdat);
169 filehdr_dst->f_nsyms = H_GET_32 (abfd, filehdr_src->f_nsyms);
171 filehdr_dst->f_symptr = H_GET_32 (abfd, filehdr_src->f_symptr);
208 scnhdr_int->s_flags = H_GET_32 (abfd, scnhdr_ext->s_flags);
1182 date = H_GET_32 (abfd, ptr); */
1185 size = H_GET_32 (abfd, ptr);
1276 if (H_GET_32 (abfd, buffer) == 0xffff0000)
1304 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
1314 if (H_GET_32 (abf
[all...]
H A DpeXXigen.c104 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e.e.e_offset);
109 in->n_value = H_GET_32 (abfd, ext->e_value);
115 in->n_type = H_GET_32 (abfd, ext->e_type);
239 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
253 in->x_scn.x_checksum = H_GET_32 (abfd, ext->x_scn.x_checksum);
261 in->x_sym.x_tagndx.l = H_GET_32 (abfd, ext->x_sym.x_tagndx);
283 in->x_sym.x_misc.x_fsize = H_GET_32 (abfd, ext->x_sym.x_misc.x_fsize);
372 in->l_addr.l_symndx = H_GET_32 (abfd, ext->l_addr.l_symndx);
422 a->SectionAlignment = H_GET_32 (abfd, src->SectionAlignment);
423 a->FileAlignment = H_GET_32 (abf
[all...]
H A Dlibaout.h43 #define H_GET_32 bfd_h_get_32 macro
59 #define GET_MAGIC H_GET_32
80 #define GET_WORD H_GET_32
82 #define GET_MAGIC H_GET_32
H A Delfcode.h164 #define H_GET_WORD H_GET_32
181 dst->st_name = H_GET_32 (abfd, src->st_name);
194 dst->st_shndx = H_GET_32 (abfd, shndx->est_shndx);
238 dst->e_version = H_GET_32 (abfd, src->e_version);
245 dst->e_flags = H_GET_32 (abfd, src->e_flags);
300 dst->sh_name = H_GET_32 (abfd, src->sh_name);
301 dst->sh_type = H_GET_32 (abfd, src->sh_type);
309 dst->sh_link = H_GET_32 (abfd, src->sh_link);
310 dst->sh_info = H_GET_32 (abfd, src->sh_info);
348 dst->p_type = H_GET_32 (abf
[all...]
H A Dcoff64-rs6000.c59 #define GET_SCNHDR_NRELOC H_GET_32
62 #define GET_SCNHDR_NLNNO H_GET_32
287 in->l_lnno = H_GET_32 (abfd, (ext->l_lnno));
289 in->l_addr.l_symndx = H_GET_32 (abfd, ext->l_addr.l_symndx);
324 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e_offset);
369 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
386 l = H_GET_32 (abfd, ext->x_csect.x_scnlen_lo);
390 in->x_csect.x_parmhash = H_GET_32 (abfd, ext->x_csect.x_parmhash);
422 = H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_endndx);
427 = H_GET_32 (abf
[all...]
H A Dcoff-sparc.c190 #define SWAP_IN_RELOC_OFFSET H_GET_32
H A Decoff.c2921 count = H_GET_32 (abfd, raw_armap);
2947 name_offset = H_GET_32 (abfd, raw_ptr);
2948 file_offset = H_GET_32 (abfd, (raw_ptr + 4));
2960 BFD_ASSERT (H_GET_32 (abfd, (raw_armap + 8 + srch * 8)) != 0);
2969 if (H_GET_32 (abfd, (raw_ptr + 4)) != 0)
2985 file_offset = H_GET_32 (abfd, (raw_ptr + 4));
2988 name_offset = H_GET_32 (abfd, raw_ptr);
3116 if (H_GET_32 (abfd, (hashtable + (hash * 8) + 4)) != 0)
3124 if (H_GET_32 (abfd, (hashtable + (srch * 8) + 4)) == 0)
3754 armap_count = H_GET_32 (abf
[all...]
H A Darchive.c691 changing some H_GET_32 to H_GET_64. */
737 ardata->symdef_count = H_GET_32 (abfd, raw_armap) / BSD_SYMDEF_SIZE;
761 set->name = H_GET_32 (abfd, rbase) + stringbase;
762 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE);
1015 stringsize = H_GET_32 (abfd, raw_armap + HPUX_SYMDEF_COUNT_SIZE);
1030 set->name = H_GET_32 (abfd, rbase) + stringbase;
1031 set->file_offset = H_GET_32 (abfd, rbase + BSD_SYMDEF_OFFSET_SIZE);
H A Dcoff-rs6000.c345 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e.e.e_offset);
348 in->n_value = H_GET_32 (abfd, ext->e_value);
402 H_GET_32 (abfd, ext->x_file.x_n.x_offset);
424 in->x_csect.x_scnlen.l = H_GET_32 (abfd, ext->x_csect.x_scnlen);
425 in->x_csect.x_parmhash = H_GET_32 (abfd, ext->x_csect.x_parmhash);
432 in->x_csect.x_stab = H_GET_32 (abfd, ext->x_csect.x_stab);
443 in->x_scn.x_scnlen = H_GET_32 (abfd, ext->x_scn.x_scnlen);
457 in->x_sym.x_tagndx.l = H_GET_32 (abfd, ext->x_sym.x_tagndx);
463 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr);
465 H_GET_32 (abf
[all...]
H A Dbout.c84 execp->a_info = H_GET_32 (abfd, bytes->e_info);
195 anexec.a_info = H_GET_32 (abfd, exec_bytes.e_info);
758 cache_ptr->address = H_GET_32 (abfd, raw + 0);
H A Daout-arm.c359 cache_ptr->address = H_GET_32 (abfd, bytes->r_address);
H A Delf.c69 dst->vd_hash = H_GET_32 (abfd, src->vd_hash);
70 dst->vd_aux = H_GET_32 (abfd, src->vd_aux);
71 dst->vd_next = H_GET_32 (abfd, src->vd_next);
97 dst->vda_name = H_GET_32 (abfd, src->vda_name);
98 dst->vda_next = H_GET_32 (abfd, src->vda_next);
121 dst->vn_file = H_GET_32 (abfd, src->vn_file);
122 dst->vn_aux = H_GET_32 (abfd, src->vn_aux);
123 dst->vn_next = H_GET_32 (abfd, src->vn_next);
147 dst->vna_hash = H_GET_32 (abfd, src->vna_hash);
150 dst->vna_name = H_GET_32 (abf
[all...]
H A Dpe-mips.c523 reloc_dst->r_vaddr = H_GET_32 (abfd, reloc_src->r_vaddr);
H A Delfxx-mips.c1581 in->gt_entry.gt_g_value = H_GET_32 (abfd, ex->gt_entry.gt_g_value);
1582 in->gt_entry.gt_bytes = H_GET_32 (abfd, ex->gt_entry.gt_bytes);
1629 in->ri_gprmask = H_GET_32 (abfd, ex->ri_gprmask);
1630 in->ri_cprmask[0] = H_GET_32 (abfd, ex->ri_cprmask[0]);
1631 in->ri_cprmask[1] = H_GET_32 (abfd, ex->ri_cprmask[1]);
1632 in->ri_cprmask[2] = H_GET_32 (abfd, ex->ri_cprmask[2]);
1633 in->ri_cprmask[3] = H_GET_32 (abfd, ex->ri_cprmask[3]);
1634 in->ri_gp_value = H_GET_32 (abfd, ex->ri_gp_value);
1659 in->ri_gprmask = H_GET_32 (abfd, ex->ri_gprmask);
1660 in->ri_pad = H_GET_32 (abf
[all...]
H A Delf64-mips.c1687 dst->r_sym = H_GET_32 (abfd, src->r_sym);
1702 dst->r_sym = H_GET_32 (abfd, src->r_sym);
H A Dcoff-alpha.c548 intern->r_symndx = H_GET_32 (abfd, ext->r_symndx);
1545 r_symndx = H_GET_32 (input_bfd, ext_rel->r_symndx);
H A Dcoff-mips.c300 intern->r_vaddr = H_GET_32 (abfd, ext->r_vaddr);
H A Dcoffgen.c1502 strsize = H_GET_32 (abfd, extstrsize);
1504 #error Change H_GET_32
/freebsd-10.2-release/contrib/binutils/include/coff/
H A Dti.h219 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, LOC))
223 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, (LOC) - 2))
227 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, (LOC) - 4))
241 (H_GET_32 (ABFD, SZP) * bfd_octets_per_byte (ABFD))
390 (H_GET_32 (ABFD, (EXT)->x_scn.x_scnlen) * bfd_octets_per_byte (ABFD))
H A Dexternal.h130 #define GET_LINENO_LNNO(abfd, ext) H_GET_32 (abfd, (ext->l_lnno))

Completed in 216 milliseconds

12