Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/mod/
Dmodpost.h15 #undef ELF_ST_BIND
28 #define ELF_ST_BIND ELF32_ST_BIND macro
43 #define ELF_ST_BIND ELF64_ST_BIND macro
Dmodpost.c634 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_modversions()
635 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_modversions()
666 ELF_ST_BIND(sym->st_info) == STB_WEAK, in handle_modversions()
/linux-4.4.14/scripts/
Dsortextable.h28 #undef ELF_ST_BIND
50 # define ELF_ST_BIND ELF64_ST_BIND macro
71 # define ELF_ST_BIND ELF32_ST_BIND macro
Drecordmcount.h45 #undef ELF_ST_BIND
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); in find_secsym_ndx()
/linux-4.4.14/include/uapi/linux/
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/x86/tools/
Drelocs_64.c14 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
Drelocs_32.c14 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
Drelocs.c548 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()
/linux-4.4.14/arch/mips/kernel/
Dmodule-rela.c130 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
Dmodule.c219 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate()
/linux-4.4.14/kernel/
Dkexec_file.c968 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()
Dmodule.c2152 if (!ksym && ELF_ST_BIND(sym[i].st_info) == STB_WEAK) in simplify_symbols()
2399 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()