Searched refs:entry_header (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dinfo.h62 struct entry_header struct
H A DStabs.cc816 if (InfoSize < sizeof (struct entry_header))
818 struct entry_header *e = (struct entry_header*) InfoData;
822 if (e->len > sizeof (struct entry_header))
824 copy_inout = *(int32_t*) (InfoData + sizeof (struct entry_header));
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dinfo.h62 struct entry_header struct
H A DStabs.cc815 if (InfoSize < sizeof (struct entry_header))
817 struct entry_header *e = (struct entry_header*) InfoData;
821 if (e->len > sizeof (struct entry_header))
823 copy_inout = *(int32_t*) (InfoData + sizeof (struct entry_header));
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dentry.c766 * First entry_header must be called to decode the size of the entry.
775 int entry_header(EntryHeader *eh) function
H A Dproto-slap.h1047 LDAP_SLAPD_F (int) entry_header LDAP_P(( EntryHeader *eh ));

Completed in 106 milliseconds