Searched refs:ELF_ST_BIND (Results 1 – 20 of 20) sorted by relevance
19 #undef ELF_ST_BIND31 #define ELF_ST_BIND ELF32_ST_BIND macro45 #define ELF_ST_BIND ELF64_ST_BIND macro
636 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_symbol()637 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_symbol()655 ELF_ST_BIND(sym->st_info) == STB_WEAK); in handle_symbol()1147 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in check_export_symbol()1148 ELF_ST_BIND(sym->st_info) != STB_WEAK) { in check_export_symbol()
68 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro79 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
92 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
624 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()
28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
504 unsigned bind = ELF_ST_BIND(sym->st_info); in do_reloc()
136 #define ELF_ST_BIND(x) ((x) >> 4) macro138 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)140 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
36 #undef ELF_ST_BIND61 # define ELF_ST_BIND ELF64_ST_BIND macro85 # define ELF_ST_BIND ELF32_ST_BIND macro
49 #undef ELF_ST_BIND88 # define ELF_ST_BIND ELF64_ST_BIND macro126 # define ELF_ST_BIND ELF32_ST_BIND macro532 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); in find_secsym_ndx()
300 #define ELF_ST_BIND(x) ((x) >> 4) macro303 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)305 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
344 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
364 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
42 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()
1415 (ELF_ST_BIND(sym[i].st_info) == STB_WEAK || in simplify_symbols()
446 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
1080 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()