Home
last modified time | relevance | path

Searched refs:st_info (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/Documentation/vDSO/
Dparse_vdso.c235 if (ELF64_ST_TYPE(sym->st_info) != STT_FUNC) in vdso_sym()
237 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in vdso_sym()
238 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in vdso_sym()
/linux-4.1.27/arch/powerpc/kernel/
Dvdso.c376 sym32_gen->st_info = sym32_fix->st_info; in vdso_do_func_patch32()
473 sym64_gen->st_info = sym64_fix->st_info; in vdso_do_func_patch64()
/linux-4.1.27/include/uapi/linux/
Delf.h186 unsigned char st_info; member
193 unsigned char st_info; /* Type and binding attributes */ member
/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/arch/sparc/kernel/
Dmodule.c75 if (ELF_ST_TYPE(sym[i].st_info) == STT_REGISTER) in module_frob_arch_sections()
/linux-4.1.27/scripts/
Dsortextable.h183 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in do_func()
Drecordmcount.h430 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); in find_secsym_ndx()
437 && ELF_ST_TYPE(symp->st_info) == STT_FUNC) in find_secsym_ndx()
/linux-4.1.27/scripts/mod/
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()
647 if (ELF_ST_TYPE(sym->st_info) == STT_SPARC_REGISTER) in handle_modversions()
665 ELF_ST_BIND(sym->st_info) == STB_WEAK, in handle_modversions()
1218 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION) in find_elf_symbol()
1336 return ELF_ST_TYPE(sym->st_info) == STT_FUNC; in is_function()
Dfile2alias.c1242 if (ELF_ST_TYPE(sym->st_info) != STT_OBJECT) in handle_moddevtable()
/linux-4.1.27/arch/alpha/kernel/
Dmodule.c269 if (ELF64_ST_TYPE (sym->st_info) == STT_SECTION) in apply_relocate_add()
/linux-4.1.27/arch/arm/kernel/
Dmodule.c172 if (ELF32_ST_TYPE(sym->st_info) == STT_FUNC && in apply_relocate()
/linux-4.1.27/arch/x86/kernel/
Dmachine_kexec_64.c477 name, sym->st_info, sym->st_shndx, sym->st_value, in arch_kexec_apply_relocations_add()
/linux-4.1.27/arch/x86/tools/
Drelocs.c547 sym_type(ELF_ST_TYPE(sym->st_info)), in print_absolute_symbols()
548 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()
/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()
2229 if (ELF_ST_TYPE(sym->st_info) == STT_OBJECT) in elf_type()
2360 mod->kallsyms->symtab[i].st_info in add_kallsyms()
3637 *type = kallsyms->symtab[symnum].st_info; in module_get_kallsym()
3657 kallsyms->symtab[i].st_info != 'U') in mod_find_symname()
Dkexec.c2600 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()
/linux-4.1.27/tools/perf/util/
Dsymbol-elf.c74 return GELF_ST_TYPE(sym->st_info); in elf_sym__type()
1059 GELF_ST_BIND(sym.st_info), elf_name); in dso__load_sym()