Searched refs:int32_ctype (Results 1 – 4 of 4) sorted by relevance
14 int32_ctype = &long_ctype; in init_arm()
143 predefined_ctype("INT32", int32_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()152 predefined_ctype("INT_LEAST32", int32_ctype, PTYPE_MAX|PTYPE_TYPE|PTYPE_WIDTH); in predefined_macros()
15 extern struct symbol *int32_ctype;
17 struct symbol *int32_ctype = &int_ctype; variable