Searched refs:binding_entry (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dbindings.h50 } binding_entry; typedef in typeref:struct:_bind_entry
H A Dbindings.c202 while ((sizeof (binding_entry) + bhp->bh_end) > bhp->bh_size)
205 bhp->bh_end += sizeof (binding_entry);
420 binding_entry * bep;
429 bep = (binding_entry *)((char *)bhp + be_off);
438 binding_entry *prev_bep = NULL;
440 binding_entry *cur_bep;
450 cur_bep = (binding_entry *)((char *)bhp +
457 cur_bep = (binding_entry *)((char *)bhp +
474 cur_bep = (binding_entry *)((char *)bhp +
485 binding_entry * new_be
[all...]
H A Ddumpbind.c219 binding_entry * bep;
224 bep = (binding_entry *)((char *)bhp + bep_off);

Completed in 475 milliseconds