Searched refs:st_bind (Results 1 – 1 of 1) sorted by relevance
35 static bool __resolve_sym(struct ta_elf *elf, unsigned int st_bind, in __resolve_sym() argument48 if (st_bind == STB_GLOBAL || (weak_ok && st_bind == STB_WEAK)) in __resolve_sym()52 if (st_bind == STB_WEAK && st_shndx == SHN_UNDEF) { in __resolve_sym()
Completed in 4 milliseconds