Lines Matching refs:binding
175 symbol_to_bits(elfcpp::STB binding, bool is_dynamic, in symbol_to_bits() argument
180 switch (binding) in symbol_to_bits()
200 gold_error(_("unsupported symbol binding %d"), static_cast<int>(binding)); in symbol_to_bits()
339 || to->binding() == elfcpp::STB_WEAK) in resolve()
376 elfcpp::STB tobinding = to->binding(); in resolve()
450 tobits = symbol_to_bits(to->binding(), false, elfcpp::SHN_UNDEF, true, in should_override()
453 tobits = symbol_to_bits(to->binding(), false, elfcpp::SHN_ABS, false, in should_override()
459 tobits = symbol_to_bits(to->binding(), in should_override()
1021 if (tosym->binding() == elfcpp::STB_LOCAL in override_with_special()
1024 && (tosym->binding() == elfcpp::STB_GLOBAL in override_with_special()
1025 || tosym->binding() == elfcpp::STB_GNU_UNIQUE in override_with_special()
1026 || tosym->binding() == elfcpp::STB_WEAK) in override_with_special()