HomeSort by: relevance | last modified time | path
    Searched refs:bhdr (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_discovery.c 169 struct binary_header *bhdr; local
187 bhdr = (struct binary_header *)adev->discovery;
189 if (le32_to_cpu(bhdr->binary_signature) != BINARY_SIGNATURE) {
196 sizeof(bhdr->binary_checksum);
197 size = bhdr->binary_size - offset;
198 checksum = bhdr->binary_checksum;
207 info = &bhdr->table_list[IP_DISCOVERY];
225 info = &bhdr->table_list[GC];
254 struct binary_header *bhdr; local
271 bhdr = (struct binary_header *)adev->discovery
333 struct binary_header *bhdr; local
380 struct binary_header *bhdr; local
    [all...]
  /src/external/bsd/libpcap/dist/
sf-pcapng.c 283 struct block_header bhdr; local
290 status = read_bytes(fp, &bhdr, sizeof(bhdr), 0, errbuf);
295 bhdr.block_type = SWAPLONG(bhdr.block_type);
296 bhdr.total_length = SWAPLONG(bhdr.total_length);
303 if (bhdr.total_length < sizeof(struct block_header) +
307 bhdr.total_length,
315 if ((bhdr.total_length % 4) != 0)
    [all...]
  /src/external/gpl3/binutils/dist/include/coff/
xcoff.h 652 struct xcoff_ar_file_hdr_big bhdr; member in union:xcoff_artdata::__anon10421
662 u.hdr.magic and u.bhdr.magic have the same size and position. */
  /src/external/gpl3/binutils.old/dist/include/coff/
xcoff.h 652 struct xcoff_ar_file_hdr_big bhdr; member in union:xcoff_artdata::__anon11885
662 u.hdr.magic and u.bhdr.magic have the same size and position. */
  /src/external/gpl3/gdb.old/dist/include/coff/
xcoff.h 652 struct xcoff_ar_file_hdr_big bhdr; member in union:xcoff_artdata::__anon449
662 u.hdr.magic and u.bhdr.magic have the same size and position. */
  /src/external/gpl3/gdb/dist/include/coff/
xcoff.h 652 struct xcoff_ar_file_hdr_big bhdr; member in union:xcoff_artdata::__anon861
662 u.hdr.magic and u.bhdr.magic have the same size and position. */
  /src/external/gpl3/binutils/dist/bfd/
coff-rs6000.c 1424 GET_VALUE_IN_FIELD (off, x_artdata (abfd)->u.bhdr.symoff, 10);
1574 memcpy (&x_artdata (abfd)->u.bhdr, &hdr, SIZEOF_AR_FILE_HDR_BIG);
1816 x_artdata (archive)->u.bhdr.memoff, 10)
1818 x_artdata (archive)->u.bhdr.symoff, 10))
2082 fhdr = &x_artdata (abfd)->u.bhdr;
2528 struct xcoff_ar_file_hdr_big *fhdr = &xtdata.u.bhdr;
coff64-rs6000.c 1821 off = bfd_scan_vma (x_artdata (abfd)->u.bhdr.symoff64,
1945 memcpy (&x_artdata (abfd)->u.bhdr, &hdr, SIZEOF_AR_FILE_HDR_BIG);
  /src/external/gpl3/binutils.old/dist/bfd/
coff-rs6000.c 1424 GET_VALUE_IN_FIELD (off, x_artdata (abfd)->u.bhdr.symoff, 10);
1574 memcpy (&x_artdata (abfd)->u.bhdr, &hdr, SIZEOF_AR_FILE_HDR_BIG);
1816 x_artdata (archive)->u.bhdr.memoff, 10)
1818 x_artdata (archive)->u.bhdr.symoff, 10))
2082 fhdr = &x_artdata (abfd)->u.bhdr;
2528 struct xcoff_ar_file_hdr_big *fhdr = &xtdata.u.bhdr;
coff64-rs6000.c 1821 off = bfd_scan_vma (x_artdata (abfd)->u.bhdr.symoff64,
1945 memcpy (&x_artdata (abfd)->u.bhdr, &hdr, SIZEOF_AR_FILE_HDR_BIG);
  /src/external/gpl3/gdb.old/dist/bfd/
coff-rs6000.c 1424 GET_VALUE_IN_FIELD (off, x_artdata (abfd)->u.bhdr.symoff, 10);
1574 memcpy (&x_artdata (abfd)->u.bhdr, &hdr, SIZEOF_AR_FILE_HDR_BIG);
1816 x_artdata (archive)->u.bhdr.memoff, 10)
1818 x_artdata (archive)->u.bhdr.symoff, 10))
2082 fhdr = &x_artdata (abfd)->u.bhdr;
2528 struct xcoff_ar_file_hdr_big *fhdr = &xtdata.u.bhdr;
coff64-rs6000.c 1821 off = bfd_scan_vma (x_artdata (abfd)->u.bhdr.symoff64,
1945 memcpy (&x_artdata (abfd)->u.bhdr, &hdr, SIZEOF_AR_FILE_HDR_BIG);
  /src/external/gpl3/gdb/dist/bfd/
coff-rs6000.c 1424 GET_VALUE_IN_FIELD (off, x_artdata (abfd)->u.bhdr.symoff, 10);
1574 memcpy (&x_artdata (abfd)->u.bhdr, &hdr, SIZEOF_AR_FILE_HDR_BIG);
1816 x_artdata (archive)->u.bhdr.memoff, 10)
1818 x_artdata (archive)->u.bhdr.symoff, 10))
2082 fhdr = &x_artdata (abfd)->u.bhdr;
2528 struct xcoff_ar_file_hdr_big *fhdr = &xtdata.u.bhdr;
coff64-rs6000.c 1821 off = bfd_scan_vma (x_artdata (abfd)->u.bhdr.symoff64,
1945 memcpy (&x_artdata (abfd)->u.bhdr, &hdr, SIZEOF_AR_FILE_HDR_BIG);

Completed in 66 milliseconds