HomeSort by: relevance | last modified time | path
    Searched defs:record_length (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/
ipmivar.h 251 uint8_t record_length; /* SDR Record Length */ member in struct:sdrhdr
  /src/external/gpl3/binutils/dist/ld/
pdb.c 4846 uint16_t record_length; local
4866 record_length = sizeof (struct pubsym) + name_len + 1;
4868 if (record_length % 4)
4869 padding = 4 - (record_length % 4);
4876 bfd_putl16 (record_length + padding - sizeof (uint16_t),
4877 &ps.record_length);
pdb.h 212 uint16_t record_length; member in struct:pubsym
  /src/external/gpl3/binutils.old/dist/ld/
pdb.c 4847 uint16_t record_length; local
4867 record_length = sizeof (struct pubsym) + name_len + 1;
4869 if (record_length % 4)
4870 padding = 4 - (record_length % 4);
4877 bfd_putl16 (record_length + padding - sizeof (uint16_t),
4878 &ps.record_length);
pdb.h 212 uint16_t record_length; member in struct:pubsym

Completed in 33 milliseconds