Home
last modified time | relevance | path

Searched refs:bh_end (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dbindings.c163 while (bhp->bh_end + STRBLKSIZE > bhp->bh_size) in get_new_strbuf()
166 bhp->bh_strcur = bhp->bh_end; in get_new_strbuf()
167 bhp->bh_end = bhp->bh_strend = bhp->bh_strcur + STRBLKSIZE; in get_new_strbuf()
202 while ((sizeof (binding_entry) + bhp->bh_end) > bhp->bh_size) in get_new_entry()
204 new_ent = bhp->bh_end; in get_new_entry()
205 bhp->bh_end += sizeof (binding_entry); in get_new_entry()
270 bhp->bh_end = sizeof (bindhead); in la_version()
H A Dbindings.h62 unsigned int bh_end; member