Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_mips.cpp196 if (ELF_ST_BIND(local_sym->st_info) != STB_WEAK) { in mips_relocate_got()
Dlinker_soinfo.cpp152 ELF_ST_BIND(s->st_info) == STB_WEAK) { in is_symbol_global_and_defined()
Dlinker.cpp2130 if ((bind == STB_GLOBAL || bind == STB_WEAK) && sym->st_shndx != 0) { in do_dlsym()
2537 if (ELF_ST_BIND(s->st_info) != STB_WEAK) { in relocate()
/bionic/libc/kernel/uapi/linux/
Delf.h103 #define STB_WEAK 2 macro