Home | History | Annotate | Download | only in gold

Lines Matching defs:endianness

202 // If output endianness is specified in command line, check that it does
208 General_options::Endianness endianness = this->options().endianness();
209 if (endianness != General_options::ENDIANNESS_NOT_SET)
212 if (endianness == General_options::ENDIANNESS_BIG)
216 gold_assert(endianness == General_options::ENDIANNESS_LITTLE);
356 General_options::Endianness endianness = parameters->options().endianness();
357 if (endianness == General_options::ENDIANNESS_BIG)
359 else if (endianness == General_options::ENDIANNESS_LITTLE)