Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dlayout.h228 : object_(NULL), shndx_(0), is_comdat_(false), is_group_name_(false) in Kept_section()
236 is_group_name_(k.is_group_name_) in Kept_section()
292 { return this->is_group_name_; } in is_group_name()
298 { this->is_group_name_ = true; } in set_is_group_name()
372 bool is_group_name_; variable