Searched refs:uint32_ctype (Results 1 – 4 of 4) sorted by relevance
133 predefined_ctype("CHAR32", uint32_ctype, PTYPE_TYPE); in predefined_macros()144 predefined_ctype("UINT32", uint32_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()153 predefined_ctype("UINT_LEAST32", uint32_ctype, PTYPE_MAX|PTYPE_TYPE); in predefined_macros()
15 uint32_ctype = &ulong_ctype; in init_arm()
16 extern struct symbol *uint32_ctype;
18 struct symbol *uint32_ctype = &uint_ctype; variable