Searched refs:STB_WEAK (Results 1 - 16 of 16) sorted by relevance

/linux-master/tools/lib/symbol/
H A Dkallsyms.h16 return STB_WEAK;
/linux-master/tools/lib/bpf/
H A Delf.c334 } else if (last_bind != STB_WEAK && cur_bind != STB_WEAK) {
340 } else if (cur_bind == STB_WEAK) {
464 if (found->bind != STB_WEAK && bind != STB_WEAK) {
470 } else if (bind == STB_WEAK) {
H A Dlinker.c821 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) {
1905 * them has to be STB_WEAK, otherwise they are in
1909 && !glob_sym->is_weak && sym_bind != STB_WEAK) {
1955 if (!glob_sym->is_extern && sym_bind == STB_WEAK)
2022 glob_sym->is_weak = sym_bind == STB_WEAK;
H A Dlibbpf.c1629 ELF64_ST_BIND(sym->st_info) != STB_WEAK)
3899 (bind == STB_GLOBAL || bind == STB_WEAK) &&
4155 ext->is_weak = ELF64_ST_BIND(sym->st_info) == STB_WEAK;
/linux-master/tools/testing/selftests/vDSO/
H A Dparse_vdso.c216 ELF64_ST_BIND(sym->st_info) != STB_WEAK)
/linux-master/include/uapi/linux/
H A Delf.h126 #define STB_WEAK 2 macro
/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/scripts/mod/
H A Dmodpost.c626 ELF_ST_BIND(sym->st_info) != STB_WEAK)
644 ELF_ST_BIND(sym->st_info) == STB_WEAK);
1103 ELF_ST_BIND(sym->st_info) != STB_WEAK) {
/linux-master/arch/mips/boot/tools/
H A Drelocs.c506 if ((bind == STB_WEAK) && (sym->st_value == 0)) {
/linux-master/arch/loongarch/kernel/
H A Dmodule.c447 if (ELF_ST_BIND(sym->st_info) == STB_WEAK)
/linux-master/tools/perf/util/
H A Dsymbol.c157 a = syma->binding == STB_WEAK;
158 b = symb->binding == STB_WEAK;
1579 return STB_WEAK;
/linux-master/arch/riscv/kernel/
H A Dmodule.c814 if (ELF_ST_BIND(sym->st_info) == STB_WEAK)
/linux-master/arch/x86/tools/
H A Drelocs.c178 SYM_BIND(STB_WEAK),
/linux-master/tools/objtool/
H A Dcheck.c205 if (func->bind == STB_GLOBAL || func->bind == STB_WEAK)
210 if (func->bind == STB_WEAK)

Completed in 316 milliseconds