Searched refs:STB_WEAK (Results 1 – 4 of 4) sorted by relevance
195 if (ELF_ST_BIND(local_sym->st_info) != STB_WEAK) { in mips_relocate_got()
159 ELF_ST_BIND(s->st_info) == STB_WEAK) { in is_symbol_global_and_defined()
2394 if ((bind == STB_GLOBAL || bind == STB_WEAK) && sym->st_shndx != 0) { in do_dlsym()2924 if (ELF_ST_BIND(s->st_info) != STB_WEAK) { in relocate()
103 #define STB_WEAK 2 macro