Home
last modified time | relevance | path

Searched refs:bind1 (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dsyms.c1789 uchar_t bind1, bind2; in compare() local
1823 bind1 = ELF_ST_BIND(sym1->st_info); in compare()
1830 if (bind1 > bind2) in compare()
1832 if (bind1 < bind2) in compare()
2875 uchar_t bind1 = ELF_ST_BIND(sym1->st_info); in ld_sym_process() local
2883 if (bind1 != STB_WEAK) in ld_sym_process()