Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dobject.h1574 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
Dsymtab.h166 *is_ordinary = this->is_ordinary_shndx_; in shndx()
1049 bool is_ordinary_shndx_ : 1; variable
Dresolve.cc98 this->is_ordinary_shndx_ = is_ordinary; in override_base()
Dsymtab.cc77 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()
DChangeLog15715 (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