Home
last modified time | relevance | path

Searched refs:Set_parameters_target_once (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dparameters.h35 class Set_parameters_target_once; variable
189 friend class Set_parameters_target_once; variable
199 Set_parameters_target_once* set_parameters_target_once_;
Dparameters.cc43 class Set_parameters_target_once : public Once class
46 Set_parameters_target_once(Parameters* parameters) in Set_parameters_target_once() function in gold::Set_parameters_target_once
62 Set_parameters_target_once set_parameters_target_once(&static_parameters);
144 this->set_parameters_target_once_ = new Set_parameters_target_once(this); in clear_target()
DChangeLog-081511307 * parameters.cc (class Set_parameters_target_once): Define.