Searched refs:SYMINFO_BT_LOWRESERVE (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsyminfo.c284 if ((syminfo->si_boundto < SYMINFO_BT_LOWRESERVE) &&
374 (bndto < SYMINFO_BT_LOWRESERVE) &&
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h490 #define SYMINFO_BT_LOWRESERVE 0xff00 /* beginning of reserved entries */ macro
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyms.c600 if (sip->si_boundto < SYMINFO_BT_LOWRESERVE)
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1289 (sip->si_boundto < SYMINFO_BT_LOWRESERVE))
2117 (sip->si_boundto < SYMINFO_BT_LOWRESERVE) &&
H A Danalyze.c2990 (bound > SYMINFO_BT_LOWRESERVE)) {
3007 if (bound < SYMINFO_BT_LOWRESERVE)
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h836 #define SYMINFO_BT_LOWRESERVE 0xff00 /* beginning of reserved entries */ macro
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1905 if (_info->si_boundto < SYMINFO_BT_LOWRESERVE)
1977 if (boundto >= SYMINFO_BT_LOWRESERVE) {

Completed in 82 milliseconds