Searched refs:S_INRANGE (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_a.out.c | 348 if (!S_INRANGE(value, 8)) { in aout_reloc() 372 if (!S_INRANGE(value, 16)) { in aout_reloc() 384 if (!S_INRANGE(value, 22)) { in aout_reloc() 402 if (!S_INRANGE(value, 22)) { in aout_reloc()
|
H A D | sparc_elf.c | 128 if (S_INRANGE(disp, 23) && !(rtld_flags & RT_FL_NOBAPLT)) { in elf_plt_write() 144 S_INRANGE(disp, 20)) { in elf_plt_write()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | sgs.h | 90 #define S_INRANGE(v, n) (((-(1 << (n)) - 1) < (v)) && ((v) < (1 << (n)))) macro
|
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 169 if (S_INRANGE(disp, 23) && !(rtld_flags & RT_FL_NOBAPLT)) { in elf_plt_write() 183 if (S_INRANGE(disp, 20)) { in elf_plt_write() 1305 (S_INRANGE((Sxword)value, 29) == 0)) { in elf_reloc()
|
/titanic_50/usr/src/uts/common/krtld/ |
H A D | reloc.h | 190 #define S_INRANGE(v, n) (((-(1l << (n)) - 1l) < (v)) && ((v) < (1l << (n)))) macro
|
/titanic_50/usr/src/uts/sparc/krtld/ |
H A D | doreloc.c | 574 (S_INRANGE((Sxword)uvalue, rep->re_sigbits - 1) == 0)) || in do_reloc_krtld()
|