Searched refs:isympp (Results 1 – 3 of 3) sorted by relevance
77 static asymbol **isympp = NULL; /* Input symbols. */ variable1031 return isympp[ghdr->sh_info - 1]; in group_signature()1756 if (isympp) in copy_object()1757 free (isympp); in copy_object()1759 if (osympp != isympp) in copy_object()1762 isympp = NULL; in copy_object()1772 osympp = isympp = (asymbol **) xmalloc (symsize); in copy_object()1773 symcount = bfd_canonicalize_symtab (ibfd, isympp); in copy_object()2072 dhandle = read_debugging_info (ibfd, isympp, symcount, FALSE); in copy_object()2108 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.