| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | od-pe.c | 265 struct external_PEI_filehdr * fhdr, in dump_pe_file_header() argument 272 if (fhdr == NULL) in dump_pe_file_header() 281 data = bfd_h_get_16 (abfd, fhdr->e_cblp); in dump_pe_file_header() 284 data = bfd_h_get_16 (abfd, fhdr->e_cp); in dump_pe_file_header() 287 data = bfd_h_get_16 (abfd, fhdr->e_crlc); in dump_pe_file_header() 290 data = bfd_h_get_16 (abfd, fhdr->e_cparhdr); in dump_pe_file_header() 293 data = bfd_h_get_16 (abfd, fhdr->e_minalloc); in dump_pe_file_header() 296 data = bfd_h_get_16 (abfd, fhdr->e_maxalloc); in dump_pe_file_header() 299 data = bfd_h_get_16 (abfd, fhdr->e_ss); in dump_pe_file_header() 302 data = bfd_h_get_16 (abfd, fhdr->e_sp); in dump_pe_file_header() [all …]
|
| D | od-xcoff.c | 413 dump_xcoff32_file_header (bfd *abfd, struct external_filehdr *fhdr, in dump_xcoff32_file_header() argument 416 unsigned int timdat = bfd_h_get_32 (abfd, fhdr->f_timdat); in dump_xcoff32_file_header() 417 unsigned short flags = bfd_h_get_16 (abfd, fhdr->f_flags); in dump_xcoff32_file_header() 1566 dump_xcoff32 (bfd *abfd, struct external_filehdr *fhdr) in dump_xcoff32() argument 1570 data.nscns = bfd_h_get_16 (abfd, fhdr->f_nscns); in dump_xcoff32() 1571 data.symptr = bfd_h_get_32 (abfd, fhdr->f_symptr); in dump_xcoff32() 1572 data.nsyms = bfd_h_get_32 (abfd, fhdr->f_nsyms); in dump_xcoff32() 1573 data.opthdr = bfd_h_get_16 (abfd, fhdr->f_opthdr); in dump_xcoff32() 1580 dump_xcoff32_file_header (abfd, fhdr, &data); in dump_xcoff32() 1636 struct external_filehdr fhdr; in xcoff_dump_obj() local [all …]
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | print-forces.c | 395 #define GET_TOP_TLV(fhdr) ((const struct forces_tlv *)((fhdr) + sizeof (struct forcesh))) argument 1554 const u_char * pptr, const struct forcesh *fhdr _U_, in forces_type_print() 1646 const struct forcesh *fhdr; in forces_print() local 1654 fhdr = (const struct forcesh *)pptr; in forces_print() 1655 ND_TCHECK_SIZE(fhdr); in forces_print() 1656 tom = GET_U_1(fhdr->fm_tom); in forces_print() 1662 mlen = ForCES_BLN(fhdr); in forces_print() 1673 ForCES_HDRL, len, ForCES_BLN(fhdr)); in forces_print() 1680 ForCES_V(fhdr), mlen, flg_raw); in forces_print() 1682 ForCES_SID(fhdr), ForCES_node(ForCES_SID(fhdr)), in forces_print() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | coff-rs6000.c | 2053 struct xcoff_ar_file_hdr_big *fhdr; in xcoff_write_armap_big() local 2092 fhdr = &x_artdata (abfd)->u.bhdr; in xcoff_write_armap_big() 2095 READ20 (fhdr->memoff, prevoff); in xcoff_write_armap_big() 2096 READ20 (fhdr->symoff, nextoff); in xcoff_write_armap_big() 2208 PRINT20 (fhdr->symoff, 0); in xcoff_write_armap_big() 2288 PRINT20 (fhdr->symoff64, nextoff); in xcoff_write_armap_big() 2291 PRINT20 (fhdr->symoff64, 0); in xcoff_write_armap_big() 2314 struct xcoff_ar_file_hdr *fhdr = &xtdata.u.hdr; in xcoff_write_archive_contents_old() local 2329 memcpy (fhdr->magic, XCOFFARMAG, SXCOFFARMAG); in xcoff_write_archive_contents_old() 2330 sprintf (fhdr->firstmemoff, "%zu", SIZEOF_AR_FILE_HDR); in xcoff_write_archive_contents_old() [all …]
|
| D | coff-alpha.c | 2027 struct internal_filehdr *fhdr, in alpha_adjust_headers() argument 2031 fhdr->f_flags |= F_ALPHA_CALL_SHARED; in alpha_adjust_headers() 2033 fhdr->f_flags |= F_ALPHA_SHARABLE; in alpha_adjust_headers()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | coff-rs6000.c | 2053 struct xcoff_ar_file_hdr_big *fhdr; in xcoff_write_armap_big() local 2092 fhdr = &x_artdata (abfd)->u.bhdr; in xcoff_write_armap_big() 2095 READ20 (fhdr->memoff, prevoff); in xcoff_write_armap_big() 2096 READ20 (fhdr->symoff, nextoff); in xcoff_write_armap_big() 2208 PRINT20 (fhdr->symoff, 0); in xcoff_write_armap_big() 2288 PRINT20 (fhdr->symoff64, nextoff); in xcoff_write_armap_big() 2291 PRINT20 (fhdr->symoff64, 0); in xcoff_write_armap_big() 2314 struct xcoff_ar_file_hdr *fhdr = &xtdata.u.hdr; in xcoff_write_archive_contents_old() local 2329 memcpy (fhdr->magic, XCOFFARMAG, SXCOFFARMAG); in xcoff_write_archive_contents_old() 2330 sprintf (fhdr->firstmemoff, "%zu", SIZEOF_AR_FILE_HDR); in xcoff_write_archive_contents_old() [all …]
|
| D | coff-alpha.c | 2025 struct internal_filehdr *fhdr, in alpha_adjust_headers() argument 2029 fhdr->f_flags |= F_ALPHA_CALL_SHARED; in alpha_adjust_headers() 2031 fhdr->f_flags |= F_ALPHA_SHARABLE; in alpha_adjust_headers()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | arc.c | 1490 arc_buf_hdr_t *fhdr; in buf_hash_insert() local 1504 for (fhdr = buf_hash_table.ht_table[idx], i = 0; fhdr != NULL; in buf_hash_insert() 1505 fhdr = fhdr->b_hash_next, i++) { in buf_hash_insert() 1506 if (HDR_EQUAL(hdr->b_spa, &hdr->b_dva, hdr->b_birth, fhdr)) in buf_hash_insert() 1507 return (fhdr); in buf_hash_insert() 1532 arc_buf_hdr_t *fhdr, **hdrp; in buf_hash_remove() local 1539 while ((fhdr = *hdrp) != hdr) { in buf_hash_remove() 1540 ASSERT3P(fhdr, !=, NULL); in buf_hash_remove() 1541 hdrp = &fhdr->b_hash_next; in buf_hash_remove()
|