Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
HDpowerpc.cc2441 : state_(NO_GROUP), stub_group_size_(abs(size)), in Stub_control()
2480 State state_; member in __anon73f344c40111::Stub_control
2521 if (this->state_ != HAS_STUB_SECTION in can_add_to_stub_group()
2523 && (this->state_ == NO_GROUP in can_add_to_stub_group()
2530 if (this->state_ == NO_GROUP) in can_add_to_stub_group()
2532 this->state_ = FINDING_STUB_SECTION; in can_add_to_stub_group()
2538 else if (this->state_ == FINDING_STUB_SECTION in can_add_to_stub_group()
2544 this->state_ = HAS_STUB_SECTION; in can_add_to_stub_group()
2549 this->state_ = NO_GROUP; in can_add_to_stub_group()