Searched refs:st_bind (Results 1 – 1 of 1) sorted by relevance
46 static bool sym_compare(struct ta_elf *elf, unsigned int st_bind, in sym_compare() argument59 if (st_bind == STB_GLOBAL || (weak_ok && st_bind == STB_WEAK)) in sym_compare()63 if (st_bind == STB_WEAK && st_shndx == SHN_UNDEF) { in sym_compare()97 unsigned int st_bind = 0; in check_found_sym() local116 st_bind = ELF32_ST_BIND(sym32[n].st_info); in check_found_sym()123 st_bind = ELF64_ST_BIND(sym64[n].st_info); in check_found_sym()130 return sym_compare(elf, st_bind, st_type, st_shndx, st_name, st_value, in check_found_sym()