Lines Matching full:source_index
2450 void VersionTracker::add_version_info(size_t source_index,
2454 if (source_index >= version_infos.size()) {
2455 version_infos.resize(source_index+1);
2458 version_infos[source_index].elf_hash = elf_hash;
2459 version_infos[source_index].name = ver_name;
2460 version_infos[source_index].target_si = target_si;
2500 ElfW(Half) source_index = vernaux->vna_other;
2502 add_version_info(source_index, elf_hash, ver_name, target_si);