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

/osnet-11/usr/src/lib/libproc/common/
H A DPsymtab.c2866 uint_t s_bind, s_type, type; local
2871 s_bind = GELF_ST_BIND(sym.st_info);
2882 if (s_bind < STB_NUM && s_type < STT_NUM) {
2883 type = (1 << (s_type + 8)) | (1 << s_bind);

Completed in 30 milliseconds