Searched refs:ELF_ST_BIND (Results 1 – 14 of 14) sorted by relevance
20 #undef ELF_ST_BIND32 #define ELF_ST_BIND ELF32_ST_BIND macro46 #define ELF_ST_BIND ELF64_ST_BIND macro
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)
15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
509 unsigned bind = ELF_ST_BIND(sym->st_info); in do_reloc()
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()
333 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
42 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()
447 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
801 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
1104 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()