Searched refs:arch_character_type (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | m2-lang.c | 411 = arch_character_type (gdbarch, TARGET_CHAR_BIT, 1, "CHAR"); in build_m2_types()
|
H A D | go-lang.c | 611 = arch_character_type (gdbarch, 8, 1, "char"); in build_go_types()
|
H A D | gdbtypes.c | 3596 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 D | gdbtypes.h | 1441 extern struct type *arch_character_type (struct gdbarch *, int, int, char *);
|
H A D | jv-lang.c | 1219 = arch_character_type (gdbarch, 16, 1, "char"); in build_java_types()
|