Searched refs:ELF32_ST_BIND (Results 1 – 13 of 13) sorted by relevance
205 if (ELF32_ST_BIND(symref->st_info) == STB_LOCAL) { in do_relocate() 224 if (ELF32_ST_BIND(symref->st_info) in do_relocate()
132 #define ELF32_ST_BIND(i) ((i) >> 4) macro
81 #define ELF_ST_BIND ELF32_ST_BIND
116 #define ELF_ST_BIND ELF32_ST_BIND
689 #define ELF32_ST_BIND(info) ((info) >> 4) macro
205 #define ELF32_ST_BIND(info) ((info) >> 4) macro
91 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_syminit32() 154 if ((ELF32_ST_BIND(lhs->st_info) == STB_WEAK) != in dt_module_symcomp32() 155 (ELF32_ST_BIND(rhs->st_info) == STB_WEAK)) in dt_module_symcomp32() 156 return (ELF32_ST_BIND(lhs->st_info) == STB_WEAK ? 1 : -1); in dt_module_symcomp32() 202 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_symsort32()
866 if ((ELF32_ST_BIND(lhs->st_info) == STB_WEAK) != in gelf32_sym_compare() 867 (ELF32_ST_BIND(rhs->st_info) == STB_WEAK)) in gelf32_sym_compare() 868 return (ELF32_ST_BIND(lhs->st_info) == STB_WEAK ? 1 : -1); in gelf32_sym_compare() 912 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in gelf32_symtab_sort() 972 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in gelf32_symtab_init() 985 if (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || in gelf32_symtab_init()
54 #define ELF_ST_BIND ELF32_ST_BIND
931 stbind = ELF32_ST_BIND(symtab_entry->st_info); in scan_archive_symbols() 1018 stbind = ELF32_ST_BIND(symtab_entry->st_info); in scan_symbols() 1094 stbind = ELF32_ST_BIND(symtab_entry->st_info); in bind_symbols()
134 ((ELF32_ST_BIND(i) == STB_GLOBAL) || \135 (gflag && (ELF32_ST_BIND(i) == STB_LOCAL))))
339 n_bind = ELF32_ST_BIND((orig_list + nextsym)->syminfo); in remove_dup_syms()
497 dst->st_info = ELF64_ST_INFO(ELF32_ST_BIND(s->st_info), in gelf_getsym()