Searched defs:ctt_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h189 #define ctt_type _u._type /* for types that reference another type */ macro
257 #define CTF_K_POINTER 3 /* ctt_type is referenced type */
259 #define CTF_K_FUNCTION 5 /* ctt_type is return type, variant data is */
265 #define CTF_K_TYPEDEF 10 /* ctt_type is referenced type */
266 #define CTF_K_VOLATILE 11 /* ctt_type is base type */
267 #define CTF_K_CONST 12 /* ctt_type is base type */
268 #define CTF_K_RESTRICT 13 /* ctt_type is base type */
273 * Values for ctt_type when kind is CTF_K_INTEGER. The flags, offset in bits,
289 * Values for ctt_type when kind is CTF_K_FLOAT. The encoding, offset in bits,

Completed in 57 milliseconds