Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/mod/
A Dmodpost.h18 #undef ELF_ST_BIND
30 #define ELF_ST_BIND ELF32_ST_BIND macro
44 #define ELF_ST_BIND ELF64_ST_BIND macro
A Dmodpost.c633 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_symbol()
634 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_symbol()
652 ELF_ST_BIND(sym->st_info) == STB_WEAK); in handle_symbol()
/linux-6.3-rc2/tools/perf/util/
A Dgenelf.h65 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro
76 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
A Dgenelf.c92 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
/linux-6.3-rc2/include/uapi/linux/
A 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.3-rc2/arch/x86/tools/
A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
A Drelocs.c624 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()
/linux-6.3-rc2/arch/mips/boot/tools/
A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
A Drelocs.c504 unsigned bind = ELF_ST_BIND(sym->st_info); in do_reloc()
/linux-6.3-rc2/scripts/
A Dsorttable.h36 #undef ELF_ST_BIND
61 # define ELF_ST_BIND ELF64_ST_BIND macro
85 # define ELF_ST_BIND ELF32_ST_BIND macro
A 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.3-rc2/arch/mips/kernel/
A Dmodule.c344 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
/linux-6.3-rc2/arch/riscv/kernel/
A Dmodule.c364 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/linux-6.3-rc2/arch/loongarch/kernel/
A Dmodule.c426 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/linux-6.3-rc2/kernel/module/
A Dkallsyms.c41 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()
A Dmain.c1324 (ELF_ST_BIND(sym[i].st_info) == STB_WEAK || in simplify_symbols()
/linux-6.3-rc2/kernel/
A Dkexec_file.c1061 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()

Completed in 37 milliseconds