Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/sgs/include/
H A Drtld.h1066 uchar_t sl_bind; /* symbols binding (returned) */ member
1074 sl.sl_rsym = (rsym), sl.sl_rtype = (rtype), sl.sl_bind = 0, \
/onnv-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c720 if (sl.sl_bind != STB_WEAK) { in elf_reloc()
/onnv-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c850 if (sl.sl_bind != STB_WEAK) { in elf_reloc()
/onnv-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c696 if (sl.sl_bind != STB_WEAK) { in elf_reloc()
/onnv-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c1079 if (sl.sl_bind != STB_WEAK) { in elf_reloc()
/onnv-gate/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()