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

  /src/usr.bin/xlint/arch/mips/
targparam.h 47 #define SIZEOF_TSPEC ULONG
51 #define SIZEOF_TSPEC UINT
  /src/usr.bin/xlint/arch/aarch64/
targparam.h 44 #define SIZEOF_TSPEC ULONG
  /src/usr.bin/xlint/arch/alpha/
targparam.h 46 #define SIZEOF_TSPEC ULONG
  /src/usr.bin/xlint/arch/arm/
targparam.h 46 #define SIZEOF_TSPEC ULONG
  /src/usr.bin/xlint/arch/coldfire/
targparam.h 46 #define SIZEOF_TSPEC UINT
  /src/usr.bin/xlint/arch/hppa/
targparam.h 46 #define SIZEOF_TSPEC ULONG
  /src/usr.bin/xlint/arch/i386/
targparam.h 46 #define SIZEOF_TSPEC UINT
  /src/usr.bin/xlint/arch/ia64/
targparam.h 46 #define SIZEOF_TSPEC ULONG
  /src/usr.bin/xlint/arch/m68000/
targparam.h 46 #define SIZEOF_TSPEC UINT
  /src/usr.bin/xlint/arch/m68k/
targparam.h 46 #define SIZEOF_TSPEC UINT
  /src/usr.bin/xlint/arch/mips64/
targparam.h 47 #define SIZEOF_TSPEC ULONG
  /src/usr.bin/xlint/arch/mipsn64/
targparam.h 47 #define SIZEOF_TSPEC ULONG
  /src/usr.bin/xlint/arch/or1k/
targparam.h 46 #define SIZEOF_TSPEC UINT
  /src/usr.bin/xlint/arch/powerpc/
targparam.h 46 #define SIZEOF_TSPEC UINT
  /src/usr.bin/xlint/arch/powerpc64/
targparam.h 46 #define SIZEOF_TSPEC ULONG
  /src/usr.bin/xlint/arch/riscv32/
targparam.h 46 #define SIZEOF_TSPEC UINT
  /src/usr.bin/xlint/arch/riscv64/
targparam.h 46 #define SIZEOF_TSPEC ULONG
  /src/usr.bin/xlint/arch/sh3/
targparam.h 46 #define SIZEOF_TSPEC UINT
  /src/usr.bin/xlint/arch/sparc/
targparam.h 46 #define SIZEOF_TSPEC ULONG
  /src/usr.bin/xlint/arch/sparc64/
targparam.h 46 #define SIZEOF_TSPEC ULONG
  /src/usr.bin/xlint/arch/vax/
targparam.h 46 #define SIZEOF_TSPEC ULONG
  /src/usr.bin/xlint/arch/x86_64/
targparam.h 46 #define SIZEOF_TSPEC ULONG
  /src/usr.bin/xlint/lint1/
tree.c 4287 tnode_t *tn = build_integer_constant(SIZEOF_TSPEC, size_in_bytes);
4329 tnode_t *tn = build_integer_constant(SIZEOF_TSPEC, offset_in_bytes);
4415 return build_integer_constant(SIZEOF_TSPEC, (int64_t)alignment(tp));
4460 return build_integer_constant(SIZEOF_TSPEC, (int64_t)off);

Completed in 60 milliseconds