31 #ifndef __ARCH_SPARC_SOLARIS_SOLARIS_HH__ 
   32 #define __ARCH_SPARC_SOLARIS_SOLARIS_HH__ 
static const int TGT_O_NOCTTY
O_NOCTTY. 
 
static const int TGT_O_RDONLY
O_RDONLY. 
 
static const unsigned TGT_MAP_FIXED
 
static const unsigned TGT_MAP_ANON
 
static const int TGT_O_XATTR
 
static const int TGT_O_NDELAY
O_NONBLOCK. 
 
static SyscallFlagTransTable openFlagTable[]
 
static const unsigned TGT_MAP_GROWSDOWN
 
static const unsigned TGT_MAP_PRIVATE
 
static const int TGT_O_RDWR
O_RDWR. 
 
static const unsigned TGT_MAP_EXECUTABLE
 
static const int TGT_O_PRIV
 
static const int TGT_O_CREAT
O_CREAT. 
 
static const int TGT_O_TRUNC
O_TRUNC. 
 
static const unsigned TGT_MAP_LOCKED
 
static const unsigned TGT_MAP_SHARED
 
static const int TGT_O_WRONLY
O_WRONLY. 
 
static const int NUM_OPEN_FLAGS
 
static const unsigned TGT_MAP_HUGETLB
 
static const unsigned NUM_MMAP_FLAGS
 
static const unsigned TGT_MAP_32BIT
 
static const unsigned TGT_MAP_ANONYMOUS
 
static const unsigned TGT_MAP_NORESERVE
 
This struct is used to build target-OS-dependent tables that map the target's flags to the host's fla...
 
static const unsigned TGT_MAP_POPULATE
 
static const int TGT_O_DSYNC
O_SYNC. 
 
static const int TGT_O_APPEND
O_APPEND. 
 
static const int TGT_O_SYNC
O_SYNC. 
 
static const unsigned TGT_MAP_DENYWRITE
 
static const int TGT_O_LARGEFILE
 
static const int TGT_O_EXCL
O_EXCL. 
 
static const int TGT_O_RSYNC
O_SYNC. 
 
static const int TGT_O_NONBLOCK
O_NONBLOCK. 
 
static const unsigned TGT_MAP_STACK
 
static SyscallFlagTransTable mmapFlagTable[]
For mmap(). 
 
static const unsigned TGT_MAP_FILE
 
static const unsigned TGT_MAP_NONBLOCK
 
This class encapsulates the types, structures, constants, functions, and syscall-number mappings spec...