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

/freebsd-12-stable/lib/libproc/
H A Dproc_sym.c117 int bind1, bind2; local
131 bind2 = GELF_ST_BIND(sym2.st_info);
132 if (bind1 != bind2) {
133 if (bind1 == STB_LOCAL && bind2 != STB_LOCAL)
135 if (bind1 != STB_LOCAL && bind2 == STB_LOCAL)

Completed in 109 milliseconds