Searched refs:ELF_ST_BIND (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/arch/x86/tools/
H A Drelocs_64.c14 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
H A Drelocs_32.c14 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
H A Drelocs.c548 sym_bind(ELF_ST_BIND(sym->st_info)), print_absolute_symbols()
/linux-4.4.14/scripts/mod/
H A Dmodpost.h15 #undef ELF_ST_BIND macro
28 #define ELF_ST_BIND ELF32_ST_BIND macro
43 #define ELF_ST_BIND ELF64_ST_BIND macro
H A Dmodpost.c634 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && handle_modversions()
635 ELF_ST_BIND(sym->st_info) != STB_WEAK) handle_modversions()
666 ELF_ST_BIND(sym->st_info) == STB_WEAK, handle_modversions()
/linux-4.4.14/scripts/
H A Dsortextable.h28 #undef ELF_ST_BIND macro
50 # define ELF_ST_BIND ELF64_ST_BIND macro
71 # define ELF_ST_BIND ELF32_ST_BIND macro
H A Drecordmcount.h45 #undef ELF_ST_BIND macro
79 # define ELF_ST_BIND ELF64_ST_BIND macro
112 # define ELF_ST_BIND ELF32_ST_BIND macro
430 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); find_secsym_ndx()
/linux-4.4.14/include/uapi/linux/
H A Delf.h130 #define ELF_ST_BIND(x) ((x) >> 4) macro
132 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)
134 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
/linux-4.4.14/arch/mips/kernel/
H A Dmodule-rela.c130 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) apply_relocate_add()
H A Dmodule.c219 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) apply_relocate()
/linux-4.4.14/kernel/
H A Dkexec_file.c968 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) kexec_purgatory_find_symbol()
H A Dmodule.c2152 if (!ksym && ELF_ST_BIND(sym[i].st_info) == STB_WEAK) simplify_symbols()
2399 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { elf_type()

Completed in 186 milliseconds