Home
last modified time | relevance | path

Searched refs:STB_GLOBAL (Results 1 – 4 of 4) sorted by relevance

/bionic/linker/
Ddlfcn.cpp230 ((shndx) == 0) ? 0 : (STB_GLOBAL << 4), \
237 ((shndx) == 0) ? 0 : (STB_GLOBAL << 4), \
Dlinker_soinfo.cpp151 if (ELF_ST_BIND(s->st_info) == STB_GLOBAL || in is_symbol_global_and_defined()
Dlinker.cpp2130 if ((bind == STB_GLOBAL || bind == STB_WEAK) && sym->st_shndx != 0) { in do_dlsym()
/bionic/libc/kernel/uapi/linux/
Delf.h102 #define STB_GLOBAL 1 macro