Lines Matching defs:to
19 // along with this program; if not, write to the Free Software
70 // The size of a section if we are going to look at the contents.
79 // This function is called to exit the program. Status is true to
80 // exit success (0) and false to exit failure (1).
84 // This function is called to emit an error message and then
89 // This function is called to issue an error. This will cause gold to
94 // This function is called to issue a warning.
98 // This function is called to print an informational message.
102 // This function is called to emit an error message and then
104 // --incremental-update fails and the link needs to be restarted
117 // This function is called to issue an error at the location of a
125 // This function is called to issue a warning at the location of a
133 // This function is called to report an undefined symbol without
136 // is used to print a location for the undefined symbol.
140 // This function is called to report an undefined symbol resulting
155 // function can cause gcc to get confused about whether or not the
157 // to avoid the problem. This can be removed when we no longer need
158 // to care about gcc versions before 4.3.
187 template<typename To, typename From>
188 inline To
191 To to = from;
192 gold_assert(static_cast<From>(to) == from);
193 return to;
196 // A common case of convert_types<>: convert to section_size_type.
213 // Queue up the set of tasks to be done before
215 // collection is to be done.
265 // We sometimes need to hash strings. Ideally we should use std::tr1::hash or
274 // DT_GNU_HASH entries. I compared this to a Fowler/Noll/Vo hash
276 // function was very slightly worse. However, it is much faster to
285 // Same as above except we expect the string to be zero terminated.
303 // to speed up matching.