similar to: [LLVMdev] How to get the symbols from a .so file?

Displaying 20 results from an estimated 200 matches similar to: "[LLVMdev] How to get the symbols from a .so file?"

2009 Feb 04
12
Detecting a programm runs using Wine
Is there absolutelu no (unofficial) way to detect whether a programm is running using Wine? In this way a programm could decide to use other routines for those features that do not work fine using Wine.
2012 Mar 10
3
xenpm hypercalls support in latest kernels?
Does anyone know what is the latest version of dom0-kernel, that supports fully xenpm hypercalls? I tried from 3.0 to 3.3 with xen-4.1.3, but none of them has xenpm working. On the other hand native kernel cpufreq is OK with all of them. My CPU is Xeon family 6 on PowerEdge 1950 III box. Regards, Dimitar Kazakov
2012 Mar 10
3
xenpm hypercalls support in latest kernels?
Does anyone know what is the latest version of dom0-kernel, that supports fully xenpm hypercalls? I tried from 3.0 to 3.3 with xen-4.1.3, but none of them has xenpm working. On the other hand native kernel cpufreq is OK with all of them. My CPU is Xeon family 6 on PowerEdge 1950 III box. Regards, Dimitar Kazakov
2012 Dec 14
14
[Bug 58305] New: Kernel crashes if nVidia card is powered off and X restartted
https://bugs.freedesktop.org/show_bug.cgi?id=58305 Priority: medium Bug ID: 58305 Assignee: nouveau at lists.freedesktop.org Summary: Kernel crashes if nVidia card is powered off and X restartted QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All)
2009 Feb 10
3
uninitialized constant ActsAsFerret (NameError)
Hi all, I have another problem that I fight with for some time and I could not understand where is the problem. Probably the problem is that I am quite "green" in RR :) I am trying to make the Demo Application that comes with Ferret to work but I guess something with my environment is not OK. I will do apreciate any help. [root at moonlight FerretDemo]# ./script/server => Booting
2017 Mar 16
4
Sharing MemoryBuffers between front ends and LLVM
Hi all, I'm implementing interleaved source in assembly output. Early reviews raised the concern that the current implementation will be opening files (using a llvm::MemoryBuffer) that are likely to be in the memory of the front end (commonly clang but I think we want this to be front end agnostic). I'm now exploring ideas to avoid reopening files and let LLVM reuse the files the FE had
2016 Apr 20
4
wbinfo -u, wbinfo -g not working after samba update from 4.2.3 to 4.2.10
Hi list, I'd like to update you on the issue, as I did some more tests. First, I've added some directives to smb.conf (in italic): [global] netbios name = testserver security = ADS workgroup = EXAMPLE realm = EXAMPLE.COM log file = /var/log/samba/%m.log log level = 10 dedicated keytab file = /etc/krb5.keytab kerberos method
2013 Mar 31
1
ISDN- E1 PRI module in network side signaling
Hello everyone. I am looking for a E1 PRI card which supports network side signaling not CPE. The main idea is to connect an plain old E1 compliant PBX which doesn't have an VoIP module to the newly created VoIP infrastructure. Could we use a Digium TE122P or something other to resolve this situation? Thanks in advance. Dimitar -------------- next part -------------- An HTML attachment was
2013 Jun 24
1
moving calls from one E1 to another
Hello everyone. I want to migrate an old PBX which uses the ?1-PRI from one Telecom to VoIP by transparently moving the numbers one by one. I mean that the numbers that the PBX handle must be transparently moved from one operator to another. The old connection to the PBX is ?1-PRI and we must preserve that because no one knows how to configure this PBX. So my idea is to connect a PC with 2
2013 Sep 19
2
[LLVMdev] llvm-ar does not generates symbol table for contained bitcode files
Hi, The behavior of llvm-ar appears to have changed such that the archive symbol table no longer contains symbols contained within bitcode modules in the archive. This behavior appears to have been changed with revision 184083 when the internal implementation of llvm-ar was changed from lib/Archive/Archive.cpp to lib/object/Archive.cpp. This seems to occur because ObjectFile::createObjectFile()
2009 Dec 11
4
rsync hangs during transfer
I am running the following rsync command to synchronize directories between two servers: rsync -axvz --delete-after -e ssh /SRCDIR/ blabla at DEST:/DESTDIR The transfer starts and after a short while it appears to hang after some files have been transferred. The process establishes connection on both sides so I did an strace from the remote machine (using the rsync-debug script as described in
2009 Feb 05
1
[LLVMdev] Installations problems CLANG
Hi, I was having a little trouble installing clang.... while llvm installs properly but clang gives this error on invoking make in Clang make[2]: Leaving directory `/home/na2271/Desktop/llvm-2.3-x/tools/clang/lib/Headers' make[2]: Entering directory `/home/na2271/Desktop/llvm-2.3-x/tools/clang/lib/Basic' llvm[2]: Compiling SourceManager.cpp for Release build SourceManager.cpp: In member
2016 Apr 19
2
wbinfo -u, wbinfo -g not working after samba update from 4.2.3 to 4.2.10
Hi list, After the badlock patching of all samba machines in our organization (all of them are domain members), some functionalities have stopped working, more particularly: - wbinfo -g (no output at all) - wbinfo -u (no output at all) - getent passwd (displays only local users) - getent group working functionalities: - samba shares
2003 May 21
1
Authenticate to existing NTDomain and map to nobody? (Repost)
Hello group. Sorry, if this shows twice. I have the following setup requirement, and so far searching the INET and the mailing archives has brought me nothing. I have an existing WindosNT/2k/XP domain. I need to share a directory on a Slackware 9.0 (recent samba). I need the users authenticated to the Windows Domain, but all then mapped to nobody (i.e. I do NOT want to map windows
2004 Oct 12
3
Performance Issues with GBit LAN
Hi. I have 2 PC's connected with 1GBit NIC's. When I transfer a file from my File-Server(Redhat9.0, 256 SD-RAM, 300MHz PII, RTL8169 NIC, 2x Western Digital WD200JB RAID 0) to my Windows-PC(AMD Athlon XP 1800+, 1024 MB DDR-RAM, WINXP PRO, RTL8169 NIC, 2x Western Digital WD080JB RAID 0) with Samba, i get Speeds around 8-9MB/sec. I think this is too low for an GBit Network, so i tested the
2013 Sep 30
0
[LLVMdev] llvm-ar does not generates symbol table for contained bitcode files
On 19 September 2013 11:59, Jason Holajter <jholajter at arxan.com> wrote: > Hi, > > The behavior of llvm-ar appears to have changed such that the archive symbol > table no longer contains symbols contained within bitcode modules in the > archive. This behavior appears to have been changed with revision 184083 > when the internal implementation of llvm-ar was changed from
2010 Oct 15
1
Is in in process driver for AIPTEK UPS PowerWalker VI 2000 LCD USB
Hi NUT developers! Are there in progress development of NUT driver that supports AIPTEK PowerWalker VI 2000 LCD - Art-No 310064 (http://www.powerwalker.com/line-interactive.html)? Thank you in advance! Regards, Dimitar Angelov
2006 Dec 11
2
Nut setup on fedora core 6
Hello. I'm trying to setup NUT on Fedora Core 6 x86_64 and have little problems with it. SELinux is disabled at this time. I have ups - MGE Nova 600 AVR connected on serial port. I've installed nut via yum package manager. Everything it seems to work fine, untill one powerfail. Upsmon detect that system is on battery. But when battery level reached "Battery Low" it seems that
2006 Oct 13
4
Broken installation of mongrel 0.3.13.4 on Sun OS 5.9
Hi, Anyone succeeded in installing Mongrel on Sun Solaris? It looks like the installation is broken. I have started using Mongrel recently and not sure where to look when something is missing. First the file http11.so was not installed in /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib I''ve resolved that and when tried to start mongrel from the command line I received the
2016 Jul 07
2
ObjectCache and getFunctionAddress issue
Hi all, I'm trying to add pre-compiled object cache to my run-time. I've implemented the object cache as follow: class EngineObjectCache : public llvm::ObjectCache { private: std::unordered_map<std::string, std::unique_ptr<llvm::MemoryBuffer>> CachedObjs; public: virtual void notifyObjectCompiled(const llvm::Module *M, llvm::MemoryBufferRef Obj) { auto id =