Searched refs:CTF_K_POINTER (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_types.c235 k = CTF_K_POINTER; /* avoid leading whitespace (see below) */
246 if (k != CTF_K_POINTER && k != CTF_K_ARRAY)
260 case CTF_K_POINTER:
333 case CTF_K_POINTER:
381 case CTF_K_POINTER:
457 case CTF_K_POINTER:
602 case CTF_K_POINTER:
H A Dctf_decl.c38 * CTF_K_POINTER -> CTF_K_FUNCTION -> CTF_K_INTEGER : int (*)()
39 * CTF_K_POINTER -> CTF_K_ARRAY -> CTF_K_INTEGER : int (*)[]
123 case CTF_K_POINTER:
H A Dctf_open.c405 case CTF_K_POINTER:
446 pop[CTF_K_TYPEDEF] + pop[CTF_K_POINTER] + pop[CTF_K_VOLATILE] +
595 case CTF_K_POINTER:
H A Dctf_create.c647 return (ctf_add_reftype(fp, flag, ref, CTF_K_POINTER));
1212 case CTF_K_POINTER:
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_xlator.c267 int ptr = dst_kind == CTF_K_POINTER;
360 if (ctf_type_kind(ctfp, ctf_type_resolve(ctfp, type)) == CTF_K_POINTER)
H A Ddt_program.c406 if (ctf_type_kind(file, type) == CTF_K_POINTER) {
408 if (ctf_type_kind(file, referenced_type) != CTF_K_POINTER &&
H A Ddt_decl.c441 if (pdp == NULL || pdp->dd_kind != CTF_K_POINTER)
459 return (dt_decl_push(dt_decl_alloc(CTF_K_POINTER, NULL)));
866 if (ddp->dd_kind == CTF_K_POINTER) {
H A Ddt_parser.c849 kind == CTF_K_POINTER);
882 if (ctf_type_kind(fp, type) != CTF_K_POINTER)
953 if (kind == CTF_K_POINTER &&
979 return (kind == CTF_K_POINTER || kind == CTF_K_ARRAY);
1044 * is CTF_K_POINTER or CTF_K_ARRAY). Otherwise [lr]ref = CTF_ERR.
1050 if (lkind == CTF_K_POINTER) {
1063 if (rkind == CTF_K_POINTER) {
1097 compat = (lkind == CTF_K_POINTER || lkind == CTF_K_ARRAY) &&
1098 (rkind == CTF_K_POINTER || rkind == CTF_K_ARRAY) &&
2915 } else if (kind == CTF_K_POINTER) {
[all...]
H A Ddt_dis.c265 case CTF_K_POINTER:
H A Ddt_cg.c213 assert(kind == CTF_K_POINTER || kind == CTF_K_ARRAY);
698 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER);
757 assert(ctf_type_kind(ctfp, type) == CTF_K_POINTER);
H A Ddt_ld.cpp302 if (ctf_type_kind(file, type) == CTF_K_POINTER) {
/macosx-10.9.5/dtrace-118.1/sys/
H A Dctf.h257 #define CTF_K_POINTER 3 /* ctt_type is referenced type */ macro
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dctf.c360 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_POINTER, isroot, 0);
789 case CTF_K_POINTER:
1101 case CTF_K_POINTER:
H A Ddump.c617 case CTF_K_POINTER:
938 long_stat("total number of pointers", stats.s_types[CTF_K_POINTER]);

Completed in 205 milliseconds