Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/tests/test_svc_tp_create/
H A Dtest_svc_tp_create.c77 static void bind2(void);
247 bind2(); in main()
306 bind2(void) in bind2() function
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c1926 uchar_t bind1, bind2; in compare() local
1961 bind2 = ELF_ST_BIND(sym2->st_info); in compare()
1967 if (bind1 > bind2) in compare()
1969 if (bind1 < bind2) in compare()
3076 uchar_t bind2 = in ld_sym_process() local
3082 (bind2 == STB_WEAK)) in ld_sym_process()