Home
last modified time | relevance | path

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

/linux/arch/x86/tools/
H A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
H A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
H A Drelocs.c590 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()
/linux/arch/mips/boot/tools/
H A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
H A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
H A Drelocs.c509 unsigned bind = ELF_ST_BIND(sym->st_info); in do_reloc()
/linux/scripts/
H 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/arch/mips/kernel/
H A Dmodule.c333 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
/linux/tools/perf/util/
H A Dgenelf.c67 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
/linux/arch/s390/tools/
H A Drelocs.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/linux/kernel/module/
H A Dkallsyms.c42 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()
H A Dmain.c1561 (ELF_ST_BIND(sym[i].st_info) == STB_WEAK || in simplify_symbols()
/linux/arch/loongarch/kernel/
H A Dmodule.c501 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/linux/arch/riscv/kernel/
H A Dmodule.c802 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/linux/kernel/
H A Dkexec_file.c1165 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()