Searched refs:is_large_section_ (Results 1 – 3 of 3) sorted by relevance
3552 { return this->is_large_section_; } in is_large_section()3557 { this->is_large_section_ = true; } in set_is_large_section()3562 { return this->is_large_section_ && this->type_ != elfcpp::SHT_NOBITS; } in is_large_data_section()4571 bool is_large_section_ : 1; variable
2337 is_large_section_(false), in Output_section()
14683 is_large_section_ fields.