Home
last modified time | relevance | path

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

/linux/tools/lib/symbol/
A Dkallsyms.h16 return STB_WEAK; in kallsyms2elf_binding()
/linux/tools/testing/selftests/vDSO/
A Dparse_vdso.c216 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in vdso_sym()
/linux/include/uapi/linux/
A Delf.h122 #define STB_WEAK 2 macro
/linux/arch/mips/kernel/
A Dmodule.c343 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in __apply_relocate()
/linux/arch/riscv/kernel/
A Dmodule.c336 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) in apply_relocate_add()
/linux/tools/lib/bpf/
A Dlinker.c806 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) { in linker_sanity_check_elf_symtab()
1880 && !glob_sym->is_weak && sym_bind != STB_WEAK) { in linker_append_elf_sym()
1926 if (!glob_sym->is_extern && sym_bind == STB_WEAK) in linker_append_elf_sym()
1993 glob_sym->is_weak = sym_bind == STB_WEAK; in linker_append_elf_sym()
A Dlibbpf.c3346 (bind == STB_GLOBAL || bind == STB_WEAK) && in sym_is_extern()
3597 ext->is_weak = ELF64_ST_BIND(sym->st_info) == STB_WEAK; in bpf_object__collect_externs()
/linux/tools/perf/Documentation/
A Dperf-dlfilter.txt170 __u8 sym_binding; /* STB_LOCAL, STB_GLOBAL or STB_WEAK, refer <elf.h> */
/linux/tools/perf/util/
A Dsymbol.c152 a = syma->binding == STB_WEAK; in choose_best_symbol()
153 b = symb->binding == STB_WEAK; in choose_best_symbol()
1564 return STB_WEAK; in bfd2elf_binding()
/linux/scripts/mod/
A Dmodpost.c713 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_symbol()
731 ELF_ST_BIND(sym->st_info) == STB_WEAK, in handle_symbol()
2057 if (bind == STB_GLOBAL || bind == STB_WEAK) { in read_symbols()
/linux/arch/mips/boot/tools/
A Drelocs.c506 if ((bind == STB_WEAK) && (sym->st_value == 0)) { in do_reloc()
/linux/arch/x86/tools/
A Drelocs.c177 SYM_BIND(STB_WEAK), in sym_bind()
/linux/kernel/
A Dmodule.c2332 (ELF_ST_BIND(sym[i].st_info) == STB_WEAK || in simplify_symbols()
2629 if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_type()
/linux/tools/objtool/
A Dcheck.c187 if (func->bind == STB_WEAK) in __dead_end_function()

Completed in 64 milliseconds