Searched refs:global_ver (Results 1 – 1 of 1) sorted by relevance
3198 struct bfd_elf_version_tree *local_ver, *global_ver, *exist_ver; in bfd_find_version_for_sym() local3202 global_ver = NULL; in bfd_find_version_for_sym()3215 global_ver = t; in bfd_find_version_for_sym()3246 global_ver = NULL; in bfd_find_version_for_sym()3257 if (global_ver == NULL && local_ver == NULL) in bfd_find_version_for_sym()3258 global_ver = star_global_ver; in bfd_find_version_for_sym()3260 if (global_ver != NULL) in bfd_find_version_for_sym()3266 *hide = exist_ver == global_ver; in bfd_find_version_for_sym()3267 return global_ver; in bfd_find_version_for_sym()