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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Dctf.h195 #define ctt_type _u._type /* for types that reference another type */ macro
263 #define CTF_K_POINTER 3 /* ctt_type is referenced type */
265 #define CTF_K_FUNCTION 5 /* ctt_type is return type, variant data is */
271 #define CTF_K_TYPEDEF 10 /* ctt_type is referenced type */
272 #define CTF_K_VOLATILE 11 /* ctt_type is base type */
273 #define CTF_K_CONST 12 /* ctt_type is base type */
274 #define CTF_K_RESTRICT 13 /* ctt_type is base type */
279 * Values for ctt_type when kind is CTF_K_INTEGER. The flags, offset in bits,
295 * Values for ctt_type when kind is CTF_K_FLOAT. The encoding, offset in bits,

Completed in 746 milliseconds