Home
last modified time | relevance | path

Searched defs:entry_header (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dinfo.h62 struct entry_header struct
64 uint32_t type; /* The type of this entry. High 8 bits is the phase.
66 uint16_t len; /* length of this entry */
67 uint16_t col; /* Column number in source line */
68 uint32_t msgnum; /* Message number. High 8 bits is the phase.
70 uint32_t line; /* Line number in source file */
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dinfo.h62 struct entry_header struct
64 uint32_t type; /* The type of this entry. High 8 bits is the phase.
66 uint16_t len; /* length of this entry */
67 uint16_t col; /* Column number in source line */
68 uint32_t msgnum; /* Message number. High 8 bits is the phase.
70 uint32_t line; /* Line number in source file */
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dentry.c775 int entry_header(EntryHeader *eh) in entry_header() function