Searched refs:fromtype (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | resolve.cc | 361 elfcpp::STT fromtype = (object->pluginobj() != NULL in resolve() local 367 fromtype); in resolve() 372 if (Symbol_table::should_override(to, frombits, fromtype, OBJECT, in resolve() 441 elfcpp::STT fromtype, Defined defined, in should_override() argument 466 if ((to->type() == elfcpp::STT_TLS) ^ (fromtype == elfcpp::STT_TLS) in should_override() 908 elfcpp::STT fromtype, in should_override_with_special() argument 914 bool ret = Symbol_table::should_override(to, frombits, fromtype, defined, in should_override_with_special()
|
D | ChangeLog | 4976 * resolve.cc (Symbol_table::should_override): Add fromtype 4979 (Symbol_table::should_override_with_special): Add fromtype
|