Searched refs:section_name_ (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | expression.cc | 759 : section_name_(section_name, section_name_len) in Section_expression() 767 { fprintf(f, "%s(%s)", this->function_name(), this->section_name_.c_str()); } in print() 785 std::string section_name_; member in gold::Section_expression 791 const char* section_name = this->section_name_.c_str(); in value()
|
D | output.cc | 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() [all …]
|
D | script-sections.cc | 1433 : input_section_(input_section), section_name_(), in Input_section_info() 1455 { return this->section_name_; } in section_name() 1460 { this->section_name_ = name; } in set_section_name() 1486 std::string section_name_; member in gold::Input_section_info
|