Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalues.c1175 struct type *stringtype; in value_from_string() local
1182 stringtype = create_array_type ((struct type *) NULL, in value_from_string()
1185 val = allocate_value (stringtype); in value_from_string()
H A Dvalops.c1085 struct type *stringtype in value_string() local
1091 val = allocate_value (stringtype); in value_string()
1103 val = value_at_lazy (stringtype, addr, NULL); in value_string()