Searched refs:TRY_EMPTY_VM_SPACE (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Dhost-linux.c68 # define TRY_EMPTY_VM_SPACE 0x10000000000 macro
70 # define TRY_EMPTY_VM_SPACE 0x2000000100000000 macro
72 # define TRY_EMPTY_VM_SPACE 0x1000000000 macro
74 # define TRY_EMPTY_VM_SPACE 0x60000000 macro
76 # define TRY_EMPTY_VM_SPACE 0x60000000 macro
78 # define TRY_EMPTY_VM_SPACE 0x60000000 macro
80 # define TRY_EMPTY_VM_SPACE 0x8000000000 macro
82 # define TRY_EMPTY_VM_SPACE 0x60000000 macro
84 # define TRY_EMPTY_VM_SPACE 0x8000000000 macro
86 # define TRY_EMPTY_VM_SPACE macro
88 # define TRY_EMPTY_VM_SPACE macro
90 # define TRY_EMPTY_VM_SPACE macro
92 # define TRY_EMPTY_VM_SPACE macro
94 # define TRY_EMPTY_VM_SPACE macro
96 # define TRY_EMPTY_VM_SPACE macro
98 # define TRY_EMPTY_VM_SPACE macro
100 # define TRY_EMPTY_VM_SPACE macro
102 # define TRY_EMPTY_VM_SPACE macro
[all...]
H A Dhost-openbsd.c35 # define TRY_EMPTY_VM_SPACE 0x400000000000 macro
37 # define TRY_EMPTY_VM_SPACE 0xb0000000 macro
39 # define TRY_EMPTY_VM_SPACE 0xb0000000 macro
41 # define TRY_EMPTY_VM_SPACE 0 macro
53 addr = mmap ((void *) TRY_EMPTY_VM_SPACE, size, PROT_READ | PROT_WRITE,
H A Dhost-netbsd.c35 # define TRY_EMPTY_VM_SPACE 0x40000000000 macro
37 # define TRY_EMPTY_VM_SPACE 0x400000000000 macro
39 # define TRY_EMPTY_VM_SPACE 0x60000000 macro
41 # define TRY_EMPTY_VM_SPACE 0xb0000000 macro
53 addr = mmap ((void *) TRY_EMPTY_VM_SPACE, size, PROT_READ | PROT_WRITE,
H A Dhost-solaris.c72 # define TRY_EMPTY_VM_SPACE 0x70000000000 macro
74 # define TRY_EMPTY_VM_SPACE 0x80000000 macro
76 # define TRY_EMPTY_VM_SPACE 0x80000000000 macro
78 # define TRY_EMPTY_VM_SPACE 0xB0000000 macro
80 # define TRY_EMPTY_VM_SPACE 0 macro
92 addr = mmap_fixed ((caddr_t) TRY_EMPTY_VM_SPACE, size,
H A Dhost-hpux.c37 # define TRY_EMPTY_VM_SPACE 0x8000000000000000 macro
39 # define TRY_EMPTY_VM_SPACE 0x60000000 macro
41 # define TRY_EMPTY_VM_SPACE 0 macro
53 addr = mmap ((void *)TRY_EMPTY_VM_SPACE, size, PROT_READ | PROT_WRITE,
/netbsd-current/external/gpl3/gcc/dist/gcc/config/
H A Dhost-linux.cc68 # define TRY_EMPTY_VM_SPACE 0x10000000000 macro
70 # define TRY_EMPTY_VM_SPACE 0x2000000100000000 macro
72 # define TRY_EMPTY_VM_SPACE 0x1000000000 macro
74 # define TRY_EMPTY_VM_SPACE 0x60000000 macro
76 # define TRY_EMPTY_VM_SPACE 0x60000000 macro
78 # define TRY_EMPTY_VM_SPACE 0x60000000 macro
80 # define TRY_EMPTY_VM_SPACE 0x8000000000 macro
82 # define TRY_EMPTY_VM_SPACE 0x60000000 macro
84 # define TRY_EMPTY_VM_SPACE 0x8000000000 macro
86 # define TRY_EMPTY_VM_SPACE macro
88 # define TRY_EMPTY_VM_SPACE macro
90 # define TRY_EMPTY_VM_SPACE macro
92 # define TRY_EMPTY_VM_SPACE macro
94 # define TRY_EMPTY_VM_SPACE macro
96 # define TRY_EMPTY_VM_SPACE macro
98 # define TRY_EMPTY_VM_SPACE macro
100 # define TRY_EMPTY_VM_SPACE macro
102 # define TRY_EMPTY_VM_SPACE macro
104 # define TRY_EMPTY_VM_SPACE macro
[all...]
H A Dhost-netbsd.cc35 # define TRY_EMPTY_VM_SPACE 0x40000000000 macro
37 # define TRY_EMPTY_VM_SPACE 0x400000000000 macro
39 # define TRY_EMPTY_VM_SPACE 0x60000000 macro
41 # define TRY_EMPTY_VM_SPACE 0xb0000000 macro
53 addr = mmap ((void *) TRY_EMPTY_VM_SPACE, size, PROT_READ | PROT_WRITE,
H A Dhost-openbsd.cc35 # define TRY_EMPTY_VM_SPACE 0x400000000000 macro
37 # define TRY_EMPTY_VM_SPACE 0xb0000000 macro
39 # define TRY_EMPTY_VM_SPACE 0xb0000000 macro
41 # define TRY_EMPTY_VM_SPACE 0 macro
53 addr = mmap ((void *) TRY_EMPTY_VM_SPACE, size, PROT_READ | PROT_WRITE,
H A Dhost-darwin.cc46 # define TRY_EMPTY_VM_SPACE 0x180000000000ULL macro
48 # define TRY_EMPTY_VM_SPACE 0x00006fe00000ULL macro
50 # define TRY_EMPTY_VM_SPACE 0x00006fe00000ULL macro
52 # define TRY_EMPTY_VM_SPACE 0x180000000000ULL macro
54 # define TRY_EMPTY_VM_SPACE 0x00006fe00000ULL macro
58 # define TRY_EMPTY_VM_SPACE 0x180000000000ULL macro
71 void *addr = mmap ((void *)TRY_EMPTY_VM_SPACE, sz, PROT_READ | PROT_WRITE,
80 if (addr == (void *) TRY_EMPTY_VM_SPACE)
84 addr = mmap ((void *) TRY_EMPTY_VM_SPACE, sz, PROT_READ | PROT_WRITE,
99 addr = mmap ((void *)TRY_EMPTY_VM_SPACE, s
[all...]
H A Dhost-solaris.cc72 # define TRY_EMPTY_VM_SPACE 0x70000000000 macro
74 # define TRY_EMPTY_VM_SPACE 0x80000000 macro
76 # define TRY_EMPTY_VM_SPACE 0x80000000000 macro
78 # define TRY_EMPTY_VM_SPACE 0xB0000000 macro
80 # define TRY_EMPTY_VM_SPACE 0 macro
92 addr = mmap_fixed ((caddr_t) TRY_EMPTY_VM_SPACE, size,
H A Dhost-hpux.cc37 # define TRY_EMPTY_VM_SPACE 0x8000000000000000 macro
39 # define TRY_EMPTY_VM_SPACE 0x60000000 macro
41 # define TRY_EMPTY_VM_SPACE 0 macro
53 addr = mmap ((void *)TRY_EMPTY_VM_SPACE, size, PROT_READ | PROT_WRITE,

Completed in 86 milliseconds