Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dcoffgrok.h29 #define T_STRUCT 8 /* structure */ macro
Dcoffgrok.c369 case T_STRUCT: in do_type()
388 res->u.astructdef.isstruct = (type & 0xf) == T_STRUCT; in do_type()
Drdcoff.c323 case T_STRUCT: in parse_coff_base_type()
477 return debug_make_struct_type (dhandle, ntype == T_STRUCT, in parse_coff_struct_type()
Dcoffdump.c209 case T_STRUCT: in dump_coff_type()
/toolchain/binutils/binutils-2.25/include/coff/
Dinternal.h516 #define T_STRUCT 8 /* structure */ macro