Home
last modified time | relevance | path

Searched refs:FT_UNSIGNED_CHAR (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dm2-lang.c238 case FT_UNSIGNED_CHAR: in m2_create_fundamental_type()
Dp-lang.c317 case FT_UNSIGNED_CHAR: in pascal_create_fundamental_type()
Dc-lang.c245 case FT_UNSIGNED_CHAR: in c_create_fundamental_type()
Df-lang.c281 case FT_UNSIGNED_CHAR: in f_create_fundamental_type()
Dgdbtypes.h42 #define FT_UNSIGNED_CHAR 4 /* we use this for C/C++ unsigned chars */ macro
Dobjc-lang.c483 case FT_UNSIGNED_CHAR: in objc_create_fundamental_type()
Dcoffread.c1900 return lookup_fundamental_type (current_objfile, FT_UNSIGNED_CHAR); in decode_base_type()
Ddwarfread.c3288 typep = dwarf_fundamental_type (current_objfile, FT_UNSIGNED_CHAR); in decode_fund_type()
Dhpread.c2921 return FT_UNSIGNED_CHAR; /* C/C++ unsigned char */ in hpread_type_translate()
2929 return FT_UNSIGNED_CHAR; in hpread_type_translate()
Ddwarf2read.c7470 type = dwarf2_fundamental_type (objfile, FT_UNSIGNED_CHAR, cu); in dwarf_base_type()
7482 type = dwarf2_fundamental_type (objfile, FT_UNSIGNED_CHAR, cu); in dwarf_base_type()
Dada-lang.c8564 case FT_UNSIGNED_CHAR: in ada_create_fundamental_type()