Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c1926 uchar_t bind1, bind2; in compare() local
1960 bind1 = ELF_ST_BIND(sym1->st_info); in compare()
1967 if (bind1 > bind2) in compare()
1969 if (bind1 < bind2) in compare()
3057 uchar_t bind1 = ELF_ST_BIND(sym1->st_info); in ld_sym_process() local
3065 if (bind1 != STB_WEAK) in ld_sym_process()