コード例 #1
0
 public static extern IntPtr mmap(IntPtr address, uint size, MMapProt prot, MMapFlags flags, int fd, int offset);
コード例 #2
0
 public static extern IntPtr mmap(IntPtr addr, uint len, ProtectionFlags prot, MMapFlags flags, int fd, int offset);
コード例 #3
0
ファイル: Libc.cs プロジェクト: tudor-olariu/monoev3
		public static extern IntPtr mmap(IntPtr addr, uint len, ProtectionFlags prot, MMapFlags flags, int fd, int offset);
コード例 #4
0
ファイル: Linux.cs プロジェクト: soopercool101/BrawlCrate
 public static extern void* mmap(void* addr, uint len, MMapProtect prot, MMapFlags flags, int fildes, uint off);
コード例 #5
0
 public static extern void* mmap(void* addr, uint len, MMapProtect prot, MMapFlags flags, int fildes, uint off);