Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/mod/
Dmodpost.h16 #undef ELF_ST_BIND
29 #define ELF_ST_BIND ELF32_ST_BIND macro
44 #define ELF_ST_BIND ELF64_ST_BIND macro
Dmodpost.c658 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_modversions()
659 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_modversions()
689 ELF_ST_BIND(sym->st_info) == STB_WEAK, in handle_modversions()
/Linux-v4.19/tools/perf/util/
Dgenelf.h49 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro
58 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
Dgenelf.c96 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
/Linux-v4.19/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-v4.19/include/uapi/linux/
Delf.h131 #define ELF_ST_BIND(x) ((x) >> 4) macro
133 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)
135 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
/Linux-v4.19/arch/x86/tools/
Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
Drelocs.c550 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()
/Linux-v4.19/arch/mips/boot/tools/
Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
Drelocs.c504 unsigned bind = ELF_ST_BIND(sym->st_info); in do_reloc()
/Linux-v4.19/arch/mips/kernel/
Dmodule.c350 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
/Linux-v4.19/arch/riscv/kernel/
Dmodule.c324 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/Linux-v4.19/kernel/
Dkexec_file.c980 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()
Dmodule.c2280 if (!ksym && ELF_ST_BIND(sym[i].st_info) == STB_WEAK) in simplify_symbols()
2547 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()