Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dresolve.cc187 case elfcpp::STB_WEAK: in symbol_to_bits()
338 && (sym.get_st_bind() == elfcpp::STB_WEAK in resolve()
339 || to->binding() == elfcpp::STB_WEAK) in resolve()
1026 || tosym->binding() == elfcpp::STB_WEAK) in override_with_special()
Dsymtab.cc1100 || ret->binding() == elfcpp::STB_WEAK) in add_from_object()
1633 if (s1->binding() == elfcpp::STB_WEAK) in operator ()()
1635 if (s2->binding() == elfcpp::STB_WEAK) in operator ()()
1661 if ((*p)->binding() != elfcpp::STB_WEAK) in record_weak_aliases()
2263 if (binding == elfcpp::STB_WEAK) in define_with_copy_reloc()
2928 binding = elfcpp::STB_WEAK; in sized_write_globals()
2959 binding = elfcpp::STB_WEAK; in sized_write_globals()
3130 && sym->binding() != elfcpp::STB_WEAK in warn_about_undefined_dynobj_symbol()
Dsymtab.h252 this->undef_binding_weak_ = bind == elfcpp::STB_WEAK; in set_undef_binding()
528 && (this->binding() == elfcpp::STB_WEAK in is_weak_undefined()
538 && this->binding() != elfcpp::STB_WEAK in is_strong_undefined()
Darchive.cc94 || sym->binding() == elfcpp::STB_WEAK)) in should_include_member()
111 if (sym->binding() != elfcpp::STB_WEAK) in should_include_member()
Dplugin.cc1084 bind = elfcpp::STB_WEAK; in do_add_symbols()
DChangeLog2662 _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
/toolchain/binutils/binutils-2.25/bfd/
Delf-vxworks.c70 sym->st_info = ELF_ST_INFO (STB_WEAK, ELF_ST_TYPE (sym->st_info)); in elf_vxworks_add_symbol_hook()
Delf64-sparc.c508 if (p->bind == STB_WEAK in elf64_sparc_add_symbol_hook()
Delflink.c972 newweak = bind == STB_WEAK; in _bfd_elf_merge_symbol()
1004 if (bind != STB_WEAK) in _bfd_elf_merge_symbol()
3848 case STB_WEAK: in elf_link_add_object_symbols()
4187 if (bind != STB_WEAK) in elf_link_add_object_symbols()
8810 sym.st_info = ELF_ST_INFO (STB_WEAK, h->type); in elf_link_output_extsym()
8941 || ELF_ST_BIND (sym.st_info) == STB_WEAK)) in elf_link_output_extsym()
8953 bindtype = STB_WEAK; in elf_link_output_extsym()
8970 && ELF_ST_BIND (sym.st_info) != STB_WEAK in elf_link_output_extsym()
Delfcode.h1281 case STB_WEAK: in elf_slurp_symbol_table()
Delf64-ia64-vms.c4925 case STB_WEAK: in elf64_vms_link_add_object_symbols()
5191 if (bind != STB_WEAK) in elf64_vms_link_add_object_symbols()
Delf.c7028 ? STB_WEAK in swap_out_syms()
7042 bind = STB_WEAK; in swap_out_syms()
Delfnn-aarch64.c5094 && ELF_ST_BIND (sym->st_info) != STB_WEAK) in elfNN_aarch64_relocate_section()
DChangeLog-94953572 STB_WEAK rather than STB_GLOBAL.
5726 STB_WEAK if symbol was referenced.
5958 STB_WEAK.
Delf32-arm.c10581 && ELF_ST_BIND (sym->st_info) != STB_WEAK) in elf32_arm_relocate_section()
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h666 #define STB_WEAK 2 /* Like globals, lower precedence */ macro
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h523 STB_WEAK = 2,
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c9519 case STB_WEAK: return "WEAK"; in get_symbol_binding()