Searched refs:CTF_MAX_SIZE (Results 1 – 16 of 16) sorted by relevance
109 #define CTF_MAX_SIZE 0xfffe /* max size of a type in bytes */ macro
132 #define CTF_MAX_SIZE 0xfffffffe /* Max size of a v2 type in bytes. */ macro
604 gcc_assert (size <= CTF_MAX_SIZE); in ctf_add_enum()831 if (size > CTF_MAX_SIZE) in ctf_add_sou()
758 if (type->dtd_data.ctti_size <= CTF_MAX_SIZE) in output_asm_ctf_type()
746 if (lsize <= CTF_MAX_SIZE) in ctf_type_sect_size()814 if (lsize <= CTF_MAX_SIZE) in ctf_emit_type_sect()
539 if ((size_t) size <= CTF_MAX_SIZE) in upgrade_types_v1()
1134 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()
243 if (size > CTF_MAX_SIZE) { in write_sized_type_rec()
1037 ‘ctf_stype_t’ if the structure size is greater than ‘CTF_MAX_SIZE’1321 ‘CTF_MAX_SIZE’
1359 @code{ctf_stype_t} if the structure size is greater than @code{CTF_MAX_SIZE}1715 @item CTF_MAX_SIZE
1037 'ctf_stype_t' if the structure size is greater than 'CTF_MAX_SIZE'1321 'CTF_MAX_SIZE'