Searched refs:nondeflt_vers (Results 1 – 1 of 1) sorted by relevance
3294 struct elf_link_hash_entry **nondeflt_vers = NULL; in elf_link_add_object_symbols() local4310 if (!nondeflt_vers) in elf_link_add_object_symbols()4314 nondeflt_vers = bfd_malloc (amt); in elf_link_add_object_symbols()4316 nondeflt_vers[nondeflt_vers_cnt++] = h; in elf_link_add_object_symbols()4469 if (nondeflt_vers != NULL) in elf_link_add_object_symbols()4470 free (nondeflt_vers); in elf_link_add_object_symbols()4485 if (nondeflt_vers != NULL) in elf_link_add_object_symbols()4491 struct elf_link_hash_entry *h = nondeflt_vers[cnt], *hi; in elf_link_add_object_symbols()4528 free (nondeflt_vers); in elf_link_add_object_symbols()4529 nondeflt_vers = NULL; in elf_link_add_object_symbols()[all …]