Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/scripts/mod/
Dmodpost.h22 #define ELF_ST_BIND ELF32_ST_BIND macro
37 #define ELF_ST_BIND ELF64_ST_BIND macro
Dmodpost.c633 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_modversions()
634 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_modversions()
665 ELF_ST_BIND(sym->st_info) == STB_WEAK, in handle_modversions()
/linux-4.1.27/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.1.27/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.1.27/kernel/
Dmodule.c1981 if (!ksym && ELF_ST_BIND(sym[i].st_info) == STB_WEAK) in simplify_symbols()
2228 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()
Dkexec.c2600 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()