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

  /toolchain/binutils/binutils-2.27/gold/
merge.h 159 get_input_merge_map(unsigned int shndx) const;
162 get_input_merge_map(unsigned int shndx) { function in class:gold::Object_merge_map
164 this)->get_input_merge_map(shndx));
merge.cc 49 Object_merge_map::get_input_merge_map(unsigned int shndx) const function in class:gold::Object_merge_map
67 Input_merge_map* map = this->get_input_merge_map(shndx);
142 Input_merge_map* map = this->get_input_merge_map(shndx);
178 this->get_input_merge_map(shndx);
194 Input_merge_map* map = this->get_input_merge_map(shndx);

Completed in 57 milliseconds