Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dhash.c483 char *new_string; in bfd_hash_lookup() local
485 new_string = (char *) objalloc_alloc ((struct objalloc *) table->memory, in bfd_hash_lookup()
487 if (!new_string) in bfd_hash_lookup()
492 memcpy (new_string, string, len + 1); in bfd_hash_lookup()
493 string = new_string; in bfd_hash_lookup()
/dflybsd-src/contrib/gdb-7/bfd/
H A Dhash.c483 char *new_string; in bfd_hash_lookup() local
485 new_string = (char *) objalloc_alloc ((struct objalloc *) table->memory, in bfd_hash_lookup()
487 if (!new_string) in bfd_hash_lookup()
492 memcpy (new_string, string, len + 1); in bfd_hash_lookup()
493 string = new_string; in bfd_hash_lookup()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dhash.c484 char *new_string; in bfd_hash_lookup() local
486 new_string = (char *) objalloc_alloc ((struct objalloc *) table->memory, in bfd_hash_lookup()
488 if (!new_string) in bfd_hash_lookup()
493 memcpy (new_string, string, len + 1); in bfd_hash_lookup()
494 string = new_string; in bfd_hash_lookup()
/dflybsd-src/contrib/mpfr/src/
H A Dvasprintf.c703 register_string (struct string_list *sl, char *new_string) in register_string() argument
714 return sl->string = new_string; in register_string()