OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 01:34:59 UTC 2026