Searched refs:is_ordinary_shndx_ (Results 1 – 5 of 5) sorted by relevance
98 this->is_ordinary_shndx_ = is_ordinary; in override_base()984 this->is_ordinary_shndx_ = from->is_ordinary_shndx_; in clone()
1711 is_ordinary_shndx_(false), is_section_symbol_(false), in Symbol_value()1731 gold_assert(this->is_ordinary_shndx_); in value()1760 gold_assert(this->is_section_symbol_ && this->is_ordinary_shndx_); in initialize_input_to_output_map()1902 this->is_ordinary_shndx_ = is_ordinary; in set_input_shndx()1909 *is_ordinary = this->is_ordinary_shndx_; in input_shndx()1966 bool is_ordinary_shndx_ : 1; variable
171 *is_ordinary = this->is_ordinary_shndx_; in shndx()1093 bool is_ordinary_shndx_ : 1; variable
77 this->is_ordinary_shndx_ = false; in init_fields()125 this->is_ordinary_shndx_ = is_ordinary; in init_base_object()492 if (shndx != elfcpp::SHN_UNDEF && this->is_ordinary_shndx_) in output_section()
17132 (class Symbol_value): Add is_ordinary_shndx_ field.17133 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.17190 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_17216 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update