Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Dlayout.h232 : object_(NULL), shndx_(0), is_comdat_(false), is_group_name_(false) in Kept_section()
240 is_group_name_(k.is_group_name_) in Kept_section()
296 { return this->is_group_name_; } in is_group_name()
302 { this->is_group_name_ = true; } in set_is_group_name()
376 bool is_group_name_; variable