Searched refs:ELF_ST_BIND (Results 1 – 12 of 12) sorted by relevance
15 #undef ELF_ST_BIND28 #define ELF_ST_BIND ELF32_ST_BIND macro43 #define ELF_ST_BIND ELF64_ST_BIND macro
634 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_modversions()635 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_modversions()666 ELF_ST_BIND(sym->st_info) == STB_WEAK, in handle_modversions()
28 #undef ELF_ST_BIND50 # define ELF_ST_BIND ELF64_ST_BIND macro71 # define ELF_ST_BIND ELF32_ST_BIND macro
45 #undef ELF_ST_BIND79 # define ELF_ST_BIND ELF64_ST_BIND macro112 # define ELF_ST_BIND ELF32_ST_BIND macro430 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); in find_secsym_ndx()
130 #define ELF_ST_BIND(x) ((x) >> 4) macro132 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)134 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
14 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
14 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
548 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()
130 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
219 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate()
968 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()
2152 if (!ksym && ELF_ST_BIND(sym[i].st_info) == STB_WEAK) in simplify_symbols()2399 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()