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

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

Completed in 57 milliseconds