| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | coffswap.h | 51 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno) 55 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) 71 H_GET_16 (abfd, ext->x_scn.x_nreloc) 75 H_GET_16 (abfd, ext->x_scn.x_nlinno) 91 H_GET_16 (abfd, ext->l_lnno); 182 #define GET_SCNHDR_NRELOC H_GET_16 191 #define GET_SCNHDR_NLNNO H_GET_16 223 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type); in coff_swap_reloc_in() 261 filehdr_dst->f_magic = H_GET_16 (abfd, filehdr_src->f_magic); in coff_swap_filehdr_in() 262 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src->f_nscns); in coff_swap_filehdr_in() [all …]
|
| D | libpei.h | 76 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno) 80 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) 96 H_GET_16 (abfd, ext->x_scn.x_nreloc) 100 H_GET_16 (abfd, ext->x_scn.x_nlinno) 116 H_GET_16 (abfd, ext->l_lnno);
|
| D | peicode.h | 133 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type); in coff_swap_reloc_in() 165 filehdr_dst->f_magic = H_GET_16 (abfd, filehdr_src->f_magic); in coff_swap_filehdr_in() 166 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src->f_nscns); in coff_swap_filehdr_in() 169 filehdr_dst->f_flags = H_GET_16 (abfd, filehdr_src->f_flags); in coff_swap_filehdr_in() 180 filehdr_dst->f_opthdr = H_GET_16 (abfd, filehdr_src-> f_opthdr); in coff_swap_filehdr_in() 209 scnhdr_int->s_nlnno = (H_GET_16 (abfd, scnhdr_ext->s_nlnno) in coff_swap_scnhdr_in() 210 + (H_GET_16 (abfd, scnhdr_ext->s_nreloc) << 16)); in coff_swap_scnhdr_in() 213 scnhdr_int->s_nreloc = H_GET_16 (abfd, scnhdr_ext->s_nreloc); in coff_swap_scnhdr_in() 214 scnhdr_int->s_nlnno = H_GET_16 (abfd, scnhdr_ext->s_nlnno); in coff_swap_scnhdr_in() 1054 machine = H_GET_16 (abfd, ptr); in pe_ILF_object_p() [all …]
|
| D | peXXigen.c | 107 in->n_scnum = H_GET_16 (abfd, ext->e_scnum); in _bfd_XXi_swap_sym_in() 110 in->n_type = H_GET_16 (abfd, ext->e_type); in _bfd_XXi_swap_sym_in() 251 in->x_scn.x_associated = H_GET_16 (abfd, ext->x_scn.x_associated); in _bfd_XXi_swap_aux_in() 259 in->x_sym.x_tvndx = H_GET_16 (abfd, ext->x_sym.x_tvndx); in _bfd_XXi_swap_aux_in() 269 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[0]); in _bfd_XXi_swap_aux_in() 271 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[1]); in _bfd_XXi_swap_aux_in() 273 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[2]); in _bfd_XXi_swap_aux_in() 275 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[3]); in _bfd_XXi_swap_aux_in() 395 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic); in _bfd_XXi_swap_aouthdr_in() 396 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp); in _bfd_XXi_swap_aouthdr_in() [all …]
|
| D | i386os9k.c | 51 execp->a_info = H_GET_16 (abfd, bytes->m_sync); 95 anexec.a_info = H_GET_16 (abfd, exec_bytes.m_sync);
|
| D | libaout.h | 44 #define H_GET_16 bfd_h_get_16 macro 69 #define GET_WORD H_GET_16 71 #define GET_MAGIC H_GET_16
|
| D | elfcode.h | 186 dst->st_shndx = H_GET_16 (abfd, src->st_shndx); in elf_swap_symbol_in() 232 dst->e_type = H_GET_16 (abfd, src->e_type); in elf_swap_ehdr_in() 233 dst->e_machine = H_GET_16 (abfd, src->e_machine); in elf_swap_ehdr_in() 242 dst->e_ehsize = H_GET_16 (abfd, src->e_ehsize); in elf_swap_ehdr_in() 243 dst->e_phentsize = H_GET_16 (abfd, src->e_phentsize); in elf_swap_ehdr_in() 244 dst->e_phnum = H_GET_16 (abfd, src->e_phnum); in elf_swap_ehdr_in() 245 dst->e_shentsize = H_GET_16 (abfd, src->e_shentsize); in elf_swap_ehdr_in() 246 dst->e_shnum = H_GET_16 (abfd, src->e_shnum); in elf_swap_ehdr_in() 247 dst->e_shstrndx = H_GET_16 (abfd, src->e_shstrndx); in elf_swap_ehdr_in()
|
| D | coff-ia64.c | 99 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC)
|
| D | ecoffswap.h | 202 intern->ipdFirst = H_GET_16 (abfd, ext->f_ipdFirst); in ecoff_swap_fdr_in() 203 intern->cpd = H_GET_16 (abfd, ext->f_cpd); in ecoff_swap_fdr_in() 335 intern->framereg = H_GET_16 (abfd, ext->p_framereg); in ecoff_swap_pdr_in() 336 intern->pcreg = H_GET_16 (abfd, ext->p_pcreg); in ecoff_swap_pdr_in()
|
| D | coff-m88k.c | 256 #define SWAP_IN_RELOC_OFFSET H_GET_16
|
| D | coff-rs6000.c | 352 in->n_scnum = H_GET_16 (abfd, ext->e_scnum); 353 in->n_type = H_GET_16 (abfd, ext->e_type); 429 in->x_csect.x_snhash = H_GET_16 (abfd, ext->x_csect.x_snhash); 436 in->x_csect.x_snstab = H_GET_16 (abfd, ext->x_csect.x_snstab); 447 in->x_scn.x_nreloc = H_GET_16 (abfd, ext->x_scn.x_nreloc); 448 in->x_scn.x_nlinno = H_GET_16 (abfd, ext->x_scn.x_nlinno); 461 in->x_sym.x_tvndx = H_GET_16 (abfd, ext->x_sym.x_tvndx); 473 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[0]); 475 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[1]); 477 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[2]); [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | coffswap.h | 51 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno) 55 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) 71 H_GET_16 (abfd, ext->x_scn.x_nreloc) 75 H_GET_16 (abfd, ext->x_scn.x_nlinno) 91 H_GET_16 (abfd, ext->l_lnno); 182 #define GET_SCNHDR_NRELOC H_GET_16 191 #define GET_SCNHDR_NLNNO H_GET_16 247 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type); 290 filehdr_dst->f_magic = H_GET_16 (abfd, filehdr_src->f_magic); 291 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src->f_nscns); [all …]
|
| D | libpei.h | 76 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno) 80 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) 96 H_GET_16 (abfd, ext->x_scn.x_nreloc) 100 H_GET_16 (abfd, ext->x_scn.x_nlinno) 116 H_GET_16 (abfd, ext->l_lnno);
|
| D | peicode.h | 159 reloc_dst->r_type = H_GET_16 (abfd, reloc_src->r_type); 197 filehdr_dst->f_magic = H_GET_16 (abfd, filehdr_src->f_magic); 198 filehdr_dst->f_nscns = H_GET_16 (abfd, filehdr_src-> f_nscns); 202 filehdr_dst->f_flags = H_GET_16 (abfd, filehdr_src-> f_flags); 213 filehdr_dst->f_opthdr = H_GET_16 (abfd, filehdr_src-> f_opthdr); 244 scnhdr_int->s_nlnno = (H_GET_16 (abfd, scnhdr_ext->s_nlnno) 245 + (H_GET_16 (abfd, scnhdr_ext->s_nreloc) << 16)); 248 scnhdr_int->s_nreloc = H_GET_16 (abfd, scnhdr_ext->s_nreloc); 249 scnhdr_int->s_nlnno = H_GET_16 (abfd, scnhdr_ext->s_nlnno); 1127 machine = H_GET_16 (abfd, ptr); in pe_ILF_object_p() [all …]
|
| D | peXXigen.c | 118 in->n_scnum = H_GET_16 (abfd, ext->e_scnum); 121 in->n_type = H_GET_16 (abfd, ext->e_type); 287 in->x_scn.x_associated = H_GET_16 (abfd, ext->x_scn.x_associated); 295 in->x_sym.x_tvndx = H_GET_16 (abfd, ext->x_sym.x_tvndx); 305 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[0]); 307 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[1]); 309 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[2]); 311 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[3]); 438 aouthdr_int->magic = H_GET_16 (abfd, aouthdr_ext->magic); 439 aouthdr_int->vstamp = H_GET_16 (abfd, aouthdr_ext->vstamp); [all …]
|
| D | elfcode.h | 184 dst->st_shndx = H_GET_16 (abfd, src->st_shndx); in elf_swap_symbol_in() 230 dst->e_type = H_GET_16 (abfd, src->e_type); in elf_swap_ehdr_in() 231 dst->e_machine = H_GET_16 (abfd, src->e_machine); in elf_swap_ehdr_in() 240 dst->e_ehsize = H_GET_16 (abfd, src->e_ehsize); in elf_swap_ehdr_in() 241 dst->e_phentsize = H_GET_16 (abfd, src->e_phentsize); in elf_swap_ehdr_in() 242 dst->e_phnum = H_GET_16 (abfd, src->e_phnum); in elf_swap_ehdr_in() 243 dst->e_shentsize = H_GET_16 (abfd, src->e_shentsize); in elf_swap_ehdr_in() 244 dst->e_shnum = H_GET_16 (abfd, src->e_shnum); in elf_swap_ehdr_in() 245 dst->e_shstrndx = H_GET_16 (abfd, src->e_shstrndx); in elf_swap_ehdr_in()
|
| D | ecoffswap.h | 211 intern->ipdFirst = H_GET_16 (abfd, ext->f_ipdFirst); 212 intern->cpd = H_GET_16 (abfd, ext->f_cpd); 352 intern->framereg = H_GET_16 (abfd, ext->p_framereg); 353 intern->pcreg = H_GET_16 (abfd, ext->p_pcreg); 481 intern->framereg = H_GET_16 (abfd, ext->p_framereg); 482 intern->pcreg = H_GET_16 (abfd, ext->p_pcreg);
|
| D | libaout.h | 44 #define H_GET_16 bfd_h_get_16 macro 69 #define GET_WORD H_GET_16 71 #define GET_MAGIC H_GET_16
|
| D | coff-ia64.c | 99 if (H_GET_16 (abfd, dos_hdr.e_magic) != DOSMAGIC)
|
| D | i386os9k.c | 51 execp->a_info = H_GET_16 (abfd, bytes->m_sync); 129 anexec.a_info = H_GET_16 (abfd, exec_bytes.m_sync);
|
| D | coff-m88k.c | 256 #define SWAP_IN_RELOC_OFFSET H_GET_16
|
| /openbsd/src/gnu/usr.bin/binutils/include/coff/ |
| D | ti.h | 106 H_GET_16 (abfd, ((FILHDR *)(src))->f_target_id); \ 219 (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)) 231 (COFF2_P (ABFD) ? H_GET_16 (ABFD, LOC) : (unsigned) H_GET_8 (ABFD, (LOC) - 7)) 396 (H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) / (class != C_FIELD ? 8 : 1))
|
| D | external.h | 133 #define GET_LINENO_LNNO(abfd, ext) H_GET_16 (abfd, (ext->l_lnno))
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/ |
| D | ti.h | 106 H_GET_16 (abfd, ((FILHDR *)(src))->f_target_id); \ 219 (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)) 231 (COFF2_P (ABFD) ? H_GET_16 (ABFD, LOC) : (unsigned) H_GET_8 (ABFD, (LOC) - 7)) 396 (H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) / (class != C_FIELD ? 8 : 1))
|
| D | external.h | 133 #define GET_LINENO_LNNO(abfd, ext) H_GET_16 (abfd, (ext->l_lnno))
|