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() 192 st_info: STB_GLOBAL << 4, 197 st_info: STB_GLOBAL << 4, 202 st_info: STB_GLOBAL << 4, 207 st_info: STB_GLOBAL << 4, 212 st_info: STB_GLOBAL << 4, 218 st_info: STB_GLOBAL << 4, 224 st_info: STB_GLOBAL << 4,
|
D | linker.c | 396 switch(ELF32_ST_BIND(s->st_info)){ in _elf_lookup() 580 s->st_info, s->st_shndx, s->st_value, s->st_size, 1305 if (ELF32_ST_BIND(s->st_info) != STB_WEAK) { in reloc_library()
|
/bionic/libc/kernel/common/linux/ |
D | elf.h | 175 unsigned char st_info; member 182 unsigned char st_info; member
|