Searched refs:Input_merge_map (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dmerge.h113 struct Input_merge_map struct in class:gold::Object_merge_map
142 Input_merge_map() function in struct:gold::Object_merge_map::Input_merge_map
148 typedef std::map<unsigned int, Input_merge_map*> Section_merge_maps;
150 // Return a pointer to the Input_merge_map to use for the input
152 Input_merge_map*
155 // Get or make the the Input_merge_map to use for the section SHNDX
157 Input_merge_map*
166 Input_merge_map first_map_;
168 Input_merge_map second_map_;
H A Dmerge.cc46 // Get the Input_merge_map to use for an input section, or NULL.
48 Object_merge_map::Input_merge_map*
62 // Get or create the Input_merge_map to use for an input section.
64 Object_merge_map::Input_merge_map*
68 Input_merge_map* map = this->get_input_merge_map(shndx);
91 Input_merge_map* new_map = new Input_merge_map;
105 Input_merge_map* map = this->get_or_make_input_merge_map(merge_map, shndx);
150 Input_merge_map* map = this->get_input_merge_map(shndx);
191 Input_merge_map* ma
[all...]

Completed in 102 milliseconds