Home
last modified time | relevance | path

Searched refs:RT_FL_NOBAPLT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h293 #define RT_FL_NOBAPLT 0x00004000 /* sparc: don't use ba plt's */ macro
H A Dutil.c1692 val = RT_FL_NOBAPLT; in ld_generic_env()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c128 if (S_INRANGE(disp, 23) && !(rtld_flags & RT_FL_NOBAPLT)) { in elf_plt_write()
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c169 if (S_INRANGE(disp, 23) && !(rtld_flags & RT_FL_NOBAPLT)) { in elf_plt_write()