Home
last modified time | relevance | path

Searched refs:FLG_RT_REGSYMS (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/sgs/include/
H A Drtld.h847 #define FLG_RT_REGSYMS 0x08000000 /* object has DT_REGISTER entries */ macro
/titanic_44/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c555 if ((plt == 0) && (FLAGS(lmp) & FLG_RT_REGSYMS)) { in elf_reloc()
/titanic_44/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c74 { MSG_ORIG(MSG_FLG_REGSYMS), FLG_RT_REGSYMS, FLG_RT_REGSYMS},
/titanic_44/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c763 if ((plt == 0) && (FLAGS(lmp) & FLG_RT_REGSYMS)) { in elf_reloc()
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Delf.c2142 FLAGS(lmp) |= FLG_RT_REGSYMS;