Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/mod/
Dmodpost.h20 #undef ELF_ST_BIND
32 #define ELF_ST_BIND ELF32_ST_BIND macro
46 #define ELF_ST_BIND ELF64_ST_BIND macro
Dmodpost.c616 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_symbol()
617 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_symbol()
635 ELF_ST_BIND(sym->st_info) == STB_WEAK); in handle_symbol()
1076 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in check_export_symbol()
1077 ELF_ST_BIND(sym->st_info) != STB_WEAK) { in check_export_symbol()
/linux-6.12.1/tools/perf/util/
Dgenelf.h71 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro
82 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
Dgenelf.c87 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
/linux-6.12.1/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.12.1/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.c615 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()
/linux-6.12.1/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.12.1/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.12.1/arch/mips/kernel/
Dmodule.c333 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
/linux-6.12.1/arch/s390/tools/
Drelocs.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/linux-6.12.1/kernel/module/
Dkallsyms.c42 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()
Dmain.c1440 (ELF_ST_BIND(sym[i].st_info) == STB_WEAK || in simplify_symbols()
/linux-6.12.1/arch/loongarch/kernel/
Dmodule.c447 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/linux-6.12.1/arch/riscv/kernel/
Dmodule.c811 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/linux-6.12.1/kernel/
Dkexec_file.c1104 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()