Home | History | Annotate | Download | only in gold

Lines Matching refs:version_map

521     Version_map* version_map,
525 if (ndx >= version_map->size())
526 version_map->resize(ndx + 1);
527 if ((*version_map)[ndx] != NULL)
529 (*version_map)[ndx] = name;
532 // Add mappings for the version definitions to VERSION_MAP.
538 Version_map* version_map) const
597 this->set_version_map(version_map, vd_ndx, names + vda_name);
611 // Add mappings for the required versions to VERSION_MAP.
617 Version_map* version_map) const
664 this->set_version_map(version_map, vernaux.get_vna_other(),
696 Version_map* version_map) const
703 version_map->reserve(sd->verdef_info + sd->verneed_info * 10);
705 this->make_verdef_map(sd, version_map);
706 this->make_verneed_map(sd, version_map);
734 Version_map version_map;
735 this->make_version_map(sd, &version_map);
755 &version_map,