Lines Matching defs:bind
413 /* Only accept one non-weak bind. */
419 /* already have a non-weak bind, and
420 * this is a weak bind, so ignore.
468 int bind;
525 int bind = GELF_ST_BIND(sym->sym.st_info);
541 if (found->bind != STB_WEAK && bind != STB_WEAK) {
542 /* Only accept one non-weak bind. */
547 } else if (bind == STB_WEAK) {
548 /* already have a non-weak bind, and
549 * this is a weak bind, so ignore.
557 found->bind = bind;