Lines Matching refs:section_name_
3209 : input_section_(), index_(-1U), section_name_() in Input_section_sort_entry()
3216 : input_section_(input_section), index_(index), section_name_() in Input_section_sort_entry()
3233 this->section_name_ = obj->section_name(input_section.shndx()); in Input_section_sort_entry()
3239 this->section_name_.assign(output_section_name); in Input_section_sort_entry()
3264 return this->section_name_; in section_name()
3272 return this->section_name_.find('.', 1) != std::string::npos; in has_priority()
3282 if (is_prefix_of(".ctors.", this->section_name_.c_str()) in get_priority()
3283 || is_prefix_of(".dtors.", this->section_name_.c_str())) in get_priority()
3285 else if (is_prefix_of(".init_array.", this->section_name_.c_str()) in get_priority()
3286 || is_prefix_of(".fini_array.", this->section_name_.c_str())) in get_priority()
3291 unsigned long prio = strtoul((this->section_name_.c_str() in get_priority()
3340 std::string section_name_; member in gold::Output_section::Input_section_sort_entry