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

/linux-master/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)),
/linux-master/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);
/linux-master/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),
/linux-master/scripts/mod/
H A Dmodpost.h20 #undef ELF_ST_BIND macro
32 #define ELF_ST_BIND ELF32_ST_BIND macro
46 #define ELF_ST_BIND ELF64_ST_BIND macro
H A Dmodpost.c625 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL &&
626 ELF_ST_BIND(sym->st_info) != STB_WEAK)
644 ELF_ST_BIND(sym->st_info) == STB_WEAK);
1102 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL &&
1103 ELF_ST_BIND(sym->st_info) != STB_WEAK) {
/linux-master/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)
/linux-master/scripts/
H A Dsorttable.h36 #undef ELF_ST_BIND macro
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 macro
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);
/linux-master/kernel/module/
H A Dkallsyms.c42 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) {
H A Dmain.c1415 (ELF_ST_BIND(sym[i].st_info) == STB_WEAK ||
/linux-master/arch/mips/kernel/
H A Dmodule.c343 if (ELF_ST_BIND(sym->st_info) == STB_WEAK)
/linux-master/arch/s390/tools/
H A Drelocs.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/linux-master/arch/loongarch/kernel/
H A Dmodule.c447 if (ELF_ST_BIND(sym->st_info) == STB_WEAK)
/linux-master/arch/riscv/kernel/
H A Dmodule.c814 if (ELF_ST_BIND(sym->st_info) == STB_WEAK)
/linux-master/kernel/
H A Dkexec_file.c1099 if (ELF_ST_BIND(syms[k].st_info) != STB_GLOBAL)

Completed in 619 milliseconds