Searched refs:ELF32_ST_BIND (Results 1 – 13 of 13) sorted by relevance
132 #define ELF32_ST_BIND(i) ((i) >> 4) macro
81 #define ELF_ST_BIND ELF32_ST_BIND
205 #define ELF32_ST_BIND(info) ((info) >> 4) macro
116 #define ELF_ST_BIND ELF32_ST_BIND
705 #define ELF32_ST_BIND(info) ((info) >> 4) macro
90 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_syminit32()153 if ((ELF32_ST_BIND(lhs->st_info) == STB_WEAK) != in dt_module_symcomp32()154 (ELF32_ST_BIND(rhs->st_info) == STB_WEAK)) in dt_module_symcomp32()155 return (ELF32_ST_BIND(lhs->st_info) == STB_WEAK ? 1 : -1); in dt_module_symcomp32()201 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_symsort32()
53 if (ELF32_ST_BIND(symp->st_info) == STB_GLOBAL) { in check_file_to_type()
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()
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()
54 #define ELF_ST_BIND ELF32_ST_BIND
337 n_bind = ELF32_ST_BIND((orig_list + nextsym)->syminfo); in remove_dup_syms()
815 bind = ELF32_ST_BIND(symp->st_info); in ctf_symtab_iter()
497 dst->st_info = ELF64_ST_INFO(ELF32_ST_BIND(s->st_info), in gelf_getsym()