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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf.h109 #define CTF_MAX_SIZE 0xfffe /* max size of a type in bytes */ macro
174 * ctf_stype_t. The maximum value for these sizes is CTF_MAX_SIZE. The sizes
175 * larger than CTF_MAX_SIZE must be stored in the ctt_lsize member of a
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c1124 if (ssize > CTF_MAX_SIZE) {
1477 if ((size = ctf_type_size(src_fp, src_type)) > CTF_MAX_SIZE) {
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c241 if (size > CTF_MAX_SIZE) {

Completed in 117 milliseconds