Home
last modified time | relevance | path

Searched refs:get_input_merge_map (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dmerge.cc49 Object_merge_map::get_input_merge_map(unsigned int shndx) const in get_input_merge_map() function in gold::Object_merge_map
67 Input_merge_map* map = this->get_input_merge_map(shndx); in get_or_make_input_merge_map()
142 Input_merge_map* map = this->get_input_merge_map(shndx); in get_output_offset()
178 this->get_input_merge_map(shndx); in find_merge_section()
194 Input_merge_map* map = this->get_input_merge_map(shndx); in initialize_input_to_output_map()
Dmerge.h159 get_input_merge_map(unsigned int shndx) const;
162 get_input_merge_map(unsigned int shndx) { in get_input_merge_map() function
164 this)->get_input_merge_map(shndx)); in get_input_merge_map()
DChangeLog-0815914 * merge.cc (get_input_merge_map): Update for data structure change.
1175 * merge.cc (Object_merge_map::get_input_merge_map): Make it const.
1180 (Object_merge_map::get_input_merge_map): Add a const version.