Searched refs:symbol_to_bits (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | resolve.cc | 175 symbol_to_bits(elfcpp::STB binding, bool is_dynamic, in symbol_to_bits() function 386 unsigned int frombits = symbol_to_bits(sym.get_st_bind(), in resolve() 476 tobits = symbol_to_bits(to->binding(), false, elfcpp::SHN_UNDEF, true); in should_override() 478 tobits = symbol_to_bits(to->binding(), false, elfcpp::SHN_ABS, false); in should_override() 483 tobits = symbol_to_bits(to->binding(), in should_override()
|
H A D | ChangeLog-2016 | 412 * resolve.cc (symbol_to_bits): Add missing break.
|
H A D | ChangeLog-0815 | 819 * resolve.cc (symbol_to_bits): Remove type parameter; adjust all 8910 * resolve.cc (symbol_to_bits): Report the value of the unsupported 12840 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL. 14720 * resolve.cc (symbol_to_bits): Likewise. 17228 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | resolve.cc | 175 symbol_to_bits(elfcpp::STB binding, bool is_dynamic, in symbol_to_bits() function 386 unsigned int frombits = symbol_to_bits(sym.get_st_bind(), in resolve() 476 tobits = symbol_to_bits(to->binding(), false, elfcpp::SHN_UNDEF, true); in should_override() 478 tobits = symbol_to_bits(to->binding(), false, elfcpp::SHN_ABS, false); in should_override() 483 tobits = symbol_to_bits(to->binding(), in should_override()
|
H A D | ChangeLog-2016 | 412 * resolve.cc (symbol_to_bits): Add missing break.
|
H A D | ChangeLog-0815 | 819 * resolve.cc (symbol_to_bits): Remove type parameter; adjust all 8910 * resolve.cc (symbol_to_bits): Report the value of the unsupported 12840 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL. 14720 * resolve.cc (symbol_to_bits): Likewise. 17228 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
|