Searched refs:PUT_SDB_TYPE (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dsdb.h84 #undef PUT_SDB_TYPE macro
85 #define PUT_SDB_TYPE(a) \ macro
/freebsd-9.3-release/contrib/gcc/
H A Dsdbout.c196 #ifndef PUT_SDB_TYPE
197 #define PUT_SDB_TYPE(a) fprintf(asm_out_file, "\t.type\t0%o%s", a, SDB_DELIM) macro
923 PUT_SDB_TYPE (plain_type (type));
952 PUT_SDB_TYPE (plain_type (type));
1009 PUT_SDB_TYPE (plain_type (type));
1115 PUT_SDB_TYPE (T_UNION);
1121 PUT_SDB_TYPE (T_STRUCT);
1127 PUT_SDB_TYPE (T_ENUM);
1186 PUT_SDB_TYPE (T_MOE);
1321 PUT_SDB_TYPE (plain_typ
[all...]

Completed in 172 milliseconds