Searched refs:isympp (Results 1 – 3 of 3) sorted by relevance
87 static asymbol **isympp = NULL; /* Input symbols. */ variable1130 if (isympp == NULL) in group_signature()1145 return isympp[ghdr->sh_info - 1]; in group_signature()1988 if (isympp) in copy_object()1989 free (isympp); in copy_object()1991 if (osympp != isympp) in copy_object()1994 isympp = NULL; in copy_object()2004 osympp = isympp = (asymbol **) xmalloc (symsize); in copy_object()2005 symcount = bfd_canonicalize_symtab (ibfd, isympp); in copy_object()2016 free (isympp); in copy_object()[all …]
585 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
4314 * objcopy.c (sympp): Make two variables: isympp and osympp.