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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c2536 long low = 0, low_bnd; local
2546 low_bnd = low;
2560 low_bnd = low;
2572 * it will lie in the range bounded by low_bnd and
2576 for (mid = low_bnd; mid <= high_bnd; mid++) {

Completed in 50 milliseconds