Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dgdb-index.h219 typedef Unordered_map<off_t, off_t> Pubname_offset_map; typedef
220 Pubname_offset_map cu_pubname_map_;
221 Pubname_offset_map cu_pubtype_map_;
228 Pubname_offset_map* map);
Dgdb-index.cc1031 Pubname_offset_map* map; in map_pubtable_to_dies()
1085 Pubname_offset_map::iterator it = this->cu_pubname_map_.find(cu_offset); in find_pubname_offset()
1097 Pubname_offset_map::iterator it = this->cu_pubtype_map_.find(cu_offset); in find_pubtype_offset()
DChangeLog1756 (Gdb_index::Pubname_offset_map): New type.