Searched refs:String_list (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | script-c.h | 116 typedef std::vector<std::string> String_list; typedef 117 typedef String_list* String_list_ptr;
|
| H A D | script-sections.cc | 674 allocate_to_segment(String_list**, bool*) in allocate_to_segment() argument 1389 for (String_list::const_iterator p = in Output_section_element_input() 2035 allocate_to_segment(String_list** phdrs_list, bool* orphan); 2097 String_list* phdrs_; 2808 Output_section_definition::allocate_to_segment(String_list** phdrs_list, in allocate_to_segment() 2918 for (String_list::const_iterator p = this->phdrs_->begin(); in print() 3015 allocate_to_segment(String_list**, bool*); 3118 Orphan_output_section::allocate_to_segment(String_list**, bool* orphan) in allocate_to_segment() argument 4314 String_list* phdr_names = NULL; in attach_sections_using_phdrs_clause() 4321 String_list* old_phdr_names = phdr_names; in attach_sections_using_phdrs_clause() [all …]
|
| H A D | script.cc | 3234 return new String_list(1, std::string(str, len)); in script_new_string_list()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | script-c.h | 116 typedef std::vector<std::string> String_list; typedef 117 typedef String_list* String_list_ptr;
|
| H A D | script-sections.cc | 674 allocate_to_segment(String_list**, bool*) in allocate_to_segment() argument 1389 for (String_list::const_iterator p = in Output_section_element_input() 2035 allocate_to_segment(String_list** phdrs_list, bool* orphan); 2097 String_list* phdrs_; 2808 Output_section_definition::allocate_to_segment(String_list** phdrs_list, in allocate_to_segment() 2918 for (String_list::const_iterator p = this->phdrs_->begin(); in print() 3015 allocate_to_segment(String_list**, bool*); 3118 Orphan_output_section::allocate_to_segment(String_list**, bool* orphan) in allocate_to_segment() argument 4314 String_list* phdr_names = NULL; in attach_sections_using_phdrs_clause() 4321 String_list* old_phdr_names = phdr_names; in attach_sections_using_phdrs_clause() [all …]
|
| H A D | script.cc | 3234 return new String_list(1, std::string(str, len)); in script_new_string_list()
|