| /src/external/gpl3/binutils/dist/bfd/ |
| i386msdos.c | 164 H_PUT_16 (abfd, IMAGE_DOS_SIGNATURE, &hdr[0]); 165 H_PUT_16 (abfd, EXE_PAGE_SIZE / 16, &hdr[8]); 166 H_PUT_16 (abfd, EXE_LOAD_LOW, &hdr[12]); 167 H_PUT_16 (abfd, 0x3e, &hdr[24]); 168 H_PUT_16 (abfd, 0x0001, &hdr[28]); /* XXX??? */ 169 H_PUT_16 (abfd, 0x30fb, &hdr[30]); /* XXX??? */ 170 H_PUT_16 (abfd, 0x726a, &hdr[32]); /* XXX??? */ 173 H_PUT_16 (abfd, outfile_size & (EXE_PAGE_SIZE - 1), &hdr[2]); 176 H_PUT_16 (abfd, (outfile_size + EXE_PAGE_SIZE - 1) / EXE_PAGE_SIZE, &hdr[4]); 180 H_PUT_16 (abfd, high_vma, &hdr[16]) [all...] |
| coffswap.h | 58 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno) 62 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size) 82 H_PUT_16 (abfd, in, ext->x_scn.x_nreloc) 86 H_PUT_16 (abfd, in, ext->x_scn.x_nlinno) 94 H_PUT_16 (abfd, val, ext->l_lnno); 187 #define PUT_SCNHDR_NRELOC H_PUT_16 196 #define PUT_SCNHDR_NLNNO H_PUT_16 237 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type); 268 H_PUT_16 (abfd, reloc_src->r_symndx, reloc_dst->r_symndx); 269 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type) [all...] |
| libpei.h | 89 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno) 93 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_size) 113 H_PUT_16(abfd, in, ext->x_scn.x_nreloc) 117 H_PUT_16(abfd,in, ext->x_scn.x_nlinno) 125 H_PUT_16(abfd,val, ext->l_lnno);
|
| peXXigen.c | 266 H_PUT_16 (abfd, in->n_scnum, ext->e_scnum); 269 H_PUT_16 (abfd, in->n_type, ext->e_type); 396 H_PUT_16 (abfd, in->x_scn.x_associated, ext->x_scn.x_associated); 404 H_PUT_16 (abfd, in->x_sym.x_tvndx, ext->x_sym.x_tvndx); 414 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[0], 416 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[1], 418 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[2], 420 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[3], 723 H_PUT_16 (abfd, aouthdr_in->magic, aouthdr_out->standard.magic); 739 H_PUT_16 (abfd, (LINKER_VERSION / 100 + (LINKER_VERSION % 100) * 256) [all...] |
| elfcode.h | 229 H_PUT_16 (abfd, tmp, dst->st_shndx); 273 H_PUT_16 (abfd, src->e_type, dst->e_type); 274 H_PUT_16 (abfd, src->e_machine, dst->e_machine); 286 H_PUT_16 (abfd, src->e_ehsize, dst->e_ehsize); 287 H_PUT_16 (abfd, src->e_phentsize, dst->e_phentsize); 291 H_PUT_16 (abfd, tmp, dst->e_phnum); 294 H_PUT_16 (abfd, 0, dst->e_shentsize); 295 H_PUT_16 (abfd, 0, dst->e_shnum); 296 H_PUT_16 (abfd, 0, dst->e_shstrndx); 300 H_PUT_16 (abfd, src->e_shentsize, dst->e_shentsize) [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| i386msdos.c | 164 H_PUT_16 (abfd, IMAGE_DOS_SIGNATURE, &hdr[0]); 165 H_PUT_16 (abfd, EXE_PAGE_SIZE / 16, &hdr[8]); 166 H_PUT_16 (abfd, EXE_LOAD_LOW, &hdr[12]); 167 H_PUT_16 (abfd, 0x3e, &hdr[24]); 168 H_PUT_16 (abfd, 0x0001, &hdr[28]); /* XXX??? */ 169 H_PUT_16 (abfd, 0x30fb, &hdr[30]); /* XXX??? */ 170 H_PUT_16 (abfd, 0x726a, &hdr[32]); /* XXX??? */ 173 H_PUT_16 (abfd, outfile_size & (EXE_PAGE_SIZE - 1), &hdr[2]); 176 H_PUT_16 (abfd, (outfile_size + EXE_PAGE_SIZE - 1) / EXE_PAGE_SIZE, &hdr[4]); 180 H_PUT_16 (abfd, high_vma, &hdr[16]) [all...] |
| coffswap.h | 58 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno) 62 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size) 82 H_PUT_16 (abfd, in, ext->x_scn.x_nreloc) 86 H_PUT_16 (abfd, in, ext->x_scn.x_nlinno) 94 H_PUT_16 (abfd, val, ext->l_lnno); 187 #define PUT_SCNHDR_NRELOC H_PUT_16 196 #define PUT_SCNHDR_NLNNO H_PUT_16 237 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type); 268 H_PUT_16 (abfd, reloc_src->r_symndx, reloc_dst->r_symndx); 269 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type) [all...] |
| libpei.h | 87 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno) 91 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_size) 111 H_PUT_16(abfd, in, ext->x_scn.x_nreloc) 115 H_PUT_16(abfd,in, ext->x_scn.x_nlinno) 123 H_PUT_16(abfd,val, ext->l_lnno);
|
| peXXigen.c | 266 H_PUT_16 (abfd, in->n_scnum, ext->e_scnum); 269 H_PUT_16 (abfd, in->n_type, ext->e_type); 390 H_PUT_16 (abfd, in->x_scn.x_associated, ext->x_scn.x_associated); 398 H_PUT_16 (abfd, in->x_sym.x_tvndx, ext->x_sym.x_tvndx); 408 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[0], 410 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[1], 412 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[2], 414 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[3], 717 H_PUT_16 (abfd, aouthdr_in->magic, aouthdr_out->standard.magic); 733 H_PUT_16 (abfd, (LINKER_VERSION / 100 + (LINKER_VERSION % 100) * 256) [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| i386msdos.c | 164 H_PUT_16 (abfd, IMAGE_DOS_SIGNATURE, &hdr[0]); 165 H_PUT_16 (abfd, EXE_PAGE_SIZE / 16, &hdr[8]); 166 H_PUT_16 (abfd, EXE_LOAD_LOW, &hdr[12]); 167 H_PUT_16 (abfd, 0x3e, &hdr[24]); 168 H_PUT_16 (abfd, 0x0001, &hdr[28]); /* XXX??? */ 169 H_PUT_16 (abfd, 0x30fb, &hdr[30]); /* XXX??? */ 170 H_PUT_16 (abfd, 0x726a, &hdr[32]); /* XXX??? */ 173 H_PUT_16 (abfd, outfile_size & (EXE_PAGE_SIZE - 1), &hdr[2]); 176 H_PUT_16 (abfd, (outfile_size + EXE_PAGE_SIZE - 1) / EXE_PAGE_SIZE, &hdr[4]); 180 H_PUT_16 (abfd, high_vma, &hdr[16]) [all...] |
| coffswap.h | 58 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno) 62 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size) 82 H_PUT_16 (abfd, in, ext->x_scn.x_nreloc) 86 H_PUT_16 (abfd, in, ext->x_scn.x_nlinno) 94 H_PUT_16 (abfd, val, ext->l_lnno); 187 #define PUT_SCNHDR_NRELOC H_PUT_16 196 #define PUT_SCNHDR_NLNNO H_PUT_16 237 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type); 268 H_PUT_16 (abfd, reloc_src->r_symndx, reloc_dst->r_symndx); 269 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type) [all...] |
| libpei.h | 87 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno) 91 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_size) 111 H_PUT_16(abfd, in, ext->x_scn.x_nreloc) 115 H_PUT_16(abfd,in, ext->x_scn.x_nlinno) 123 H_PUT_16(abfd,val, ext->l_lnno);
|
| peXXigen.c | 266 H_PUT_16 (abfd, in->n_scnum, ext->e_scnum); 269 H_PUT_16 (abfd, in->n_type, ext->e_type); 390 H_PUT_16 (abfd, in->x_scn.x_associated, ext->x_scn.x_associated); 398 H_PUT_16 (abfd, in->x_sym.x_tvndx, ext->x_sym.x_tvndx); 408 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[0], 410 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[1], 412 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[2], 414 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[3], 713 H_PUT_16 (abfd, aouthdr_in->magic, aouthdr_out->standard.magic); 729 H_PUT_16 (abfd, (LINKER_VERSION / 100 + (LINKER_VERSION % 100) * 256) [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| i386msdos.c | 164 H_PUT_16 (abfd, IMAGE_DOS_SIGNATURE, &hdr[0]); 165 H_PUT_16 (abfd, EXE_PAGE_SIZE / 16, &hdr[8]); 166 H_PUT_16 (abfd, EXE_LOAD_LOW, &hdr[12]); 167 H_PUT_16 (abfd, 0x3e, &hdr[24]); 168 H_PUT_16 (abfd, 0x0001, &hdr[28]); /* XXX??? */ 169 H_PUT_16 (abfd, 0x30fb, &hdr[30]); /* XXX??? */ 170 H_PUT_16 (abfd, 0x726a, &hdr[32]); /* XXX??? */ 173 H_PUT_16 (abfd, outfile_size & (EXE_PAGE_SIZE - 1), &hdr[2]); 176 H_PUT_16 (abfd, (outfile_size + EXE_PAGE_SIZE - 1) / EXE_PAGE_SIZE, &hdr[4]); 180 H_PUT_16 (abfd, high_vma, &hdr[16]) [all...] |
| coffswap.h | 58 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno) 62 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size) 82 H_PUT_16 (abfd, in, ext->x_scn.x_nreloc) 86 H_PUT_16 (abfd, in, ext->x_scn.x_nlinno) 94 H_PUT_16 (abfd, val, ext->l_lnno); 187 #define PUT_SCNHDR_NRELOC H_PUT_16 196 #define PUT_SCNHDR_NLNNO H_PUT_16 237 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type); 268 H_PUT_16 (abfd, reloc_src->r_symndx, reloc_dst->r_symndx); 269 H_PUT_16 (abfd, reloc_src->r_type, reloc_dst->r_type) [all...] |
| libpei.h | 87 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno) 91 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_size) 111 H_PUT_16(abfd, in, ext->x_scn.x_nreloc) 115 H_PUT_16(abfd,in, ext->x_scn.x_nlinno) 123 H_PUT_16(abfd,val, ext->l_lnno);
|
| peXXigen.c | 266 H_PUT_16 (abfd, in->n_scnum, ext->e_scnum); 269 H_PUT_16 (abfd, in->n_type, ext->e_type); 390 H_PUT_16 (abfd, in->x_scn.x_associated, ext->x_scn.x_associated); 398 H_PUT_16 (abfd, in->x_sym.x_tvndx, ext->x_sym.x_tvndx); 408 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[0], 410 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[1], 412 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[2], 414 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[3], 713 H_PUT_16 (abfd, aouthdr_in->magic, aouthdr_out->standard.magic); 729 H_PUT_16 (abfd, (LINKER_VERSION / 100 + (LINKER_VERSION % 100) * 256) [all...] |
| /src/external/gpl3/binutils/dist/include/coff/ |
| ti.h | 120 H_PUT_16 (abfd, ((struct internal_filehdr *)(src))->f_target_id, \ 229 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC)) 248 H_PUT_16 (ABFD, VAL, ptr - 2); \ 268 H_PUT_16 (ABFD, VAL, ptr - 4); \ 287 H_PUT_16 (ABFD, VAL, ptr); \ 299 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, (LOC) - 2)) 303 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, (LOC) - 4)) 309 ? H_PUT_16 (ABFD, VAL, LOC) \ 484 H_PUT_16 (abfd, ((in_class != C_FIELD) ? (in) * 8 : (in)), \
|
| external.h | 132 #define PUT_LINENO_LNNO(abfd, val, ext) H_PUT_16 (abfd, val, (ext->l_lnno))
|
| /src/external/gpl3/binutils.old/dist/include/coff/ |
| ti.h | 120 H_PUT_16 (abfd, ((struct internal_filehdr *)(src))->f_target_id, \ 229 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC)) 248 H_PUT_16 (ABFD, VAL, ptr - 2); \ 268 H_PUT_16 (ABFD, VAL, ptr - 4); \ 287 H_PUT_16 (ABFD, VAL, ptr); \ 299 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, (LOC) - 2)) 303 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, (LOC) - 4)) 309 ? H_PUT_16 (ABFD, VAL, LOC) \ 484 H_PUT_16 (abfd, ((in_class != C_FIELD) ? (in) * 8 : (in)), \
|
| external.h | 136 #define PUT_LINENO_LNNO(abfd, val, ext) H_PUT_16 (abfd, val, (ext->l_lnno))
|
| /src/external/gpl3/gdb/dist/include/coff/ |
| ti.h | 120 H_PUT_16 (abfd, ((struct internal_filehdr *)(src))->f_target_id, \ 229 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC)) 248 H_PUT_16 (ABFD, VAL, ptr - 2); \ 268 H_PUT_16 (ABFD, VAL, ptr - 4); \ 287 H_PUT_16 (ABFD, VAL, ptr); \ 299 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, (LOC) - 2)) 303 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, (LOC) - 4)) 309 ? H_PUT_16 (ABFD, VAL, LOC) \ 484 H_PUT_16 (abfd, ((in_class != C_FIELD) ? (in) * 8 : (in)), \
|
| external.h | 136 #define PUT_LINENO_LNNO(abfd, val, ext) H_PUT_16 (abfd, val, (ext->l_lnno))
|
| /src/external/gpl3/gdb.old/dist/include/coff/ |
| ti.h | 120 H_PUT_16 (abfd, ((struct internal_filehdr *)(src))->f_target_id, \ 229 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, LOC)) 248 H_PUT_16 (ABFD, VAL, ptr - 2); \ 268 H_PUT_16 (ABFD, VAL, ptr - 4); \ 287 H_PUT_16 (ABFD, VAL, ptr); \ 299 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, (LOC) - 2)) 303 (COFF2_P (ABFD) ? H_PUT_32 (ABFD, VAL, LOC) : H_PUT_16 (ABFD, VAL, (LOC) - 4)) 309 ? H_PUT_16 (ABFD, VAL, LOC) \ 484 H_PUT_16 (abfd, ((in_class != C_FIELD) ? (in) * 8 : (in)), \
|
| external.h | 136 #define PUT_LINENO_LNNO(abfd, val, ext) H_PUT_16 (abfd, val, (ext->l_lnno))
|