Home
last modified time | relevance | path

Searched refs:CTF_LSTRUCT_THRESH (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/common/ctf/
H A Dctf_types.c78 if (fp->ctf_version == CTF_VERSION_1 || size < CTF_LSTRUCT_THRESH) { in ctf_member_iter()
429 size < CTF_LSTRUCT_THRESH) { in ctf_type_align()
671 if (fp->ctf_version == CTF_VERSION_1 || size < CTF_LSTRUCT_THRESH) { in ctf_member_info()
835 if (fp->ctf_version == CTF_VERSION_1 || size < CTF_LSTRUCT_THRESH) { in ctf_type_rvisit()
H A Dctf_open.c251 size < CTF_LSTRUCT_THRESH) { in init_types()
405 size < CTF_LSTRUCT_THRESH) in init_types()
421 size < CTF_LSTRUCT_THRESH) in init_types()
H A Dctf_create.c295 if (dtd->dtd_data.ctt_size < CTF_LSTRUCT_THRESH) in ctf_update()
399 if (dtd->dtd_data.ctt_size < CTF_LSTRUCT_THRESH) in ctf_update()
/titanic_44/usr/src/uts/common/sys/
H A Dctf.h328 #define CTF_LSTRUCT_THRESH 8192 macro
/titanic_44/usr/src/tools/ctf/cvt/
H A Dctf.c331 if (tp->t_size < CTF_LSTRUCT_THRESH) { in write_type()
706 if (size < CTF_LSTRUCT_THRESH) in count_types()
1028 if (size < CTF_LSTRUCT_THRESH) { in resurrect_types()
/titanic_44/usr/src/tools/ctf/dump/
H A Ddump.c533 if (size >= CTF_LSTRUCT_THRESH) { in read_types()
552 vlen = n * (size >= CTF_LSTRUCT_THRESH ? in read_types()