Home | History | Annotate | Download | only in gold

Lines Matching refs:shndx_

1139     if (this->shndx_ == INVALID_CODE)
1212 // If this->shndx_ is not INVALID CODE, the object which holds the
1215 // If this->shndx_ is INVALID_CODE, the output data being used to
1245 unsigned int shndx_;
2781 : Output_section_data_build(addralign), relobj_(relobj), shndx_(shndx)
2792 { return this->shndx_; }
2801 { this->shndx_ = shndx; }
2805 unsigned int shndx_;
3556 : shndx_(0), p2align_(0)
3565 : shndx_(shndx),
3579 : shndx_(OUTPUT_SECTION_CODE), p2align_(0),
3588 : shndx_(is_string
3600 : shndx_(RELAXED_INPUT_SECTION_CODE), p2align_(0),
3658 return (this->shndx_ != OUTPUT_SECTION_CODE
3659 && this->shndx_ != MERGE_DATA_SECTION_CODE
3660 && this->shndx_ != MERGE_STRING_SECTION_CODE
3661 && this->shndx_ != RELAXED_INPUT_SECTION_CODE);
3670 return (this->shndx_ == (is_string
3681 return (this->shndx_ == MERGE_DATA_SECTION_CODE
3682 || this->shndx_ == MERGE_STRING_SECTION_CODE);
3688 { return this->shndx_ == RELAXED_INPUT_SECTION_CODE; }
3694 return this->shndx_ == OUTPUT_SECTION_CODE;
3759 gold_assert(this->shndx_ == MERGE_DATA_SECTION_CODE
3760 || this->shndx_ == MERGE_STRING_SECTION_CODE);
3798 if (this->shndx_ == MERGE_DATA_SECTION_CODE
3799 || this->shndx_ == MERGE_STRING_SECTION_CODE)
3804 // Code values which appear in shndx_. If the value is not one of
3824 unsigned int shndx_;