Home
last modified time | relevance | path

Searched defs:slookup (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h1061 struct slookup { struct
1062 const char *sl_name; /* symbol name */
1063 Rt_map *sl_cmap; /* callers link-map */
1064 Rt_map *sl_imap; /* initial link-map to search */
1065 ulong_t sl_id; /* identifier for this lookup */
1066 ulong_t sl_hash; /* symbol hash value */
1067 ulong_t sl_rsymndx; /* referencing reloc symndx */
1068 Sym *sl_rsym; /* referencing symbol */
1069 uchar_t sl_rtype; /* relocation type associate with */
1071 uchar_t sl_bind; /* symbols binding (returned) */
[all …]