Home
last modified time | relevance | path

Searched refs:should_override_with_special (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dresolve.cc907 Symbol_table::should_override_with_special(const Symbol* to, in should_override_with_special() function in gold::Symbol_table
Dsymtab.cc1948 if (Symbol_table::should_override_with_special(oldsym, type, defined)) in do_define_in_output_data()
2062 if (Symbol_table::should_override_with_special(oldsym, type, defined)) in do_define_in_output_segment()
2181 || Symbol_table::should_override_with_special(oldsym, type, defined)) in do_define_as_constant()
Dsymtab.h1748 should_override_with_special(const Symbol*, elfcpp::STT, Defined);
DChangeLog4979 (Symbol_table::should_override_with_special): Add fromtype
11131 (Symbol_table::should_override_with_special): Likewise.