Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Ddwp.cc112 sect_offsets_(), str_offset_map_() in Dwo_file()
240 Str_offset_map str_offset_map_; member in gold::Dwo_file
1385 this->str_offset_map_.reserve(count + 1); in add_strings()
1395 this->str_offset_map_.push_back(std::make_pair(i, new_offset)); in add_strings()
1400 this->str_offset_map_.push_back(std::make_pair(i, new_offset)); in add_strings()
1495 std::lower_bound(this->str_offset_map_.begin(), in remap_str_offset()
1496 this->str_offset_map_.end(), in remap_str_offset()
1499 if (p == this->str_offset_map_.end() || p->first > val) in remap_str_offset()
1501 if (p == this->str_offset_map_.begin()) in remap_str_offset()