Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dstabsread.c838 gdb_byte *string_local = (gdb_byte *) alloca (strlen (p)); in define_symbol() local
855 string_local[ind] = (gdb_byte) quote; in define_symbol()
861 string_local[ind] = (gdb_byte) (*p); in define_symbol()
876 string_local[ind] = 0; in define_symbol()
887 memcpy (string_value, string_local, ind + 1); in define_symbol()