Home
last modified time | relevance | path

Searched refs:bh_size (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dbindings.c121 if ((new_bhp = mmap(0, bhp->bh_size, PROT_READ | PROT_WRITE, in remap_buffer()
134 current_map_len = bhp->bh_size; in remap_buffer()
148 if (ftruncate(fd, bhp->bh_size + BLKSIZE) == -1) { in grow_buffer()
154 bhp->bh_size += BLKSIZE; in grow_buffer()
163 while (bhp->bh_end + STRBLKSIZE > bhp->bh_size) in get_new_strbuf()
202 while ((sizeof (binding_entry) + bhp->bh_end) > bhp->bh_size) in get_new_entry()
269 current_map_len = bhp->bh_size = init_size; in la_version()
321 if (bhp->bh_size != current_map_len) in la_version()
403 if (bhp->bh_size != current_map_len) { in la_sparcv9_pltenter()
H A Dbindings.h60 unsigned int bh_size; member
H A Ddumpbind.c190 if ((tmp_bhp = (bindhead *)mmap(0, bhp->bh_size, in main()