Searched refs:st_info (Results 1 – 3 of 3) sorted by relevance
/bionic/linker/ |
D | dlfcn.c | 110 bind = ELF32_ST_BIND(sym->st_info); in dlsym() 191 st_info: STB_GLOBAL << 4, 196 st_info: STB_GLOBAL << 4, 201 st_info: STB_GLOBAL << 4, 206 st_info: STB_GLOBAL << 4, 211 st_info: STB_GLOBAL << 4, 217 st_info: STB_GLOBAL << 4, 223 st_info: STB_GLOBAL << 4,
|
D | linker.cpp | 406 switch(ELF32_ST_BIND(s->st_info)){ in soinfo_elf_lookup() 585 s->st_info, s->st_shndx, s->st_value, s->st_size, 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()
|
/bionic/libc/kernel/common/linux/ |
D | elf.h | 175 unsigned char st_info; member 182 unsigned char st_info; member
|