Home
last modified time | relevance | path

Searched refs:is_temporary_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doutput.cc4901 is_temporary_(false) in Output_file()
5018 if (!this->is_temporary_) in open()
5130 || this->is_temporary_) in map_no_anonymous()
5210 if (this->map_is_anonymous_ && !this->is_temporary_) in close()
5234 && !this->is_temporary_) in close()
Doutput.h4772 { this->is_temporary_ = true; } in set_is_temporary()
4883 bool is_temporary_; variable