Warning, file /include/valgrind/vki/vki-machine-types-amd64-freebsd.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022
0023
0024
0025
0026
0027
0028
0029
0030
0031
0032 #ifndef VKI_MACHINE_TYPES_AMD64_FREEBSD_H
0033 #define VKI_MACHINE_TYPES_AMD64_FREEBSD_H
0034
0035
0036
0037
0038
0039 typedef __signed char vki_int8_t;
0040 typedef unsigned char vki_uint8_t;
0041 typedef short vki_int16_t;
0042 typedef unsigned short vki_uint16_t;
0043 typedef int vki_int32_t;
0044 typedef unsigned int vki_uint32_t;
0045 typedef long vki_int64_t;
0046 typedef unsigned long vki_uint64_t;
0047 typedef unsigned long vki_uintptr_t;
0048 typedef long vki_intptr_t;
0049
0050
0051 typedef unsigned int __vki_clock_t;
0052 typedef unsigned int __vki_cpumask_t;
0053 typedef char * __vki_caddr_t;
0054 typedef double __vki_double_t;
0055 typedef double __vki_float_t;
0056 typedef vki_int64_t __vki_intfptr_t;
0057 typedef vki_int64_t __vki_intmax_t;
0058 typedef vki_int64_t __vki_ptrdiff_t;
0059 typedef vki_int64_t __vki_register_t;
0060 typedef vki_int64_t __vki_segsz_t;
0061 typedef vki_uint64_t __vki_size_t;
0062 typedef vki_int64_t __vki_ssize_t;
0063 typedef vki_int64_t __vki_time_t;
0064 typedef vki_uint64_t __vki_uintfptr_t;
0065 typedef vki_uint64_t __vki_uintmax_t;
0066 typedef vki_uint64_t __vki_u_register_t;
0067 typedef vki_uint64_t __vki_vm_offset_t;
0068 typedef vki_int64_t __vki_vm_ooffset_t;
0069 typedef vki_uint64_t __vki_vm_paddr_t;
0070 typedef vki_uint64_t __vki_vm_pindex_t;
0071 typedef vki_uint64_t __vki_vm_size_t;
0072
0073 #endif
0074
0075
0076
0077