Lines Matching full:bind
335 /* Only accept one non-weak bind. */
341 /* already have a non-weak bind, and
342 * this is a weak bind, so ignore.
390 int bind;
448 int bind = GELF_ST_BIND(sym->sym.st_info);
464 if (found->bind != STB_WEAK && bind != STB_WEAK) {
465 /* Only accept one non-weak bind. */
470 } else if (bind == STB_WEAK) {
471 /* already have a non-weak bind, and
472 * this is a weak bind, so ignore.
480 found->bind = bind;