Searched refs:s_bind (Results 1 – 2 of 2) sorted by relevance
2836 uint_t s_bind, s_type, type; in Psymbol_iter_com() local2841 s_bind = GELF_ST_BIND(sym.st_info); in Psymbol_iter_com()2852 if (s_bind < STB_NUM && s_type < STT_NUM) { in Psymbol_iter_com()2853 type = (1 << (s_type + 8)) | (1 << s_bind); in Psymbol_iter_com()
1909 uchar_t s_bind = GELF_ST_BIND(sym->st_info); in mdb_tgt_sym_match() local1919 if (s_bind < STB_NUM && s_type < STT_NUM) { in mdb_tgt_sym_match()1920 uint_t type = (1 << (s_type + 8)) | (1 << s_bind); in mdb_tgt_sym_match()