Searched refs:ctt_type (Results 1 - 5 of 5) sorted by relevance
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ |
| H A D | ctf_decl.c | 114 ctf_decl_push(cd, fp, tp->ctt_type); 121 ctf_decl_push(cd, fp, tp->ctt_type); 126 ctf_decl_push(cd, fp, tp->ctt_type); 133 ctf_decl_push(cd, fp, tp->ctt_type);
|
| H A D | ctf_open.c | 283 * For forward declarations, ctt_type is the CTF_K_* 285 * If ctt_type is unknown, treat the tag as a struct. 287 if (tp->ctt_type == CTF_K_UNKNOWN || 288 tp->ctt_type >= CTF_K_MAX) 291 pop[tp->ctt_type]++; 301 child |= CTF_TYPE_ISCHILD(tp->ctt_type); 462 switch (tp->ctt_type) { 492 if (CTF_TYPE_ISCHILD(tp->ctt_type) == child && 493 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax) 495 CTF_TYPE_TO_INDEX(tp->ctt_type)] [all...] |
| H A D | ctf_types.c | 184 if (tp->ctt_type == type || tp->ctt_type == otype || 185 tp->ctt_type == prev) { 190 type = tp->ctt_type; 464 return (tp->ctt_type);
|
| H A D | ctf_create.c | 621 dtd->dtd_data.ctt_type = (ushort_t)ref; 711 dtd->dtd_data.ctt_type = (ushort_t)ctc->ctc_return; 821 dtd->dtd_data.ctt_type = kind; 839 dtd->dtd_data.ctt_type = (ushort_t)ref; 1246 ctc.ctc_return = ctf_add_type(dst_fp, src_fp, tp->ctt_type);
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/ |
| H A D | ctf.h | 195 #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 48 milliseconds