HomeSort by relevance Sort by last modified time
    Searched refs:H_GET_16 (Results 1 - 25 of 28) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/bfd/
coffswap.h 50 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno)
54 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size)
70 H_GET_16 (abfd, ext->x_scn.x_nreloc)
74 H_GET_16 (abfd, ext->x_scn.x_nlinno)
90 H_GET_16 (abfd, ext->l_lnno);
181 #define GET_SCNHDR_NRELOC H_GET_16
190 #define GET_SCNHDR_NLNNO H_GET_16
222 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
260 filehdr_dst->f_magic = H_GET_16 (abfd, filehdr_src->f_magic);
261 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src->f_nscns)
    [all...]
libpei.h 77 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno)
81 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size)
97 H_GET_16 (abfd, ext->x_scn.x_nreloc)
101 H_GET_16 (abfd, ext->x_scn.x_nlinno)
117 H_GET_16 (abfd, ext->l_lnno);
peicode.h 138 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
175 filehdr_dst->f_magic = H_GET_16 (abfd, filehdr_src->f_magic);
176 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src->f_nscns);
179 filehdr_dst->f_flags = H_GET_16 (abfd, filehdr_src->f_flags);
190 filehdr_dst->f_opthdr = H_GET_16 (abfd, filehdr_src-> f_opthdr);
223 scnhdr_int->s_nlnno = (H_GET_16 (abfd, scnhdr_ext->s_nlnno)
224 + (H_GET_16 (abfd, scnhdr_ext->s_nreloc) << 16));
227 scnhdr_int->s_nreloc = H_GET_16 (abfd, scnhdr_ext->s_nreloc);
228 scnhdr_int->s_nlnno = H_GET_16 (abfd, scnhdr_ext->s_nlnno);
    [all...]
i386os9k.c 40 execp->a_info = H_GET_16 (abfd, bytes->m_sync);
130 anexec.a_info = H_GET_16 (abfd, exec_bytes.m_sync);
coff-ia64.c 98 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC)
coff-m88k.c 245 #define SWAP_IN_RELOC_OFFSET H_GET_16
elfcode.h 192 dst->st_shndx = H_GET_16 (abfd, src->st_shndx);
242 dst->e_type = H_GET_16 (abfd, src->e_type);
243 dst->e_machine = H_GET_16 (abfd, src->e_machine);
252 dst->e_ehsize = H_GET_16 (abfd, src->e_ehsize);
253 dst->e_phentsize = H_GET_16 (abfd, src->e_phentsize);
254 dst->e_phnum = H_GET_16 (abfd, src->e_phnum);
255 dst->e_shentsize = H_GET_16 (abfd, src->e_shentsize);
256 dst->e_shnum = H_GET_16 (abfd, src->e_shnum);
257 dst->e_shstrndx = H_GET_16 (abfd, src->e_shstrndx);
    [all...]
peXXigen.c 123 in->n_scnum = H_GET_16 (abfd, ext->e_scnum);
126 in->n_type = H_GET_16 (abfd, ext->e_type);
326 in->x_scn.x_associated = H_GET_16 (abfd, ext->x_scn.x_associated);
334 in->x_sym.x_tvndx = H_GET_16 (abfd, ext->x_sym.x_tvndx);
345 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[0]);
347 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[1]);
349 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[2]);
351 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[3]);
472 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic);
473 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp)
    [all...]
libaout.h 43 #define H_GET_16 bfd_h_get_16
68 #define GET_WORD H_GET_16
70 #define GET_MAGIC H_GET_16
ecoffswap.h 203 intern->ipdFirst = H_GET_16 (abfd, ext->f_ipdFirst);
204 intern->cpd = H_GET_16 (abfd, ext->f_cpd);
336 intern->framereg = H_GET_16 (abfd, ext->p_framereg);
337 intern->pcreg = H_GET_16 (abfd, ext->p_pcreg);
coff-rs6000.c 452 in->n_scnum = H_GET_16 (abfd, ext->e_scnum);
453 in->n_type = H_GET_16 (abfd, ext->e_type);
521 in->x_csect.x_snhash = H_GET_16 (abfd, ext->x_csect.x_snhash);
528 in->x_csect.x_snstab = H_GET_16 (abfd, ext->x_csect.x_snstab);
539 in->x_scn.x_nreloc = H_GET_16 (abfd, ext->x_scn.x_nreloc);
540 in->x_scn.x_nlinno = H_GET_16 (abfd, ext->x_scn.x_nlinno);
553 in->x_sym.x_tvndx = H_GET_16 (abfd, ext->x_sym.x_tvndx);
566 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[0]);
568 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[1]);
570 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[2])
    [all...]
nlm32-ppc.c 453 l_rtype = H_GET_16 (abfd, ext.l_rtype);
454 l_rsecnm = H_GET_16 (abfd, ext.l_rsecnm);
coff-stgo32.c 109 #define _H(index) (H_GET_16 (abfd, (header + index * 2)))
coff-tic80.c 46 #define GET_SCNHDR_FLAGS H_GET_16
coffcode.h     [all...]
coff64-rs6000.c 324 in->n_scnum = H_GET_16 (abfd, ext->e_scnum);
325 in->n_type = H_GET_16 (abfd, ext->e_type);
382 in->x_csect.x_snhash = H_GET_16 (abfd, ext->x_csect.x_snhash);
426 = H_GET_16 (abfd, ext->x_sym.x_fcnary.x_lnsz.x_size);
    [all...]
hp300hpux.c 642 r_index = H_GET_16 (abfd, bytes->r_index);
pe-mips.c 532 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type);
oasys.c 145 dest = data->symbols + H_GET_16 (abfd, record.symbol.refno);
    [all...]
elf.c 70 dst->vd_version = H_GET_16 (abfd, src->vd_version);
71 dst->vd_flags = H_GET_16 (abfd, src->vd_flags);
72 dst->vd_ndx = H_GET_16 (abfd, src->vd_ndx);
73 dst->vd_cnt = H_GET_16 (abfd, src->vd_cnt);
124 dst->vn_version = H_GET_16 (abfd, src->vn_version);
125 dst->vn_cnt = H_GET_16 (abfd, src->vn_cnt);
153 dst->vna_flags = H_GET_16 (abfd, src->vna_flags);
154 dst->vna_other = H_GET_16 (abfd, src->vna_other);
180 dst->vs_vers = H_GET_16 (abfd, src->vs_vers);
    [all...]
archive.c     [all...]
aoutx.h     [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
ti.h 109 H_GET_16 (abfd, ((FILHDR *)(src))->f_target_id); \
226 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, LOC))
237 nlnno = H_GET_16 (ABFD, ptr - 2); \
257 flags = H_GET_16 (ABFD, ptr - 4); \
275 page = H_GET_16 (ABFD, ptr); \
296 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, (LOC) - 2))
300 (COFF2_P (ABFD) ? H_GET_32 (ABFD, LOC) : H_GET_16 (ABFD, (LOC) - 4))
304 (COFF2_P (ABFD) ? H_GET_16 (ABFD, LOC) : (unsigned) H_GET_8 (ABFD, (LOC) - 7))
480 (H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) / (in_class != C_FIELD ? 8 : 1))
external.h 135 #define GET_LINENO_LNNO(abfd, ext) H_GET_16 (abfd, (ext->l_lnno))
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]

Completed in 466 milliseconds

1 2