/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | ctf.h | 110 #define CTF_LSIZE_SENT 0xffff /* sentinel for ctt_size */ macro
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | ctf.h | 133 #define CTF_LSIZE_SENT 0xffffffff /* Sentinel for v2 ctt_size. */ macro
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf.h | 133 #define CTF_LSIZE_SENT 0xffffffff /* Sentinel for v2 ctt_size. */ macro
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf.h | 133 #define CTF_LSIZE_SENT 0xffffffff /* Sentinel for v2 ctt_size. */ macro
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_create.c | 284 if (dtd->dtd_data.ctt_size != CTF_LSIZE_SENT) in ctf_update() 354 if (dtd->dtd_data.ctt_size != CTF_LSIZE_SENT) in ctf_update() 1135 dtd->dtd_data.ctt_size = CTF_LSIZE_SENT; in ctf_add_member() 1488 dtd->dtd_data.ctt_size = CTF_LSIZE_SENT; in ctf_add_type()
|
H A D | ctf_types.c | 40 tp->ctt_size == CTF_LSIZE_SENT) { in ctf_get_ctt_size()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-open.c | 127 CTF_LSIZE_SENT)); in get_ctt_size_v2_unconverted() 137 CTF_LSIZE_SENT)); in get_ctt_size_v2() 1065 if (_libctf_unlikely_ (size == CTF_LSIZE_SENT)) in flip_types()
|
H A D | ctf-serialize.c | 750 if (type_ctt_size != CTF_LSIZE_SENT) in ctf_type_sect_size() 818 if (type_ctt_size != CTF_LSIZE_SENT) in ctf_emit_type_sect()
|
H A D | ctf-create.c | 829 dtd->dtd_data.ctt_size = CTF_LSIZE_SENT; in ctf_add_struct_sized() 869 dtd->dtd_data.ctt_size = CTF_LSIZE_SENT; in ctf_add_union_sized() 1294 dtd->dtd_data.ctt_size = CTF_LSIZE_SENT; in ctf_add_member_offset()
|
H A D | ctf-types.c | 48 if (tp->ctt_size == CTF_LSIZE_SENT) in ctf_struct_member()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-open.c | 127 CTF_LSIZE_SENT)); in get_ctt_size_v2_unconverted() 137 CTF_LSIZE_SENT)); in get_ctt_size_v2() 1065 if (_libctf_unlikely_ (size == CTF_LSIZE_SENT)) in flip_types()
|
H A D | ctf-serialize.c | 750 if (type_ctt_size != CTF_LSIZE_SENT) in ctf_type_sect_size() 818 if (type_ctt_size != CTF_LSIZE_SENT) in ctf_emit_type_sect()
|
H A D | ctf-create.c | 826 dtd->dtd_data.ctt_size = CTF_LSIZE_SENT; in ctf_add_struct_sized() 866 dtd->dtd_data.ctt_size = CTF_LSIZE_SENT; in ctf_add_union_sized() 1269 dtd->dtd_data.ctt_size = CTF_LSIZE_SENT; in ctf_add_member_offset()
|
H A D | ctf-types.c | 48 if (tp->ctt_size == CTF_LSIZE_SENT) in ctf_struct_member()
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | ctf.c | 244 ctt->ctt_size = CTF_LSIZE_SENT; in write_sized_type_rec() 779 if (ctt->ctt_size == CTF_LSIZE_SENT) { in get_ctt_size()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ctfc.cc | 833 dtd->dtd_data.ctti_size = CTF_LSIZE_SENT; in ctf_add_sou()
|
/netbsd-src/external/cddl/osnet/dist/tools/ctf/dump/ |
H A D | dump.c | 434 if (tp->ctt_size == CTF_LSIZE_SENT) { in read_types()
|
/netbsd-src/external/cddl/osnet/dev/fbt/ |
H A D | fbt.c | 558 tp->ctt_size == CTF_LSIZE_SENT) { in fbt_get_ctt_size()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/ |
H A D | ctf-spec.info | 472 If ‘ctt_size’ is the #define ‘CTF_LSIZE_SENT’, 0xffffffff, this type 488 types don’t need one). If this is ‘CTF_LSIZE_SENT’, 1459 * CTF_LSIZE_SENT: The type section. (line 49)
|
H A D | ctf-spec.texi | 588 If @code{ctt_size} is the #define @code{CTF_LSIZE_SENT}, 0xffffffff, this type 590 @tindex CTF_LSIZE_SENT 625 @code{CTF_LSIZE_SENT}, this type is a huge type described by @code{ctf_type_t}.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/ |
H A D | ctf-spec.texi | 588 If @code{ctt_size} is the #define @code{CTF_LSIZE_SENT}, 0xffffffff, this type 590 @tindex CTF_LSIZE_SENT 625 @code{CTF_LSIZE_SENT}, this type is a huge type described by @code{ctf_type_t}.
|
H A D | ctf-spec.info | 472 If 'ctt_size' is the #define 'CTF_LSIZE_SENT', 0xffffffff, this type 488 types don't need one). If this is 'CTF_LSIZE_SENT', 1459 * CTF_LSIZE_SENT: The type section. (line 49)
|