Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h191 unsigned char st_info; member
199 unsigned char st_info; member
/bionic/linker/
Ddlfcn.cpp118 unsigned bind = ELF_ST_BIND(sym->st_info); in dlsym()
Dlinker.cpp443 switch (ELF_ST_BIND(s->st_info)) { in ElfW()
458 ELF_ST_BIND(s->st_info), name, si->name); in ElfW()
956 if (ELF_ST_BIND(s->st_info) != STB_WEAK) { in soinfo_relocate()
1221 if (ELF_ST_BIND(s->st_info) != STB_WEAK) { in soinfo_relocate()
1433 if (ELF_ST_BIND(s->st_info) != STB_WEAK) { in mips_relocate_got()