Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dexec_elf.h118 #define STB_WEAK 2 /* like global - lower precedence */ macro
/bionic/libc/kernel/common/linux/
Delf.h107 #define STB_WEAK 2 macro
/bionic/linker/
Dlinker.cpp408 case STB_WEAK: in soinfo_elf_lookup()
974 if (ELF32_ST_BIND(s->st_info) != STB_WEAK) { in soinfo_relocate()
1235 if (ELF32_ST_BIND(s->st_info) != STB_WEAK) { in mips_relocate_got()