Home
last modified time | relevance | path

Searched refs:OBJECT_FORMAT_ELF (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doptions.cc657 return gold::General_options::OBJECT_FORMAT_ELF; in string_to_object_format()
665 return gold::General_options::OBJECT_FORMAT_ELF; in string_to_object_format()
1261 if (this->oformat_enum() != General_options::OBJECT_FORMAT_ELF in finalize()
Dgold.cc670 && options.oformat_enum() != General_options::OBJECT_FORMAT_ELF) in queue_middle_tasks()
Dfileread.cc1097 if (format == General_options::OBJECT_FORMAT_ELF) in open()
Dlayout.cc396 if (this->options_.oformat_enum() != General_options::OBJECT_FORMAT_ELF) in run()
2493 != General_options::OBJECT_FORMAT_ELF) in relaxation_loop_body()
5746 if (this->options_->oformat_enum() != General_options::OBJECT_FORMAT_ELF) in run()
Doptions.h1427 OBJECT_FORMAT_ELF, enumerator
Dscript.cc1574 posdep.set_format_enum(General_options::OBJECT_FORMAT_ELF); in read_script_file()