HomeSort by: relevance | last modified time | path
    Searched refs:CTF_MAX_SIZE (Results 1 - 19 of 19) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
ctf.h 298 #define CTF_MAX_SIZE CTF_V2_MAX_SIZE
  /src/external/gpl3/binutils/dist/include/
ctf.h 132 #define CTF_MAX_SIZE 0xfffffffe /* Max size of a v2 type in bytes. */
234 member of a ctf_stype_t. The maximum value for these sizes is CTF_MAX_SIZE.
  /src/external/gpl3/binutils.old/dist/include/
ctf.h 132 #define CTF_MAX_SIZE 0xfffffffe /* Max size of a v2 type in bytes. */
233 member of a ctf_stype_t. The maximum value for these sizes is CTF_MAX_SIZE.
  /src/external/gpl3/gcc.old/dist/include/
ctf.h 132 #define CTF_MAX_SIZE 0xfffffffe /* Max size of a v2 type in bytes. */
207 member of a ctf_stype_t. The maximum value for these sizes is CTF_MAX_SIZE.
  /src/external/gpl3/gcc/dist/include/
ctf.h 132 #define CTF_MAX_SIZE 0xfffffffe /* Max size of a v2 type in bytes. */
233 member of a ctf_stype_t. The maximum value for these sizes is CTF_MAX_SIZE.
  /src/external/gpl3/gdb/dist/include/
ctf.h 132 #define CTF_MAX_SIZE 0xfffffffe /* Max size of a v2 type in bytes. */
233 member of a ctf_stype_t. The maximum value for these sizes is CTF_MAX_SIZE.
  /src/external/gpl3/gdb.old/dist/include/
ctf.h 132 #define CTF_MAX_SIZE 0xfffffffe /* Max size of a v2 type in bytes. */
233 member of a ctf_stype_t. The maximum value for these sizes is CTF_MAX_SIZE.
  /src/external/gpl3/binutils/dist/libctf/
ctf-serialize.c 750 if (lsize <= CTF_MAX_SIZE)
818 if (lsize <= CTF_MAX_SIZE)
ctf-open.c 539 if ((size_t) size <= CTF_MAX_SIZE)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-serialize.c 744 if (lsize <= CTF_MAX_SIZE)
812 if (lsize <= CTF_MAX_SIZE)
ctf-open.c 539 if ((size_t) size <= CTF_MAX_SIZE)
  /src/external/gpl3/gcc.old/dist/gcc/
ctfc.cc 604 gcc_assert (size <= CTF_MAX_SIZE);
831 if (size > CTF_MAX_SIZE)
ctfout.cc 758 if (type->dtd_data.ctti_size <= CTF_MAX_SIZE)
  /src/external/gpl3/gcc/dist/gcc/
ctfc.cc 604 gcc_assert (size <= CTF_MAX_SIZE);
835 if (size > CTF_MAX_SIZE)
ctfout.cc 758 if (type->dtd_data.ctti_size <= CTF_MAX_SIZE)
  /src/external/gpl3/gdb/dist/libctf/
ctf-serialize.c 744 if (lsize <= CTF_MAX_SIZE)
812 if (lsize <= CTF_MAX_SIZE)
ctf-open.c 539 if ((size_t) size <= CTF_MAX_SIZE)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-serialize.c 744 if (lsize <= CTF_MAX_SIZE)
812 if (lsize <= CTF_MAX_SIZE)
ctf-open.c 539 if ((size_t) size <= CTF_MAX_SIZE)

Completed in 55 milliseconds