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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c2490 uint_t dynaddr_n = 0; local
2527 dynaddr_n = SUNWSYMSORTSZ(lmp) / SUNWSORTENT(lmp);
2535 if (dynaddr_n > 0) { /* Binary search */
2537 long high = dynaddr_n - 1, high_bnd;

Completed in 49 milliseconds