search for: noentry

Displaying 14 results from an estimated 14 matches for "noentry".

Did you mean: bnoentry
2013 Nov 05
1
[LLVMdev] Current state of the lld project (support for writing .dll files)
...he test-case. I could then load the DLL, run the test function and verify the result just inside the unit test-case. I noticed that, while linking an .exe file worked for a simple main function that calls another function, linking a DLL does not work. The /DLL parameter is not implemented (nor is /NOENTRY). I managed to add handling of the /DLL and /NOENTRY parameters to lld. /DLL successfully sets the imageType to ImageType::DLL. I added code to change the file extension from .exe to .dll. That far it worked fine and a .dll file was created. It was just then that I realized that lld does not seem...
1998 Jun 25
1
Slow Printing (2nd Attempt)
( I thought I sent this message out before, but never saw it in the digests ) Configuration : Windows NT 4.0 clients printing to Samba 1.9.18p8 running on Solaris 2.6/2.51 machines. The Samba servers are setup like this : ... security = server password server = %m encrypt passwords = yes networkstation user login = no ... So the server uses the
2017 Jun 14
2
Using LLD to create a .lib from a .def
...Table }; struct Configuration { enum ManifestKind { SideBySide, Embed, No }; llvm::COFF::MachineTypes Machine = llvm::COFF::IMAGE_FILE_MACHINE_UNKNOWN; bool Verbose = false; llvm::COFF::WindowsSubsystem Subsystem = llvm::COFF::IMAGE_SUBSYSTEM_UNKNOWN; SymbolBody *Entry = nullptr; bool NoEntry = false; std::string OutputFile; bool DoGC = true; bool DoICF = true; bool Relocatable = true; bool Force = false; bool Debug = false; bool WriteSymtab = true; unsigned DebugTypes = static_cast<unsigned>(DebugType::None); StringRef PDBPath; // Symbols in this set are cons...
2003 May 27
0
Question about samba servers
...user will not have access to any shares on SMB. This doesn't seem right, or is it? Also, should the userID on the PDC be the same on SMB? What if I want to use groups? Do I need to make the groups on PDC and SMB? -- Curtis Vaughan North Pacific Corporation http://www.angelfire.com/wa/noentry/home.htm WashTech (CWA Local 37083) IWW x353203
2013 Dec 08
0
[LLVMdev] Win32: Crash in DLL created by llvm that calls into the "putchar" function
...orted function, I get an access violation in the generated function: > cat callPutchar.ll ; ModuleID = 'test' declare i32 @putchar(i32) define dllexport i32 @main() { __entry__: %0 = call i32 @putchar(i32 79) ret i32 %0 } > llc -filetype obj callPutchar.ll > link .exe/DLL /NOENTRY /SUBSYSTEM:CONSOLE callPutchar.obj LIBCMT.LIB Microsoft (R) Incremental Linker Version 11.00.60610.1 Copyright (C) Microsoft Corporation. All rights reserved. Bibliothek "callPutchar.lib" und Objekt "callPutchar.exp" werden erstellt. > demoDllCaller.exe ; >> The t...
2017 Jun 15
2
Using LLD to create a .lib from a .def
...e, Embed, No }; >> llvm::COFF::MachineTypes Machine = llvm::COFF::IMAGE_FILE_MACHINE >> _UNKNOWN; >> bool Verbose = false; >> llvm::COFF::WindowsSubsystem Subsystem = llvm::COFF::IMAGE_SUBSYSTEM_UN >> KNOWN; >> SymbolBody *Entry = nullptr; >> bool NoEntry = false; >> std::string OutputFile; >> bool DoGC = true; >> bool DoICF = true; >> bool Relocatable = true; >> bool Force = false; >> bool Debug = false; >> bool WriteSymtab = true; >> unsigned DebugTypes = static_cast<unsigned>(D...
2003 Oct 25
5
Samba Permissions
I just installed samba on my private home network. It looks like I only have read access to shares. Using swat, I changed the create, security, and directory mask to 777, and committed the changes. But I still can't write. Can someone tell me what I did wrong?
2017 Jun 16
2
Using LLD to create a .lib from a .def
...ypes Machine = llvm::COFF::IMAGE_FILE_MACHINE >>>> _UNKNOWN; >>>> bool Verbose = false; >>>> llvm::COFF::WindowsSubsystem Subsystem = >>>> llvm::COFF::IMAGE_SUBSYSTEM_UNKNOWN; >>>> SymbolBody *Entry = nullptr; >>>> bool NoEntry = false; >>>> std::string OutputFile; >>>> bool DoGC = true; >>>> bool DoICF = true; >>>> bool Relocatable = true; >>>> bool Force = false; >>>> bool Debug = false; >>>> bool WriteSymtab = true; >&g...
2004 Jan 29
3
W9x doesn't download printer drivers
My W9x clients cannot download printer driver from samba 3.0.2rc1 with cups 1.1.17, while w2k clients do. The W9x clients open the Add Printer Wizard, connect to print$ share, request the ADOBEPS4.DRV file, but they stop at the beginning of the download. Permissions on print$\WINNT\0 directory are the same as print$\W32X86\2. cupsaddsmb was successful. I sniffed the packets while client was
2015 Oct 24
0
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
...hared object does not need to have all symbols resolved - actually, you do not want "external" symbols from elsewhere pulled into to the archive. c) one example - stats.so currently the command to make stats.so is: gcc -Wl,-bnoquiet -std=gnu99 -shared -Wl,-brtl -Wl,-G -Wl,-bexpall -Wl,-bnoentry -o stats.so init.o kmeans.o ansari.o bandwidth s.o chisqsim.o d2x2xk.o fexact.o kendall.o ks.o line.o smooth.o prho.o swilk.o ksmooth.o loessc.o monoSpl.o isoreg.o Srunmed.o d blcen.o distance.o hclust-utils.o nls.o rWishart.o HoltWinters.o PPsum.o arima.o burg.o filter.o mAR.o pacf.o starma.o por...
2015 Oct 18
2
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
On 2015-10-15 15:02, Prof Brian Ripley wrote: > On 15/10/2015 13:32, Michael Felt wrote: >> Hi. >> >> Just wanted to let you know I am getting close to packaging R for AIX in rephrase - would like to be active in keeping R binaries current for AIX. My interest in not in R per se (rather a colleague who has a project that uses R, so I hope to assist him, and others like him).
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...el.ll lld :: COFF/lto-parallel.ll lld :: COFF/lto-reloc-model.ll lld :: COFF/lto.ll lld :: COFF/machine.test lld :: COFF/manifest.test lld :: COFF/merge.test lld :: COFF/msvclto-archive.ll lld :: COFF/msvclto-order.ll lld :: COFF/nodefaultlib.test lld :: COFF/noentry.test lld :: COFF/opt.test lld :: COFF/options.test lld :: COFF/order.test lld :: COFF/out.test lld :: COFF/pdata-arm64.yaml lld :: COFF/pdb-comdat.test lld :: COFF/pdb-diff.test lld :: COFF/pdb-global-gc.yaml lld :: COFF/pdb-global-hashes.test lld :: COFF/pdb...
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. >> >>
2003 Dec 01
0
No subject
<-----------------------------------------------------------------------> Changes to user passwords are captured by a special DLL, which traps and then stores the password changes in encrypted form in a private area. On each synchronization schedule, the synchronization service first examines the SAM file for changes, and then checks this private area for passwords to be synchronized. Once