Home
last modified time | relevance | path

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

/linux-6.6.21/tools/lib/bpf/
Delf.c217 if (last_bind != STB_WEAK && cur_bind != STB_WEAK) { in elf_find_func_offset()
223 } else if (cur_bind == STB_WEAK) { in elf_find_func_offset()
346 if (found->bind != STB_WEAK && bind != STB_WEAK) { in elf_resolve_syms_offsets()
352 } else if (bind == STB_WEAK) { in elf_resolve_syms_offsets()
Dlinker.c802 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) { in linker_sanity_check_elf_symtab()
1890 && !glob_sym->is_weak && sym_bind != STB_WEAK) { in linker_append_elf_sym()
1936 if (!glob_sym->is_extern && sym_bind == STB_WEAK) in linker_append_elf_sym()
2003 glob_sym->is_weak = sym_bind == STB_WEAK; in linker_append_elf_sym()
Dlibbpf.c1478 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in find_elf_var_sym()
3570 (bind == STB_GLOBAL || bind == STB_WEAK) && in sym_is_extern()
3826 ext->is_weak = ELF64_ST_BIND(sym->st_info) == STB_WEAK; in bpf_object__collect_externs()
/linux-6.6.21/tools/lib/symbol/
Dkallsyms.h16 return STB_WEAK; in kallsyms2elf_binding()
/linux-6.6.21/tools/testing/selftests/vDSO/
Dparse_vdso.c216 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in vdso_sym()
/linux-6.6.21/include/uapi/linux/
Delf.h126 #define STB_WEAK 2 macro
/linux-6.6.21/arch/mips/kernel/
Dmodule.c344 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
/linux-6.6.21/arch/riscv/kernel/
Dmodule.c364 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/linux-6.6.21/kernel/module/
Dkallsyms.c42 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()
Dmain.c1415 (ELF_ST_BIND(sym[i].st_info) == STB_WEAK || in simplify_symbols()
/linux-6.6.21/scripts/mod/
Dmodpost.c635 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_symbol()
653 ELF_ST_BIND(sym->st_info) == STB_WEAK); in handle_symbol()
1201 ELF_ST_BIND(sym->st_info) != STB_WEAK) { in check_export_symbol()
/linux-6.6.21/arch/loongarch/kernel/
Dmodule.c446 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/linux-6.6.21/tools/perf/util/
Dsymbol.c157 a = syma->binding == STB_WEAK; in choose_best_symbol()
158 b = symb->binding == STB_WEAK; in choose_best_symbol()
1677 return STB_WEAK; in bfd2elf_binding()
/linux-6.6.21/tools/perf/Documentation/
Dperf-dlfilter.txt206 __u8 sym_binding; /* STB_LOCAL, STB_GLOBAL or STB_WEAK, refer <elf.h> */
/linux-6.6.21/arch/mips/boot/tools/
Drelocs.c506 if ((bind == STB_WEAK) && (sym->st_value == 0)) { in do_reloc()
/linux-6.6.21/arch/x86/tools/
Drelocs.c178 SYM_BIND(STB_WEAK), in sym_bind()
/linux-6.6.21/tools/objtool/
Dcheck.c204 if (func->bind == STB_GLOBAL || func->bind == STB_WEAK) in __dead_end_function()
209 if (func->bind == STB_WEAK) in __dead_end_function()