Displaying 6 results from an estimated 6 matches for "dynamicbase".
2017 Jun 14
2
Using LLD to create a .lib from a .def
...uint64_t ImageBase = -1;
uint64_t StackReserve = 1024 * 1024;
uint64_t StackCommit = 4096;
uint64_t HeapReserve = 1024 * 1024;
uint64_t HeapCommit = 4096;
uint32_t MajorImageVersion = 0;
uint32_t MinorImageVersion = 0;
uint32_t MajorOSVersion = 6;
uint32_t MinorOSVersion = 0;
bool DynamicBase = true;
bool AllowBind = true;
bool NxCompat = true;
bool AllowIsolation = true;
bool TerminalServerAware = true;
bool LargeAddressAware = false;
bool HighEntropyVA = false;
// This is for debugging.
bool DebugPdb = false;
bool DumpPdb = false;
};
extern Configuration *Config;...
2012 Sep 09
0
Different behavior of the "showArgs" example (R extension manual) between gcc and Visual C++ compiled code
...ot;showArgs-win.def" /MANIFEST /ManifestFile:"Debug\showArgs.dll.intermediate.manifest" /ALLOWISOLATION /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:\XXXX\Debug\showArgs.pdb" /PGD:"C:\XXXX\Debug\showArgs.pgd" /TLBID:1 /DYNAMICBASE /NXCOMPAT /MACHINE:X86 /ERRORREPORT:QUEUE
ENVIRONMENT
===========
- Windows 7 32 bits
- R version 2.15.0 (2012-03-30) Platform: i386-pc-mingw32/i386 (32-bit)
- RTools 2.15.0
- MS Visual Cpp 2010 (express edition)
2017 Jun 15
2
Using LLD to create a .lib from a .def
...uint64_t StackCommit = 4096;
>> uint64_t HeapReserve = 1024 * 1024;
>> uint64_t HeapCommit = 4096;
>> uint32_t MajorImageVersion = 0;
>> uint32_t MinorImageVersion = 0;
>> uint32_t MajorOSVersion = 6;
>> uint32_t MinorOSVersion = 0;
>> bool DynamicBase = true;
>> bool AllowBind = true;
>> bool NxCompat = true;
>> bool AllowIsolation = true;
>> bool TerminalServerAware = true;
>> bool LargeAddressAware = false;
>> bool HighEntropyVA = false;
>>
>> // This is for debugging.
>> bo...
2017 Jun 16
2
Using LLD to create a .lib from a .def
...4_t HeapReserve = 1024 * 1024;
>>>> uint64_t HeapCommit = 4096;
>>>> uint32_t MajorImageVersion = 0;
>>>> uint32_t MinorImageVersion = 0;
>>>> uint32_t MajorOSVersion = 6;
>>>> uint32_t MinorOSVersion = 0;
>>>> bool DynamicBase = true;
>>>> bool AllowBind = true;
>>>> bool NxCompat = true;
>>>> bool AllowIsolation = true;
>>>> bool TerminalServerAware = true;
>>>> bool LargeAddressAware = false;
>>>> bool HighEntropyVA = false;
>>>...
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...pass.cpp
libunwind :: libunwind_01.pass.cpp
libunwind :: libunwind_02.pass.cpp
libunwind :: unw_getcontext.pass.cpp
lld :: COFF/alternatename.test
lld :: COFF/ar-comdat.test
lld :: COFF/arm-thumb-branch-error.s
lld :: COFF/arm-thumb-branch20-error.s
lld :: COFF/arm64-dynamicbase.s
lld :: COFF/arm64-import2.test
lld :: COFF/arm64-magic.yaml
lld :: COFF/arm64-relocs-imports.test
lld :: COFF/armnt-blx23t.test
lld :: COFF/armnt-branch24t.test
lld :: COFF/armnt-dynamicbase.test
lld :: COFF/armnt-entry-point.test
lld :: COFF/armnt-imports.test...
2018 Feb 09
2
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote:
> On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:
>>
>> There's been a lot of merges since rc1, and hopefully the tests are in
>> a better state now.
>>
>> 6.0.0-rc2 was just tagged, after r324506.
>>
>>