Home
last modified time | relevance | path

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

/openbmc/linux/scripts/mod/
H A Dmodpost.h19 #undef ELF_ST_BIND
31 #define ELF_ST_BIND ELF32_ST_BIND macro
45 #define ELF_ST_BIND ELF64_ST_BIND macro
H A Dmodpost.c636 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_symbol()
637 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_symbol()
655 ELF_ST_BIND(sym->st_info) == STB_WEAK); in handle_symbol()
1147 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in check_export_symbol()
1148 ELF_ST_BIND(sym->st_info) != STB_WEAK) { in check_export_symbol()
/openbmc/linux/tools/perf/util/
H A Dgenelf.h68 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro
79 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
H A Dgenelf.c92 .st_info = ELF_ST_BIND(STB_LOCAL) | ELF_ST_TYPE(STT_FUNC),
/openbmc/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.c624 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()
/openbmc/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.c504 unsigned bind = ELF_ST_BIND(sym->st_info); in do_reloc()
/openbmc/linux/include/uapi/linux/
H 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)
/openbmc/linux/scripts/
H 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
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()
/openbmc/qemu/include/
H A Delf.h300 #define ELF_ST_BIND(x) ((x) >> 4) macro
303 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)
305 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
/openbmc/linux/arch/mips/kernel/
H A Dmodule.c344 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
/openbmc/linux/arch/riscv/kernel/
H A Dmodule.c364 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/openbmc/linux/kernel/module/
H A Dkallsyms.c42 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()
H A Dmain.c1415 (ELF_ST_BIND(sym[i].st_info) == STB_WEAK || in simplify_symbols()
/openbmc/linux/arch/loongarch/kernel/
H A Dmodule.c446 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/openbmc/linux/kernel/
H A Dkexec_file.c1080 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL) in kexec_purgatory_find_symbol()