Searched defs:high_bnd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c2537 long high = dynaddr_n - 1, high_bnd; local
2547 high_bnd = high;
2555 high_bnd = high;
2573 * high_bnd. This is a linear search, but a short one.
2576 for (mid = low_bnd; mid <= high_bnd; mid++) {

Completed in 61 milliseconds