Searched refs:STB_GLOBAL (Results 1 – 3 of 3) sorted by relevance
117 if ((bind == STB_GLOBAL || bind == STB_WEAK) && sym->st_shndx != 0) { in dlsym()181 (shndx == 0) ? 0 : (STB_GLOBAL << 4), \188 (shndx == 0) ? 0 : (STB_GLOBAL << 4), \
498 if (ELF_ST_BIND(s->st_info) == STB_GLOBAL || in is_symbol_global_and_defined()
122 #define STB_GLOBAL 1 macro