Searched refs:ELF32_ST_BIND (Results 1 – 3 of 3) sorted by relevance
110 bind = ELF32_ST_BIND(sym->st_info); in dlsym()
406 switch(ELF32_ST_BIND(s->st_info)){ 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()
120 #define ELF32_ST_BIND(x) ELF_ST_BIND(x) macro