Searched refs:record_length (Results 1 – 6 of 6) sorted by relevance
251 uint8_t record_length; /* SDR Record Length */249 uint8_t record_length; /* SDR Record Length */ global() member
1179 sdrlen = sizeof(shdr) + shdr.record_length; in get_sdr()
4746 uint16_t record_length; in populate_publics_stream() local4766 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()
212 uint16_t record_length; member
357 # record_length[2] is the length of the data part of 1st reorcd (without "type" and "length" fields…
84473 Delete length == -1 checks. Sanity check record_length.