search for: parsemoduledef

Displaying 3 results from an estimated 3 matches for "parsemoduledef".

Did you mean: parsemoduledefs
2017 Jun 14
2
Using LLD to create a .lib from a .def
...; 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; void writeImportLibrary(); void parseModuleDefs(MemoryBufferRef MB); } // namespace coff } // namespace lld //========================================================================= This is so that I can write the following user code: // writes the output to dll_path with .dll replaced with .lib void ZigLLDDefToLib(Buf *def_contents,...
2017 Jun 15
2
Using LLD to create a .lib from a .def
...l LargeAddressAware = false; >> bool HighEntropyVA = false; >> >> // This is for debugging. >> bool DebugPdb = false; >> bool DumpPdb = false; >> }; >> >> extern Configuration *Config; >> >> void writeImportLibrary(); >> void parseModuleDefs(MemoryBufferRef MB); >> >> } // namespace coff >> } // namespace lld >> >> //========================================================== >> =============== >> >> >> >> >> This is so that I can write the following user code: >>...
2017 Jun 16
2
Using LLD to create a .lib from a .def
...> >>>> // This is for debugging. >>>> bool DebugPdb = false; >>>> bool DumpPdb = false; >>>> }; >>>> >>>> extern Configuration *Config; >>>> >>>> void writeImportLibrary(); >>>> void parseModuleDefs(MemoryBufferRef MB); >>>> >>>> } // namespace coff >>>> } // namespace lld >>>> >>>> //========================================================== >>>> =============== >>>> >>>> >>>> >>...