Home | History | Annotate | Download | only in gold

Lines Matching full:reloc_map_

1554     current_header_index_(-1), reloc_map_(), line_number_map_()
1869 = this->reloc_map_.find(lineptr - this->buffer_);
1870 if (it != reloc_map_.end())
1935 = this->reloc_map_.find(lineptr - this->buffer_);
1936 if (it != reloc_map_.end())
2157 = this->reloc_map_.find(start - this->buffer_);
2158 if (it != reloc_map_.end())
2335 this->reloc_map_[reloc_offset] = std::make_pair(shndx, value);