Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dlanguage.h130 struct type *string_char_type; member
269 struct type **string_char_type; member
H A Dlanguage.c1160 lai->string_char_type = builtin_type (gdbarch)->builtin_char; in unknown_language_arch_info()
1305 if (ld->arch_info[la->la_language].string_char_type != NULL) in language_string_char_type()
1306 return ld->arch_info[la->la_language].string_char_type; in language_string_char_type()
1308 return (*la->string_char_type); in language_string_char_type()
H A Dvalues.c1173 struct type *string_char_type; in value_from_string() local
1180 string_char_type = language_string_char_type (current_language, in value_from_string()
1183 string_char_type, in value_from_string()
H A Dc-lang.c542 lai->string_char_type = builtin->builtin_char; in c_language_arch_info()
H A Dgdbtypes.c782 struct type *string_char_type; in create_string_type() local
784 string_char_type = language_string_char_type (current_language, in create_string_type()
787 string_char_type, in create_string_type()
H A DChangeLog455 string_char_type.
1280 string_char_type and use ada_language_arch_info.
3369 string_char_type and primitive_type_vector with
3372 string_char_type and primitive_type_vector with
3379 * c-lang.c (c_language_arch_info): Set string_char_type to
3383 string_char_type and primitive_type_vector with
3393 (c_language_defn): Instead of string_char_type and
H A Dada-lang.c8647 lai->string_char_type = in ada_language_arch_info()
H A DChangeLog-19954278 and string_char_type.
4283 * gdbtypes.c (create_string_type): Use new string_char_type field.