Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dgsyms.h55 T_UINT = 14, enumerator
Dsdbout.c517 return T_UINT; in plain_type_1()
529 return (TYPE_UNSIGNED (type) ? T_UINT : T_INT); in plain_type_1()
Dmips-tfile.c847 T_UINT = 14, enumerator
/freebsd-9-stable/cddl/contrib/opensolaris/head/
Dsyms.h108 #define T_UINT 14 /* unsigned integer */ macro
/freebsd-9-stable/contrib/binutils/binutils/
Dcoffgrok.h34 #define T_UINT 14 /* unsigned integer */ macro
Dcoffgrok.c335 res->u.basic = T_UINT; in do_type()
355 case T_UINT: in do_type()
Dcoffdump.c225 case T_UINT: in dump_coff_type()
Drdcoff.c309 case T_UINT: in parse_coff_base_type()
Dsrconv.c690 case T_UINT: in walk_tree_type_1()
/freebsd-9-stable/contrib/binutils/include/coff/
Dinternal.h480 #define T_UINT 14 /* unsigned integer */ macro
/freebsd-9-stable/contrib/gdb/gdb/
Dcoffread.c1903 case T_UINT: in decode_base_type()