Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/lib/symbol/
A Dkallsyms.h16 return STB_WEAK; in kallsyms2elf_binding()
/linux-6.3-rc2/tools/testing/selftests/vDSO/
A Dparse_vdso.c216 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in vdso_sym()
/linux-6.3-rc2/include/uapi/linux/
A Delf.h126 #define STB_WEAK 2 macro
/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/tools/lib/bpf/
A Dlinker.c802 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) { in linker_sanity_check_elf_symtab()
1878 && !glob_sym->is_weak && sym_bind != STB_WEAK) { in linker_append_elf_sym()
1924 if (!glob_sym->is_extern && sym_bind == STB_WEAK) in linker_append_elf_sym()
1991 glob_sym->is_weak = sym_bind == STB_WEAK; in linker_append_elf_sym()
A Dlibbpf.c1442 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in find_elf_var_sym()
3507 (bind == STB_GLOBAL || bind == STB_WEAK) && in sym_is_extern()
3762 ext->is_weak = ELF64_ST_BIND(sym->st_info) == STB_WEAK; in bpf_object__collect_externs()
10632 if (last_bind != STB_WEAK && curr_bind != STB_WEAK) { in elf_find_func_offset()
10638 } else if (curr_bind == STB_WEAK) { in elf_find_func_offset()
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-dlfilter.txt192 __u8 sym_binding; /* STB_LOCAL, STB_GLOBAL or STB_WEAK, refer <elf.h> */
/linux-6.3-rc2/tools/perf/util/
A Dsymbol.c147 a = syma->binding == STB_WEAK; in choose_best_symbol()
148 b = symb->binding == STB_WEAK; in choose_best_symbol()
1603 return STB_WEAK; in bfd2elf_binding()
/linux-6.3-rc2/arch/mips/boot/tools/
A Drelocs.c506 if ((bind == STB_WEAK) && (sym->st_value == 0)) { in do_reloc()
/linux-6.3-rc2/scripts/mod/
A Dmodpost.c634 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/arch/x86/tools/
A Drelocs.c178 SYM_BIND(STB_WEAK), in sym_bind()
/linux-6.3-rc2/tools/objtool/
A Dcheck.c231 if (func->bind == STB_WEAK) in __dead_end_function()

Completed in 60 milliseconds