HomeSort by relevance Sort by last modified time
    Searched refs:Input_merge_map (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
merge.h 100 struct Input_merge_map
132 Input_merge_map()
137 // Get or make the Input_merge_map to use for the section SHNDX
139 Input_merge_map*
153 typedef std::vector<std::pair<unsigned int, Input_merge_map*> >
156 // Return a pointer to the Input_merge_map to use for the input
158 const Input_merge_map*
161 Input_merge_map *
163 return const_cast<Input_merge_map *>(static_cast<const Object_merge_map *>(
merge.cc 46 // Get the Input_merge_map to use for an input section, or NULL.
48 const 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*
67 Input_merge_map* map = this->get_input_merge_map(shndx);
76 Input_merge_map* new_map = new Input_merge_map;
92 Input_merge_map* map = this->get_or_make_input_merge_map(output_data, shndx);
97 Object_merge_map::Input_merge_map::add_mapping(
142 Input_merge_map* map = this->get_input_merge_map(shndx)
    [all...]

Completed in 53 milliseconds