HomeSort by relevance Sort by last modified time
    Searched refs:Set_parameters_target_once (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
parameters.h 35 class Set_parameters_target_once;
189 friend class Set_parameters_target_once;
199 Set_parameters_target_once* set_parameters_target_once_;
parameters.cc 43 class Set_parameters_target_once : public Once
46 Set_parameters_target_once(Parameters* parameters)
59 // We only need one Set_parameters_target_once.
62 Set_parameters_target_once set_parameters_target_once(&static_parameters);
70 set_parameters_target_once_(&set_parameters_target_once)
142 // We need a new Set_parameters_target_once so that we can set the
144 this->set_parameters_target_once_ = new Set_parameters_target_once(this);

Completed in 54 milliseconds