Home | History | Annotate | Download | only in gold

Lines Matching refs:local_sym_index_

717   : address_(address), local_sym_index_(GSYM_CODE), type_(type),
739 : address_(address), local_sym_index_(GSYM_CODE), type_(type),
765 : address_(address), local_sym_index_(local_sym_index), type_(type),
791 : address_(address), local_sym_index_(local_sym_index), type_(type),
816 : address_(address), local_sym_index_(SECTION_CODE), type_(type),
838 : address_(address), local_sym_index_(SECTION_CODE), type_(type),
861 : address_(address), local_sym_index_(0), type_(type),
878 : address_(address), local_sym_index_(0), type_(type),
897 : address_(address), local_sym_index_(TARGET_CODE), type_(type),
914 : address_(address), local_sym_index_(TARGET_CODE), type_(type),
934 switch (this->local_sym_index_)
956 const unsigned int lsi = this->local_sym_index_;
979 switch (this->local_sym_index_)
1012 const unsigned int lsi = this->local_sym_index_;
1047 gold_assert(this->local_sym_index_ != GSYM_CODE
1048 && this->local_sym_index_ != SECTION_CODE
1049 && this->local_sym_index_ != TARGET_CODE
1050 && this->local_sym_index_ != INVALID_CODE
1051 && this->local_sym_index_ != 0
1053 const unsigned int lsi = this->local_sym_index_;
1128 if (this->local_sym_index_ == GSYM_CODE)
1137 if (this->local_sym_index_ == SECTION_CODE)
1142 gold_assert(this->local_sym_index_ != TARGET_CODE
1143 && this->local_sym_index_ != INVALID_CODE
1144 && this->local_sym_index_ != 0
1146 const unsigned int lsi = this->local_sym_index_;
1372 switch (this->local_sym_index_)
1434 const unsigned int lsi = this->local_sym_index_;