Home
last modified time | relevance | path

Searched refs:sl_bind (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/sgs/include/
H A Drtld.h1070 uchar_t sl_bind; /* symbols binding (returned) */ member
1078 sl.sl_rsym = (rsym), sl.sl_rtype = (rtype), sl.sl_bind = 0, \
/titanic_50/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c722 if (sl.sl_bind != STB_WEAK) { in elf_reloc()
/titanic_50/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c698 if (sl.sl_bind != STB_WEAK) { in elf_reloc()
/titanic_50/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c852 if (sl.sl_bind != STB_WEAK) { in elf_reloc()
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c1081 if (sl.sl_bind != STB_WEAK) { in elf_reloc()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c3232 slp->sl_bind = STB_GLOBAL; in lookup_sym()
3233 else if ((slp->sl_bind = ELF_ST_BIND(rsym->st_info)) == in lookup_sym()