Home
last modified time | relevance | path

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

/linux-6.6.21/scripts/mod/
Dmodpost.h18 #undef ELF_ST_BIND
30 #define ELF_ST_BIND ELF32_ST_BIND macro
44 #define ELF_ST_BIND ELF64_ST_BIND macro
Dmodpost.c634 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_symbol()
635 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_symbol()
653 ELF_ST_BIND(sym->st_info) == STB_WEAK); in handle_symbol()
1200 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in check_export_symbol()
1201 ELF_ST_BIND(sym->st_info) != STB_WEAK) { in check_export_symbol()
/linux-6.6.21/tools/perf/util/
Dgenelf.h68 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro
79 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
Dgenelf.c92 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
/linux-6.6.21/include/uapi/linux/
Delf.h136 #define ELF_ST_BIND(x) ((x) >> 4) macro
138 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)
140 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
/linux-6.6.21/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.c624 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()
/linux-6.6.21/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-6.6.21/scripts/
Dsorttable.h36 #undef ELF_ST_BIND
61 # define ELF_ST_BIND ELF64_ST_BIND macro
85 # define ELF_ST_BIND ELF32_ST_BIND macro
Drecordmcount.h49 #undef ELF_ST_BIND
88 # define ELF_ST_BIND ELF64_ST_BIND macro
126 # define ELF_ST_BIND ELF32_ST_BIND macro
532 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); in find_secsym_ndx()
/linux-6.6.21/arch/mips/kernel/
Dmodule.c344 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
/linux-6.6.21/arch/riscv/kernel/
Dmodule.c364 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/linux-6.6.21/kernel/module/
Dkallsyms.c42 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()
Dmain.c1415 (ELF_ST_BIND(sym[i].st_info) == STB_WEAK || in simplify_symbols()
/linux-6.6.21/arch/loongarch/kernel/
Dmodule.c446 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/linux-6.6.21/kernel/
Dkexec_file.c1080 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()