Searched refs:S_INRANGE (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c348 if (!S_INRANGE(value, 8)) {
372 if (!S_INRANGE(value, 16)) {
384 if (!S_INRANGE(value, 22)) {
402 if (!S_INRANGE(value, 22)) {
H A Dsparc_elf.c128 if (S_INRANGE(disp, 23) && !(rtld_flags & RT_FL_NOBAPLT)) {
144 S_INRANGE(disp, 20)) {
/illumos-gate/usr/src/cmd/sgs/include/
H A Dsgs.h90 #define S_INRANGE(v, n) (((-(1 << (n)) - 1) < (v)) && ((v) < (1 << (n)))) macro
/illumos-gate/usr/src/uts/common/krtld/
H A Dreloc.h190 #define S_INRANGE(v, n) (((-(1l << (n)) - 1l) < (v)) && ((v) < (1l << (n)))) macro
/illumos-gate/usr/src/uts/sparc/krtld/
H A Ddoreloc.c574 (S_INRANGE((Sxword)uvalue, rep->re_sigbits - 1) == 0)) ||
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c169 if (S_INRANGE(disp, 23) && !(rtld_flags & RT_FL_NOBAPLT)) {
183 if (S_INRANGE(disp, 20)) {
1305 (S_INRANGE((Sxword)value, 29) == 0)) {

Completed in 67 milliseconds