Searched refs:Pubname_offset_map (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dgdb-index.h219 typedef Unordered_map<off_t, off_t> Pubname_offset_map; typedef in class:gold::Gdb_index
220 Pubname_offset_map cu_pubname_map_;
221 Pubname_offset_map cu_pubtype_map_;
228 Pubname_offset_map* map);
H A Dgdb-index.cc1031 Pubname_offset_map* map;
1085 Pubname_offset_map::iterator it = this->cu_pubname_map_.find(cu_offset);
1097 Pubname_offset_map::iterator it = this->cu_pubtype_map_.find(cu_offset);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dgdb-index.h219 typedef Unordered_map<off_t, off_t> Pubname_offset_map; typedef in class:gold::Gdb_index
220 Pubname_offset_map cu_pubname_map_;
221 Pubname_offset_map cu_pubtype_map_;
228 Pubname_offset_map* map);
H A Dgdb-index.cc1031 Pubname_offset_map* map;
1085 Pubname_offset_map::iterator it = this->cu_pubname_map_.find(cu_offset);
1097 Pubname_offset_map::iterator it = this->cu_pubtype_map_.find(cu_offset);
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dgdb-index.h219 typedef Unordered_map<off_t, off_t> Pubname_offset_map; typedef in class:gold::Gdb_index
220 Pubname_offset_map cu_pubname_map_;
221 Pubname_offset_map cu_pubtype_map_;
228 Pubname_offset_map* map);
H A Dgdb-index.cc1031 Pubname_offset_map* map;
1085 Pubname_offset_map::iterator it = this->cu_pubname_map_.find(cu_offset);
1097 Pubname_offset_map::iterator it = this->cu_pubtype_map_.find(cu_offset);

Completed in 178 milliseconds