Searched refs:osympp (Results 1 – 3 of 3) sorted by relevance
88 static asymbol **osympp = NULL; /* Output symbols that survive stripping. */ variable1991 if (osympp != isympp) in copy_object()1992 free (osympp); in copy_object()1995 osympp = NULL; in copy_object()2004 osympp = isympp = (asymbol **) xmalloc (symsize); in copy_object()2017 osympp = isympp = NULL; in copy_object()2379 osympp = (asymbol **) xmalloc ((symcount + add_symbols + 1) * sizeof (asymbol *)); in copy_object()2380 symcount = filter_symbols (ibfd, obfd, osympp, isympp, symcount); in copy_object()2385 if (! write_debugging_info (obfd, dhandle, &symcount, &osympp)) in copy_object()2392 bfd_set_symtab (obfd, osympp, symcount); in copy_object()
585 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
4314 * objcopy.c (sympp): Make two variables: isympp and osympp.4315 * objcopy.c (copy_object): Allocate separate array (osympp)