Searched refs:STB_WEAK (Results 1 – 5 of 5) sorted by relevance
62 ELF_ST_BIND(s->st_info) == STB_WEAK)) { in is_symbol_global_and_defined()
120 if (ELF_ST_BIND(relocator.si_symtab[r_sym].st_info) != STB_WEAK) { in lookup_symbol()
2348 if ((bind == STB_GLOBAL || bind == STB_WEAK) && sym->st_shndx != 0) { in do_dlsym()
94 #define STB_WEAK 2 macro
858 #define STB_WEAK 2 /* like global - lower precedence */ macro