Lines Matching refs:bind
218 /* Only accept one non-weak bind. */
224 /* already have a non-weak bind, and
225 * this is a weak bind, so ignore.
273 int bind;
330 int bind = GELF_ST_BIND(sym->sym.st_info);
346 if (found->bind != STB_WEAK && bind != STB_WEAK) {
347 /* Only accept one non-weak bind. */
352 } else if (bind == STB_WEAK) {
353 /* already have a non-weak bind, and
354 * this is a weak bind, so ignore.
362 found->bind = bind;