Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dm2-lang.c411 = arch_character_type (gdbarch, TARGET_CHAR_BIT, 1, "CHAR"); in build_m2_types()
H A Dgo-lang.c611 = arch_character_type (gdbarch, 8, 1, "char"); in build_go_types()
H A Dgdbtypes.c3596 arch_character_type (struct gdbarch *gdbarch, in arch_character_type() function
3869 = arch_character_type (gdbarch, TARGET_CHAR_BIT, 0, "true character"); in gdbtypes_post_init()
3871 = arch_character_type (gdbarch, TARGET_CHAR_BIT, 1, "true character"); in gdbtypes_post_init()
H A Dgdbtypes.h1441 extern struct type *arch_character_type (struct gdbarch *, int, int, char *);
H A Djv-lang.c1219 = arch_character_type (gdbarch, 16, 1, "char"); in build_java_types()