Home
last modified time | relevance | path

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

/netbsd-src/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)) in check_Info()
818 struct entry_header *e = (struct entry_header*) InfoData; in check_Info()
822 if (e->len > sizeof (struct entry_header)) in check_Info()
824 copy_inout = *(int32_t*) (InfoData + sizeof (struct entry_header)); in check_Info()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dinfo.h62 struct entry_header struct
H A DStabs.cc815 if (InfoSize < sizeof (struct entry_header)) in check_Info()
817 struct entry_header *e = (struct entry_header*) InfoData; in check_Info()
821 if (e->len > sizeof (struct entry_header)) in check_Info()
823 copy_inout = *(int32_t*) (InfoData + sizeof (struct entry_header)); in check_Info()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dentry.c775 int entry_header(EntryHeader *eh) in entry_header() function
H A Dproto-slap.h1047 LDAP_SLAPD_F (int) entry_header LDAP_P(( EntryHeader *eh ));