Home | History | Annotate | Download | only in gold

Lines Matching defs:gold

1 // layout.cc -- lay out output file sections for gold
6 // This file is part of gold.
23 #include "gold.h"
60 namespace gold
418 gold::queue_final_tasks(this->options_, this->input_objects_,
3012 // version of gold used to create the binary.
3021 std::string desc = std::string("gold ") + gold::get_version_string();
3025 ".note.gnu.gold-version", desc.size(),
6027 } // End namespace gold.