Home
last modified time | relevance | path

Searched refs:record_length (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/
H A Dipmivar.h251 uint8_t record_length; /* SDR Record Length */
249 uint8_t record_length; /* SDR Record Length */ global() member
H A Dipmi.c1179 sdrlen = sizeof(shdr) + shdr.record_length; in get_sdr()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.c4746 uint16_t record_length; in populate_publics_stream() local
4766 record_length = sizeof (struct pubsym) + name_len + 1; in populate_publics_stream()
4768 if (record_length % 4) in populate_publics_stream()
4769 padding = 4 - (record_length % 4); in populate_publics_stream()
4776 bfd_putl16 (record_length + padding - sizeof (uint16_t), in populate_publics_stream()
4777 &ps.record_length); in populate_publics_stream()
H A Dpdb.h212 uint16_t record_length; member
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsniffer357 # record_length[2] is the length of the data part of 1st reorcd (without "type" and "length" fields…
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git84473 Delete length == -1 checks. Sanity check record_length.