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