Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A 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()
H A Dlinker.c798 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) { in linker_sanity_check_elf_symtab()
1886 && !glob_sym->is_weak && sym_bind != STB_WEAK) { in linker_append_elf_sym()
1932 if (!glob_sym->is_extern && sym_bind == STB_WEAK) in linker_append_elf_sym()
1999 glob_sym->is_weak = sym_bind == STB_WEAK; in linker_append_elf_sym()
H A Dlibbpf.c1479 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in find_elf_var_sym()
3571 (bind == STB_GLOBAL || bind == STB_WEAK) && in sym_is_extern()
3589 return (bind == STB_GLOBAL || bind == STB_WEAK) && type == STT_FUNC; in sym_is_subprog()
3827 ext->is_weak = ELF64_ST_BIND(sym->st_info) == STB_WEAK; in bpf_object__collect_externs()
/openbmc/linux/tools/lib/symbol/
H A Dkallsyms.h16 return STB_WEAK; in kallsyms2elf_binding()
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dparse_vdso.c228 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in vdso_sym()
/openbmc/linux/include/uapi/linux/
H A Delf.h126 #define STB_WEAK 2 macro
/openbmc/linux/arch/mips/kernel/
H A Dmodule.c344 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
/openbmc/u-boot/include/
H A Delf.h375 #define STB_WEAK 2 /* like global - lower precedence */ macro
/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/scripts/mod/
H A Dmodpost.c637 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_symbol()
655 ELF_ST_BIND(sym->st_info) == STB_WEAK); in handle_symbol()
1121 ELF_ST_BIND(sym->st_info) != STB_WEAK) { in check_export_symbol()
/openbmc/linux/arch/loongarch/kernel/
H A Dmodule.c446 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/openbmc/linux/tools/perf/util/
H A Dsymbol.c147 a = syma->binding == STB_WEAK; in choose_best_symbol()
148 b = symb->binding == STB_WEAK; in choose_best_symbol()
1547 return STB_WEAK; in bfd2elf_binding()
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.c506 if ((bind == STB_WEAK) && (sym->st_value == 0)) { in do_reloc()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt206 __u8 sym_binding; /* STB_LOCAL, STB_GLOBAL or STB_WEAK, refer <elf.h> */
/openbmc/qemu/include/
H A Delf.h292 #define STB_WEAK 2 macro
/openbmc/linux/arch/x86/tools/
H A Drelocs.c178 SYM_BIND(STB_WEAK), in sym_bind()
/openbmc/linux/tools/objtool/
H A 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()