Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc2389 : state_(NO_GROUP), stub_group_size_(abs(size)), in Stub_control()
2428 State state_; member in __anon0f0c9f3e0111::Stub_control
2469 if (this->state_ != HAS_STUB_SECTION in can_add_to_stub_group()
2471 && (this->state_ == NO_GROUP in can_add_to_stub_group()
2478 if (this->state_ == NO_GROUP) in can_add_to_stub_group()
2480 this->state_ = FINDING_STUB_SECTION; in can_add_to_stub_group()
2486 else if (this->state_ == FINDING_STUB_SECTION in can_add_to_stub_group()
2492 this->state_ = HAS_STUB_SECTION; in can_add_to_stub_group()
2497 this->state_ = NO_GROUP; in can_add_to_stub_group()