Searched refs:is_ordinary_shndx_ (Results 1 – 5 of 5) sorted by relevance
1574 is_ordinary_shndx_(false), is_section_symbol_(false), in Symbol_value()1594 gold_assert(this->is_ordinary_shndx_); in value()1623 gold_assert(this->is_section_symbol_ && this->is_ordinary_shndx_); in initialize_input_to_output_map()1765 this->is_ordinary_shndx_ = is_ordinary; in set_input_shndx()1772 *is_ordinary = this->is_ordinary_shndx_; in input_shndx()1829 bool is_ordinary_shndx_ : 1; variable
166 *is_ordinary = this->is_ordinary_shndx_; in shndx()1049 bool is_ordinary_shndx_ : 1; variable
98 this->is_ordinary_shndx_ = is_ordinary; in override_base()
77 this->is_ordinary_shndx_ = false; in init_fields()123 this->is_ordinary_shndx_ = is_ordinary; in init_base_object()489 if (shndx != elfcpp::SHN_UNDEF && this->is_ordinary_shndx_) in output_section()
15715 (class Symbol_value): Add is_ordinary_shndx_ field.15716 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.15773 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_15799 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update