Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcoffgen.c1894 char *newstring; in coff_get_normalized_symtab() local
1902 newstring = (char *) bfd_zalloc (abfd, (bfd_size_type) (i + 1)); in coff_get_normalized_symtab()
1903 if (newstring == NULL) in coff_get_normalized_symtab()
1905 strncpy (newstring, internal_ptr->u.syment._n._n_name, i); in coff_get_normalized_symtab()
1906 internal_ptr->u.syment._n._n_n._n_offset = (bfd_hostptr_t) newstring; in coff_get_normalized_symtab()