Searched defs:slookup (Results 1 – 1 of 1) sorted by relevance
1060 struct slookup { struct1061 const char *sl_name; /* symbol name */1062 Rt_map *sl_cmap; /* callers link-map */1063 Rt_map *sl_imap; /* initial link-map to search */1064 ulong_t sl_id; /* identifier for this lookup */1065 ulong_t sl_hash; /* symbol hash value */1066 ulong_t sl_rsymndx; /* referencing reloc symndx */1067 Sym *sl_rsym; /* referencing symbol */1068 uchar_t sl_rtype; /* relocation type associate with */1070 uchar_t sl_bind; /* symbols binding (returned) */[all …]