Lines Matching refs:alc

1996 	      char *alc;  in _bfd_elf_link_assign_sym_version()  local
2000 alc = (char *) bfd_malloc (len); in _bfd_elf_link_assign_sym_version()
2001 if (alc == NULL) in _bfd_elf_link_assign_sym_version()
2006 memcpy (alc, h->root.root.string, len - 1); in _bfd_elf_link_assign_sym_version()
2007 alc[len - 1] = '\0'; in _bfd_elf_link_assign_sym_version()
2008 if (alc[len - 2] == ELF_VER_CHR) in _bfd_elf_link_assign_sym_version()
2009 alc[len - 2] = '\0'; in _bfd_elf_link_assign_sym_version()
2016 d = (*t->match) (&t->globals, NULL, alc); in _bfd_elf_link_assign_sym_version()
2022 d = (*t->match) (&t->locals, NULL, alc); in _bfd_elf_link_assign_sym_version()
2029 free (alc); in _bfd_elf_link_assign_sym_version()
5226 char *alc = NULL; in elf_collect_hash_codes() local
5236 alc = (char *) bfd_malloc (p - name + 1); in elf_collect_hash_codes()
5237 if (alc == NULL) in elf_collect_hash_codes()
5242 memcpy (alc, name, p - name); in elf_collect_hash_codes()
5243 alc[p - name] = '\0'; in elf_collect_hash_codes()
5244 name = alc; in elf_collect_hash_codes()
5257 if (alc != NULL) in elf_collect_hash_codes()
5258 free (alc); in elf_collect_hash_codes()
5294 char *alc = NULL; in elf_collect_gnu_hash_codes() local
5308 alc = (char *) bfd_malloc (p - name + 1); in elf_collect_gnu_hash_codes()
5309 if (alc == NULL) in elf_collect_gnu_hash_codes()
5314 memcpy (alc, name, p - name); in elf_collect_gnu_hash_codes()
5315 alc[p - name] = '\0'; in elf_collect_gnu_hash_codes()
5316 name = alc; in elf_collect_gnu_hash_codes()
5330 if (alc != NULL) in elf_collect_gnu_hash_codes()
5331 free (alc); in elf_collect_gnu_hash_codes()