Searched refs:ELF_ST_BIND (Results 1 – 17 of 17) sorted by relevance
16 #undef ELF_ST_BIND29 #define ELF_ST_BIND ELF32_ST_BIND macro44 #define ELF_ST_BIND ELF64_ST_BIND macro
723 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_modversions()724 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_modversions()754 ELF_ST_BIND(sym->st_info) == STB_WEAK, in handle_modversions()2069 unsigned char bind = ELF_ST_BIND(sym->st_info); in read_symbols()
58 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro67 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
96 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
26 #undef ELF_ST_BIND48 # define ELF_ST_BIND ELF64_ST_BIND macro69 # define ELF_ST_BIND ELF32_ST_BIND macro
44 #undef ELF_ST_BIND78 # define ELF_ST_BIND ELF64_ST_BIND macro111 # define ELF_ST_BIND ELF32_ST_BIND macro446 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); in find_secsym_ndx()
131 #define ELF_ST_BIND(x) ((x) >> 4) macro133 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)135 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
567 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()
316 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
338 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
1088 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()
2334 if (!ksym && ELF_ST_BIND(sym[i].st_info) == STB_WEAK) in simplify_symbols()2615 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()