Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDgsyms.h66 T_LONG = 5, enumerator
/dragonfly/contrib/gcc-4.7/gcc/
HDgsyms.h64 T_LONG = 5, enumerator
HDsdbout.c528 return T_LONG; in plain_type_1()
540 return (TYPE_UNSIGNED (type) ? T_ULONG : T_LONG); in plain_type_1()
542 return (TYPE_UNSIGNED (type) ? T_ULONG : T_LONG); in plain_type_1()
HDmips-tfile.c791 T_LONG = 5, enumerator
/dragonfly/lib/libc/stdio/
HDprintf-pos.c60 T_LONG, T_U_LONG, TP_LONG, T_LLONG, T_U_LLONG, TP_LLONG, enumerator
151 types->table[types->nextarg++] = T_LONG; in addsarg()
683 case T_LONG: in build_arg_table()
/dragonfly/contrib/gdb-7/include/coff/
HDinternal.h474 #define T_LONG 5 /* long integer */ macro
/dragonfly/contrib/binutils-2.27/include/coff/
HDinternal.h513 #define T_LONG 5 /* long integer */ macro
/dragonfly/contrib/binutils-2.34/include/coff/
HDinternal.h505 #define T_LONG 5 /* long integer */ macro
/dragonfly/contrib/binutils-2.34/binutils/
HDrdcoff.c283 case T_LONG: in parse_coff_base_type()
/dragonfly/contrib/binutils-2.27/binutils/
HDrdcoff.c283 case T_LONG: in parse_coff_base_type()
/dragonfly/contrib/gdb-7/gdb/
HDcoffread.c1848 case T_LONG: in decode_base_type()