Home
last modified time | relevance | path

Searched refs:osympp (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gdb/dist/binutils/
H A Dobjcopy.c87 static asymbol **osympp = NULL; /* Output symbols that survive stripping. */ variable
2795 if (osympp != isympp) in copy_object()
2796 free (osympp); in copy_object()
2799 osympp = NULL; in copy_object()
2808 osympp = isympp = (asymbol **) xmalloc (symsize); in copy_object()
2821 osympp = isympp = NULL; in copy_object()
3249 osympp = (asymbol **) xmalloc ((symcount + add_symbols + 1) * sizeof (asymbol *)); in copy_object()
3250 symcount = filter_symbols (ibfd, obfd, osympp, isympp, symcount); in copy_object()
3257 res = write_debugging_info (obfd, dhandle, &symcount, &osympp); in copy_object()
3269 bfd_set_symtab (obfd, osympp, symcount); in copy_object()
H A DChangeLog-2006585 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
H A DChangeLog-91974314 * objcopy.c (sympp): Make two variables: isympp and osympp.
4315 * objcopy.c (copy_object): Allocate separate array (osympp)
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c87 static asymbol **osympp = NULL; /* Output symbols that survive stripping. */ variable
2758 if (osympp != isympp) in copy_object()
2759 free (osympp); in copy_object()
2762 osympp = NULL; in copy_object()
2771 osympp = isympp = (asymbol **) xmalloc (symsize); in copy_object()
2784 osympp = isympp = NULL; in copy_object()
3208 osympp = (asymbol **) xmalloc ((symcount + add_symbols + 1) * sizeof (asymbol *)); in copy_object()
3209 symcount = filter_symbols (ibfd, obfd, osympp, isympp, symcount); in copy_object()
3216 res = write_debugging_info (obfd, dhandle, &symcount, &osympp); in copy_object()
3228 bfd_set_symtab (obfd, osympp, symcount); in copy_object()
H A DChangeLog-2006585 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
H A DChangeLog-91974314 * objcopy.c (sympp): Make two variables: isympp and osympp.
4315 * objcopy.c (copy_object): Allocate separate array (osympp)
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c87 static asymbol **osympp = NULL; /* Output symbols that survive stripping. */ variable
2807 if (osympp != isympp) in copy_object()
2808 free (osympp); in copy_object()
2811 osympp = NULL; in copy_object()
2820 osympp = isympp = (asymbol **) xmalloc (symsize); in copy_object()
2833 osympp = isympp = NULL; in copy_object()
3285 osympp = (asymbol **) xmalloc ((symcount + add_symbols + 1) * sizeof (asymbol *)); in copy_object()
3286 symcount = filter_symbols (ibfd, obfd, osympp, isympp, symcount); in copy_object()
3293 res = write_debugging_info (obfd, dhandle, &symcount, &osympp); in copy_object()
3305 bfd_set_symtab (obfd, osympp, symcount); in copy_object()
H A DChangeLog-2006585 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
H A DChangeLog-91974314 * objcopy.c (sympp): Make two variables: isympp and osympp.
4315 * objcopy.c (copy_object): Allocate separate array (osympp)
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dobjcopy.c87 static asymbol **osympp = NULL; /* Output symbols that survive stripping. */ variable
2795 if (osympp != isympp) in copy_object()
2796 free (osympp); in copy_object()
2799 osympp = NULL; in copy_object()
2808 osympp = isympp = (asymbol **) xmalloc (symsize); in copy_object()
2821 osympp = isympp = NULL; in copy_object()
3249 osympp = (asymbol **) xmalloc ((symcount + add_symbols + 1) * sizeof (asymbol *)); in copy_object()
3250 symcount = filter_symbols (ibfd, obfd, osympp, isympp, symcount); in copy_object()
3257 res = write_debugging_info (obfd, dhandle, &symcount, &osympp); in copy_object()
3269 bfd_set_symtab (obfd, osympp, symcount); in copy_object()
H A DChangeLog-2006585 * objcopy.c (copy_object): Set isympp and osympp to NULL after free.
H A DChangeLog-91974314 * objcopy.c (sympp): Make two variables: isympp and osympp.
4315 * objcopy.c (copy_object): Allocate separate array (osympp)