Searched refs:s_bind (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c2836 uint_t s_bind, s_type, type; local
2841 s_bind = GELF_ST_BIND(sym.st_info);
2852 if (s_bind < STB_NUM && s_type < STT_NUM) {
2853 type = (1 << (s_type + 8)) | (1 << s_bind);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c1909 uchar_t s_bind = GELF_ST_BIND(sym->st_info); local
1919 if (s_bind < STB_NUM && s_type < STT_NUM) {
1920 uint_t type = (1 << (s_type + 8)) | (1 << s_bind);

Completed in 55 milliseconds