Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h109 #define CTF_MAX_SIZE 0xfffe /* max size of a type in bytes */ macro
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h132 #define CTF_MAX_SIZE 0xfffffffe /* Max size of a v2 type in bytes. */ macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h132 #define CTF_MAX_SIZE 0xfffffffe /* Max size of a v2 type in bytes. */ macro
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h132 #define CTF_MAX_SIZE 0xfffffffe /* Max size of a v2 type in bytes. */ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.cc604 gcc_assert (size <= CTF_MAX_SIZE); in ctf_add_enum()
831 if (size > CTF_MAX_SIZE) in ctf_add_sou()
H A Dctfout.cc758 if (type->dtd_data.ctti_size <= CTF_MAX_SIZE) in output_asm_ctf_type()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-serialize.c746 if (lsize <= CTF_MAX_SIZE) in ctf_type_sect_size()
814 if (lsize <= CTF_MAX_SIZE) in ctf_emit_type_sect()
H A Dctf-open.c539 if ((size_t) size <= CTF_MAX_SIZE) in upgrade_types_v1()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-serialize.c746 if (lsize <= CTF_MAX_SIZE) in ctf_type_sect_size()
814 if (lsize <= CTF_MAX_SIZE) in ctf_emit_type_sect()
H A Dctf-open.c539 if ((size_t) size <= CTF_MAX_SIZE) in upgrade_types_v1()
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c1134 if (ssize > CTF_MAX_SIZE) { in ctf_add_member()
1487 if ((size = ctf_type_size(src_fp, src_type)) > CTF_MAX_SIZE) { in ctf_add_type()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c243 if (size > CTF_MAX_SIZE) { in write_sized_type_rec()
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.info1037 ‘ctf_stype_t’ if the structure size is greater than ‘CTF_MAX_SIZE
1321CTF_MAX_SIZE
H A Dctf-spec.texi1359 @code{ctf_stype_t} if the structure size is greater than @code{CTF_MAX_SIZE}
1715 @item CTF_MAX_SIZE
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.texi1359 @code{ctf_stype_t} if the structure size is greater than @code{CTF_MAX_SIZE}
1715 @item CTF_MAX_SIZE
H A Dctf-spec.info1037 'ctf_stype_t' if the structure size is greater than 'CTF_MAX_SIZE'
1321 'CTF_MAX_SIZE'