Searched refs:ELF_ST_BIND (Results 1 – 19 of 19) sorted by relevance
17 #undef ELF_ST_BIND30 #define ELF_ST_BIND ELF32_ST_BIND macro45 #define ELF_ST_BIND ELF64_ST_BIND macro
715 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_symbol()716 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_symbol()734 ELF_ST_BIND(sym->st_info) == STB_WEAK, in handle_symbol()2059 unsigned char bind = ELF_ST_BIND(sym->st_info); in read_symbols()
60 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro71 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
95 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
98 #define ELF_ST_BIND(x) ((x) >> 4) macro100 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)102 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
135 #define ELF_ST_BIND(x) ((x) >> 4) macro137 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)139 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
112 #define ELF_ST_BIND(x) ((x) >> 4) macro114 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)116 #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()
33 #undef ELF_ST_BIND55 # define ELF_ST_BIND ELF64_ST_BIND macro76 # 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()
337 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
347 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
1070 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()
2398 (ELF_ST_BIND(sym[i].st_info) == STB_WEAK || in simplify_symbols()2682 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()