Searched refs:symbol_to_bits (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | resolve.cc | 175 symbol_to_bits(elfcpp::STB binding, bool is_dynamic, in symbol_to_bits() function 364 unsigned int frombits = symbol_to_bits(sym.get_st_bind(), 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()
|
D | ChangeLog | 7493 * resolve.cc (symbol_to_bits): Report the value of the unsupported 11423 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL. 13303 * resolve.cc (symbol_to_bits): Likewise. 15811 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
|