Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dvalue.c1503 struct type *stringtype; in value_from_string() local
1510 stringtype = create_array_type ((struct type *) NULL, in value_from_string()
1513 val = allocate_value (stringtype); in value_from_string()
Dvalops.c1028 struct type *stringtype in value_string() local
1034 val = allocate_value (stringtype); in value_string()
1046 val = value_at_lazy (stringtype, addr); in value_string()