Home
last modified time | relevance | path

Searched refs:CTF_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dctf.h107 #define CTF_MAX_SIZE 0xfffe /* max size of a type in bytes */ macro
/titanic_41/usr/src/common/ctf/
H A Dctf_create.c1124 if (ssize > CTF_MAX_SIZE) { in ctf_add_member()
1461 if ((size = ctf_type_size(src_fp, src_type)) > CTF_MAX_SIZE) { in ctf_add_type()
/titanic_41/usr/src/tools/ctf/cvt/
H A Dctf.c205 if (size > CTF_MAX_SIZE) { in write_sized_type_rec()