Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dicf.cc195 uniq_map_insert; in preprocess_for_unique_sections() local
225 uniq_map_insert = uniq_map.insert(std::make_pair(cksum, i)); in preprocess_for_unique_sections()
226 if (uniq_map_insert.second) in preprocess_for_unique_sections()
233 (*is_secn_or_group_unique)[uniq_map_insert.first->second] = false; in preprocess_for_unique_sections()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dicf.cc195 uniq_map_insert; in preprocess_for_unique_sections() local
225 uniq_map_insert = uniq_map.insert(std::make_pair(cksum, i)); in preprocess_for_unique_sections()
226 if (uniq_map_insert.second) in preprocess_for_unique_sections()
233 (*is_secn_or_group_unique)[uniq_map_insert.first->second] = false; in preprocess_for_unique_sections()