Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1211 slp->sl_rsymndx = (((ulong_t)sym - in sym_lookup_in_caller()
1283 if ((sl.sl_rsymndx) && ((sip = SYMINFO(clmp)) != NULL)) { in dlsym_core()
1286 (sl.sl_rsymndx * SYMINENT(clmp))); in dlsym_core()
1297 sl.sl_rsymndx = 0; in dlsym_core()
2111 if (sl.sl_rsymndx && ((sip = SYMINFO(clmp)) != NULL)) { in dlinfo_core()
2114 (sl.sl_rsymndx * SYMINENT(lmp))); in dlinfo_core()
H A Danalyze.c2974 if (((rsymndx = slp->sl_rsymndx) != 0) && in _lookup_sym()
3263 sl.sl_rsymndx = 0; in lookup_sym()
H A Delf.c2709 sl1.sl_rsymndx = 0;
/titanic_41/usr/src/cmd/sgs/include/
H A Drtld.h1066 ulong_t sl_rsymndx; /* referencing reloc symndx */ member
1077 sl.sl_id = (id), sl.sl_hash = (hash), sl.sl_rsymndx = (rsymndx), \